From 88d1b4a326352deeb26252c1e5df46ed4927320a Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Thu, 7 Jun 2018 09:39:24 -0700 Subject: [PATCH] bootstat: kpdpwr actually means reboot,longkey Test: compile Bug: 71809701 Change-Id: I812777645b988f9627bcf62e7ef70cc2085d9106 --- bootstat/bootstat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index 7ec57ec85..cd19c26a2 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -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", ""}, };