// // Strictly to deal with reboot into system after OTA, then // reboot while in system before boot complete landing us back // into recovery to continue with any mitigations with retained // log history. This simply refreshes the pmsg files from // the last pmsg file contents. // // Usage: // recovery-refresh [--force-rotate|--rotate] // // All file content representing in the recovery/ directory stored in // /sys/fs/pstore/pmsg-ramoops-0 in logger format that reside in the // LOG_ID_SYSTEM buffer at ANDROID_LOG_INFO priority or higher is // refreshed into /dev/pmsg0. This ensures that an unexpected reboot // before recovery-persist is run will still contain the associated // pmsg Android Logger content. // // --force-rotate recovery/last_kmsg and recovery.last_log files are // rotated with .<number> suffixes upwards. // --rotate rotated only if rocovery/last_msg or recovery/last_log // exist, otherwise perform 1:1 refresh. //
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.