From 00433a2305bfd159be913d85f8ee3a7efe069918 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 4 Dec 2017 14:20:21 -0800 Subject: [PATCH] bootstat: Add more boot reasons. Bug: none Test: none Change-Id: I4cc6e2e39b6c5954387006d48f2119211fa37dd5 --- bootstat/bootstat.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index d9185d904..40ebde027 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -242,6 +242,10 @@ const std::map kBootReasonMap = { {"watchdog_nonsec", 102}, {"watchdog_apps_bark", 103}, {"reboot_dmverity_corrupted", 104}, + {"reboot_smpl", 105}, + {"watchdog_sdi_apps_reset", 106}, + {"smpl", 107}, + {"oem_modem_failed_to_powerup", 108}, }; // Converts a string value representing the reason the system booted to an