Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1564a0 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "bootstat: add reboot,rescueparty" am: 708364e6 am: d44f72dd

am: 1805ccac

Change-Id: I4ee93e5096de07bd6140ac752d9e41d352eb0068
parents 3a210ad3 1805ccac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},