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

Commit 5f85f835 authored by James Hawkins's avatar James Hawkins
Browse files

bootstat: Three more boot reasons.

Bug: none
Test: none
Change-Id: I37b6ed6ce73f403aa5f9db2c0234e9dc4c0f7c01
parent b6233894
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -235,6 +235,9 @@ const std::map<std::string, int32_t> kBootReasonMap = {
    {"abnormal_reset", 95},
    {"abnormal_reset", 95},
    {"oemerr_unknown", 96},
    {"oemerr_unknown", 96},
    {"reboot_fastboot_mode", 97},
    {"reboot_fastboot_mode", 97},
    {"watchdog_apps_bite", 98},
    {"xpu_err", 99},
    {"power_on_usb", 100},
};
};


// Converts a string value representing the reason the system booted to an
// Converts a string value representing the reason the system booted to an