summaryrefslogtreecommitdiffstats
path: root/bootstat
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-03 15:00:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-03 15:00:45 -0700
commit1805ccace62bed165e6498be0e3e8f421fc1d42c (patch)
tree5e69ae018417e43f902a592b28209e3136e473c6 /bootstat
parent6c970477ac82100c85fcada220d4742dd1cbc3c6 (diff)
parentd44f72ddb58110791016a37a10c264fa1a0ad60b (diff)
downloadsystem_core-1805ccace62bed165e6498be0e3e8f421fc1d42c.tar.gz
system_core-1805ccace62bed165e6498be0e3e8f421fc1d42c.tar.bz2
system_core-1805ccace62bed165e6498be0e3e8f421fc1d42c.zip
Merge "bootstat: add reboot,rescueparty" am: 708364e650
am: d44f72ddb5 Change-Id: I3c9aab04ee860b467e7a10d3c83c2ddd021ddecd
Diffstat (limited to 'bootstat')
-rw-r--r--bootstat/bootstat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp
index c001c155f..39912f0e5 100644
--- a/bootstat/bootstat.cpp
+++ b/bootstat/bootstat.cpp
@@ -233,7 +233,7 @@ const std::map<std::string, int32_t> 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},