Merge "recovery: report compliant reboot reason (Part Deux)" am: 5f7314b7e1
am: 789ae60a9d
Change-Id: I8edf9ca91a611dd43a4544505ae98edf3df857aa
This commit is contained in:
commit
12e02d5668
|
@ -304,11 +304,11 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"reboot,pmic_off_fault,.*", 175},
|
||||
{"reboot,pmic_off_s3rst,.*", 176},
|
||||
{"reboot,pmic_off_other,.*", 177},
|
||||
{"reboot,fastboot_menu", 178},
|
||||
{"reboot,recovery_menu", 179},
|
||||
{"reboot,recovery_ui", 180},
|
||||
{"shutdown,fastboot", 181},
|
||||
{"shutdown,recovery", 182},
|
||||
{"reboot,userrequested,fastboot", 178},
|
||||
{"reboot,userrequested,recovery", 179},
|
||||
{"reboot,userrequested,recovery,ui", 180},
|
||||
{"shutdown,userrequested,fastboot", 181},
|
||||
{"shutdown,userrequested,recovery", 182},
|
||||
{"reboot,unknown[0-9]*", 183},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue