From 75046897b3a9f861414ec93670a296252eb0d746 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Thu, 3 May 2018 13:11:15 -0700 Subject: [PATCH] bootstat: add reboot,rescueparty Reserve this for Android system use. Test: none Change-Id: Iaf29f0fcd1fe68962cf1109843d6452d0ab42e3c --- bootstat/bootstat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index 8ce9dfcc3..1b13b2126 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -232,7 +232,7 @@ const std::map kBootReasonMap = { {"shutdown,thermal,battery", 87}, {"reboot,its_just_so_hard", 88}, // produced by boot_reason_test {"reboot,Its Just So Hard", 89}, // produced by boot_reason_test - // {"usb", 90}, // Duplicate of enum 80 above. Immediate reuse possible. + {"reboot,rescueparty", 90}, {"charge", 91}, {"oem_tz_crash", 92}, {"uvlo", 93},