Added system property (dumpstate.unroot) to run dumpstate as shell.
This is useful to test how it would behave on devices with user builds. Bug: 117980186 Test: adb shell setprop dumpstate.unroot true && \ adb shell cmd activity bug-report --progress Change-Id: If9094bbe0c29e8180f1b35d2b4ac95343a1bd0eb
This commit is contained in:
parent
5faae3ae87
commit
da54e5f2dd
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ aac_drc_reference_level u:object_r:exported2_default_prop:s0 exact int
|
|||
ro.aac_drc_effect_type u:object_r:exported2_default_prop:s0 exact int
|
||||
drm.64bit.enabled u:object_r:exported2_default_prop:s0 exact bool
|
||||
dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
||||
dumpstate.unroot u:object_r:exported_dumpstate_prop:s0 exact bool
|
||||
hal.instrumentation.enable u:object_r:exported2_default_prop:s0 exact bool
|
||||
init.svc.bugreport u:object_r:exported2_default_prop:s0 exact string
|
||||
init.svc.console u:object_r:exported2_default_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue