Merge "bootstat: Add four more boot reasons."
am: 20a410b575
Change-Id: Ida2da2e46327d9cb572bb0f12d5348acc5c5357d
This commit is contained in:
commit
9810df82a8
1 changed files with 4 additions and 0 deletions
|
|
@ -238,6 +238,10 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
||||||
{"watchdog_apps_bite", 98},
|
{"watchdog_apps_bite", 98},
|
||||||
{"xpu_err", 99},
|
{"xpu_err", 99},
|
||||||
{"power_on_usb", 100},
|
{"power_on_usb", 100},
|
||||||
|
{"watchdog_rpm", 101},
|
||||||
|
{"watchdog_nonsec", 102},
|
||||||
|
{"watchdog_apps_bark", 103},
|
||||||
|
{"reboot_dmverity_corrupted", 104},
|
||||||
};
|
};
|
||||||
|
|
||||||
// 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