Merge "bootstat: Add Tj thermal shutdown" am: 49699fe895 am: 7909fe81dd am: 03a321d397
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1639920 Change-Id: Id1de6faca8f938417efac69e006f544b1978ba52
This commit is contained in:
commit
353937e942
1 changed files with 1 additions and 0 deletions
|
|
@ -438,6 +438,7 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"reboot,mount_userdata_failed", 190},
|
||||
{"reboot,forcedsilent", 191},
|
||||
{"reboot,forcednonsilent", 192},
|
||||
{"reboot,thermal,tj", 193},
|
||||
};
|
||||
|
||||
// Converts a string value representing the reason the system booted to an
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue