Enable Betterbug to read reboot reason such that Betterbug can file bugreport when *uvlo* or *ocp* is found within reboot reason. Bug: 237287659 Test: Load Betterbug for accessing boot reason property Signed-off-by: George Lee <geolee@google.com> Change-Id: Id699be34d2e060ee7827737982403fd58f133c4a
6 lines
149 B
Text
6 lines
149 B
Text
type better_bug_app, domain;
|
|
|
|
userdebug_or_eng(`
|
|
app_domain(better_bug_app)
|
|
get_prop(better_bug_app, vendor_startup_bugreport_requested_prop)
|
|
')
|