diff options
Diffstat (limited to 'bootstat/bootstat.cpp')
-rw-r--r-- | bootstat/bootstat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index 5d6cee43c2..8979e9a9d9 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -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 |