class RebootLog
Defined at line 19 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.h
Wrapper around a device's reboot log.
Public Methods
const std::string & RebootLogStr ()
Defined at line 27 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.h
const std::optional<std::string> & Dlog ()
Defined at line 28 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.h
const FinalShutdownInfo & GetFinalShutdownInfo ()
Defined at line 29 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.h
RebootLog ParseRebootLog (const std::string &zircon_reboot_log_path,const std::string &graceful_shutdown_info_path,const std::string &legacy_graceful_reboot_log_path,const std::string &previous_system_time_path,boolnot_a_fdr,boolsupports_user_initiated_poweroffs)
static
Defined at line 332 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.cc
void RebootLog (FinalShutdownInfofinal_shutdown_info,std::stringreboot_log_str,std::optional<std::string>dlog)
Exposed for testing purposes.
Defined at line 375 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.cc