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

Commit 50d874b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "bootstat: kpdpwr actually means reboot,longkey"

parents 8b809604 88d1b4a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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", ""},
    };