From f4444f058cf5d7be22199398f47837664118f924 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 30 Nov 2017 15:01:40 -0800 Subject: [PATCH] bootstat: Add four more boot reasons. Bug: none Test: none Change-Id: Ifd62e3a8bb6142e89fcde819eab1caba3d7933b7 --- bootstat/bootstat.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index 63b36f40c..d9185d904 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -238,6 +238,10 @@ const std::map kBootReasonMap = { {"watchdog_apps_bite", 98}, {"xpu_err", 99}, {"power_on_usb", 100}, + {"watchdog_rpm", 101}, + {"watchdog_nonsec", 102}, + {"watchdog_apps_bark", 103}, + {"reboot_dmverity_corrupted", 104}, }; // Converts a string value representing the reason the system booted to an