Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4074cdba authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "bootstat: kpdpwr actually means reboot,longkey" am: 50d874b8 am: c858df30

am: b5805f74

Change-Id: I8f68e8d25d2c16fa4529a841e242e6a996be0fa3
parents be4a3cc1 b5805f74
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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", ""},
    };