Merge "bootstat: Adds additional reboot reason patterns" am: c6ec101713 am: 61353c95d4 am: da41d6abae
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2507149 Change-Id: Idccd24a58a9c0fb9ac6036759fd8f5c02c7c696b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7e5261270a
1 changed files with 2 additions and 0 deletions
|
|
@ -459,6 +459,8 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"reboot,sys_ldo_ok,pmic,main", 227},
|
||||
{"reboot,sys_ldo_ok,pmic,sub", 228},
|
||||
{"reboot,smpl_timeout,pmic,main", 229},
|
||||
{"reboot,ota,.*", 230},
|
||||
{"reboot,periodic,.*", 231},
|
||||
};
|
||||
|
||||
// Converts a string value representing the reason the system booted to an
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue