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

Commit 2f10c07c authored by Jason Chiu's avatar Jason Chiu Committed by Gerrit Code Review
Browse files

Merge "bootstat: update bootreason for shipmode" into main

parents 829a9517 6f7341bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ const std::map<std::string, int32_t> kBootReasonMap = {
    {"reboot,longkey,master_dc", 235},
    {"reboot,ocp2,pmic,if", 236},
    {"reboot,ocp,pmic,if", 237},
    {"reboot,fship", 238},
    {"reboot,fship.*", 238},
    {"reboot,ocp,.*", 239},
    {"reboot,ntc,pmic,sub", 240},
};