Merge "bootstat: add reboot,rescueparty" am: 708364e650

am: d44f72ddb5

Change-Id: I3c9aab04ee860b467e7a10d3c83c2ddd021ddecd
This commit is contained in:
android-build-prod (mdb) 2018-05-03 15:00:45 -07:00 committed by android-build-merger
commit 1805ccace6
1 changed files with 1 additions and 1 deletions

View File

@ -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},