Merge "bootstat: Add Tj thermal shutdown" am: 49699fe895 am: 7909fe81dd
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1639920 Change-Id: Ie31981b9f1f24e9ae703943af98b94e6ec2dbba7
This commit is contained in:
commit
03a321d397
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