diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-21 03:17:32 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-21 03:17:32 +0000 |
commit | 5cd09cb24cb256b3db74fb8bcefad0eef23e7ddc (patch) | |
tree | 9700ada9740f2e30adbd08cfe3c1b976dcd5426e /bootstat/bootstat.cpp | |
parent | 19b83992eb877d78740c3e747df0122091edfe01 (diff) | |
parent | cb7f2dde10761440c75519cb85f667417f9945d1 (diff) |
Snap for 5392835 from cb7f2dde10761440c75519cb85f667417f9945d1 to qt-release
Change-Id: Iee6e0753afd500f14a79e06220f32a945ad80fd2
Diffstat (limited to 'bootstat/bootstat.cpp')
-rw-r--r-- | bootstat/bootstat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index ea49798c9..1ce0ec4c2 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -295,6 +295,10 @@ const std::map<std::string, int32_t> kBootReasonMap = { {"kernel_panic,_sde_encoder_phys_cmd_handle_ppdone_timeout", 168}, {"recovery,quiescent", 169}, {"reboot,quiescent", 170}, + {"reboot,rtc", 171}, + {"reboot,dm-verity_device_corrupted", 172}, + {"reboot,dm-verity_enforcing", 173}, + {"reboot,keys_clear", 174}, }; // Converts a string value representing the reason the system booted to an |