Merge "Add Silent Mode boot controls" am: 08097d4ba4
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1353985 Change-Id: I924c026070bdf2a5458af6594fba1dd36aad5da3
This commit is contained in:
commit
a283bf1bdb
|
@ -436,6 +436,8 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"reboot,userspace_failed,watchdog_fork", 188},
|
||||
{"reboot,userspace_failed,*", 189},
|
||||
{"reboot,mount_userdata_failed", 190},
|
||||
{"reboot,forcedsilent", 191},
|
||||
{"reboot,forcednonsilent", 192},
|
||||
};
|
||||
|
||||
// Converts a string value representing the reason the system booted to an
|
||||
|
|
Loading…
Reference in New Issue