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, bool not_a_fdr, bool supports_user_initiated_poweroffs)

static

Defined at line 332 of file ../../src/developer/forensics/feedback/reboot_log/reboot_log.cc

void RebootLog (FinalShutdownInfo final_shutdown_info, std::string reboot_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