Merge "bootstat: Add four more boot reasons." am: 20a410b575
am: 9810df82a8
am: 701f2a7e80
Change-Id: I6eee3790433c1a894e77c83e0e2641731f81d4f6
This commit is contained in:
commit
5b2b45e520
|
@ -238,6 +238,10 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"watchdog_apps_bite", 98},
|
||||
{"xpu_err", 99},
|
||||
{"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
|
||||
|
|
Loading…
Reference in New Issue