Merge "bootstat: Three more boot reasons." am: 5470a12513
am: 0a86c0c1ed
Change-Id: Ib67dd64ba4353cad68b270086101d16118e8072a
This commit is contained in:
commit
9a8b18210b
1 changed files with 3 additions and 0 deletions
|
|
@ -235,6 +235,9 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"abnormal_reset", 95},
|
||||
{"oemerr_unknown", 96},
|
||||
{"reboot_fastboot_mode", 97},
|
||||
{"watchdog_apps_bite", 98},
|
||||
{"xpu_err", 99},
|
||||
{"power_on_usb", 100},
|
||||
};
|
||||
|
||||
// Converts a string value representing the reason the system booted to an
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue