Merge "bootstat: kpdpwr actually means reboot,longkey"
am: 50d874b873
Change-Id: Ic8e4655df0d55a8a3a356e3ca72ea3e7680cfdad
This commit is contained in:
commit
c858df30a7
1 changed files with 2 additions and 0 deletions
|
|
@ -796,6 +796,8 @@ std::string BootReasonStrToReason(const std::string& boot_reason) {
|
|||
{"!warm", "wdt_by_pass_pwk"}, // change flavour of blunt
|
||||
{"!reboot", "^wdt$"}, // change flavour of blunt
|
||||
{"reboot,tool", "tool_by_pass_pwk"},
|
||||
{"!reboot,longkey", "reboot_longkey"},
|
||||
{"!reboot,longkey", "kpdpwr"},
|
||||
{"bootloader", ""},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue