Merge "Add Silent Mode boot controls"

This commit is contained in:
Jim Kaye 2020-07-03 18:12:18 +00:00 committed by Gerrit Code Review
commit 08097d4ba4

View file

@ -436,6 +436,8 @@ const std::map<std::string, int32_t> kBootReasonMap = {
{"reboot,userspace_failed,watchdog_fork", 188}, {"reboot,userspace_failed,watchdog_fork", 188},
{"reboot,userspace_failed,*", 189}, {"reboot,userspace_failed,*", 189},
{"reboot,mount_userdata_failed", 190}, {"reboot,mount_userdata_failed", 190},
{"reboot,forcedsilent", 191},
{"reboot,forcednonsilent", 192},
}; };
// Converts a string value representing the reason the system booted to an // Converts a string value representing the reason the system booted to an