Merge "bootstat: Add tons of new boot reasons."
This commit is contained in:
commit
e3114fdec9
1 changed files with 26 additions and 0 deletions
|
|
@ -246,6 +246,32 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
||||||
{"watchdog_sdi_apps_reset", 106},
|
{"watchdog_sdi_apps_reset", 106},
|
||||||
{"smpl", 107},
|
{"smpl", 107},
|
||||||
{"oem_modem_failed_to_powerup", 108},
|
{"oem_modem_failed_to_powerup", 108},
|
||||||
|
{"reboot_normal", 109},
|
||||||
|
{"oem_lpass_cfg", 110},
|
||||||
|
{"oem_xpu_ns_error", 111},
|
||||||
|
{"power_key_press", 112},
|
||||||
|
{"hardware_reset", 113},
|
||||||
|
{"reboot_by_powerkey", 114},
|
||||||
|
{"reboot_verity", 115},
|
||||||
|
{"oem_rpm_undef_error", 116},
|
||||||
|
{"oem_crash_on_the_lk", 117},
|
||||||
|
{"oem_rpm_reset", 118},
|
||||||
|
{"oem_lpass_cfg", 119},
|
||||||
|
{"oem_xpu_ns_error", 120},
|
||||||
|
{"factory_cable", 121},
|
||||||
|
{"oem_ar6320_failed_to_powerup", 122},
|
||||||
|
{"watchdog_rpm_bite", 123},
|
||||||
|
{"power_on_cable", 124},
|
||||||
|
{"reboot_unknown", 125},
|
||||||
|
{"wireless_charger", 126},
|
||||||
|
{"0x776655ff", 127},
|
||||||
|
{"oem_thermal_bite_reset", 128},
|
||||||
|
{"charger", 129},
|
||||||
|
{"pon1", 130},
|
||||||
|
{"unknown", 131},
|
||||||
|
{"reboot_rtc", 132},
|
||||||
|
{"cold_boot", 133},
|
||||||
|
{"hard_rst", 134},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Converts a string value representing the reason the system booted to an
|
// Converts a string value representing the reason the system booted to an
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue