Loading bootstat/bootstat.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
bootstat/bootstat.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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