bootstat: Add reboot,userrequested
Result of holding power button down and hitting restart. Test: compile Bug: 63736262 Change-Id: I271bdf135cece5fd9dc9e60ddf8add595ed3da4c
This commit is contained in:
parent
c7750dce6b
commit
9033bf5a2e
|
@ -203,6 +203,7 @@ const std::map<std::string, int32_t> kBootReasonMap = {
|
|||
{"reboot,", 65},
|
||||
{"reboot,shell", 66},
|
||||
{"reboot,adb", 67},
|
||||
{"reboot,userrequested", 68},
|
||||
};
|
||||
|
||||
// Converts a string value representing the reason the system booted to an
|
||||
|
|
Loading…
Reference in New Issue