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

Commit 6f7341bb authored by Jason Chiu's avatar Jason Chiu
Browse files

bootstat: update bootreason for shipmode



Bug: 349723310
Test: verify bootreason with shipmode
Change-Id: I9128c0935e16f7ee0e6ebba01e41f96438340dde
Signed-off-by: default avatarJason Chiu <jasoncschiu@google.com>
parent b5402e7e
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},
};