Merge "bootstat: Log even more boot reasons."

am: 29b9411685

Change-Id: I2c326dab9f4f20da2e7cdeabc364c05eee460850
This commit is contained in:
James Hawkins 2017-07-26 19:35:51 +00:00 committed by android-build-merger
commit b4c27af150

View file

@ -169,6 +169,13 @@ const std::map<std::string, int32_t> kBootReasonMap = {
{"wdog_bark", 42},
{"wdog_bite", 43},
{"wdog_reset", 44},
{"shutdown,", 45}, // Trailing comma is intentional.
{"shutdown,userrequested", 46},
{"reboot,bootloader", 47},
{"reboot,cold", 48},
{"reboot,recovery", 49},
{"thermal_shutdown", 50},
{"s3_wakeup", 51}
};
// Converts a string value representing the reason the system booted to an