Merge "bootstat: kpdpwr actually means reboot,longkey"

This commit is contained in:
Treehugger Robot 2018-07-02 18:03:49 +00:00 committed by Gerrit Code Review
commit 50d874b873

View file

@ -795,6 +795,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", ""},
};