Merge "bootstat: Add reboot,userrequested"
am: 0bb8dcb23e
Change-Id: I2c52c860c6592ce7c8ad896b69c54ec963b87790
This commit is contained in:
commit
a451a98f0e
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
||||||
{"reboot,", 65},
|
{"reboot,", 65},
|
||||||
{"reboot,shell", 66},
|
{"reboot,shell", 66},
|
||||||
{"reboot,adb", 67},
|
{"reboot,adb", 67},
|
||||||
|
{"reboot,userrequested", 68},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Converts a string value representing the reason the system booted to an
|
// Converts a string value representing the reason the system booted to an
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue