Merge "Let shell and bugreport read logging related properties." into oc-dev am: 97903c0567
am: 6357101acc
Change-Id: I7562278705ec85f9d9aec351f732405fa6f31781
This commit is contained in:
commit
210477618d
2 changed files with 6 additions and 0 deletions
|
@ -184,6 +184,9 @@ set_prop(dumpstate, dumpstate_options_prop)
|
|||
# Read device's serial number from system properties
|
||||
get_prop(dumpstate, serialno_prop)
|
||||
|
||||
# Read state of logging-related properties
|
||||
get_prop(dumpstate, device_logging_prop)
|
||||
|
||||
# Access to /data/media.
|
||||
# This should be removed if sdcardfs is modified to alter the secontext for its
|
||||
# accesses to the underlying FS.
|
||||
|
|
|
@ -76,6 +76,9 @@ userdebug_or_eng(`
|
|||
# Read device's serial number from system properties
|
||||
get_prop(shell, serialno_prop)
|
||||
|
||||
# Read state of logging-related properties
|
||||
get_prop(shell, device_logging_prop)
|
||||
|
||||
# allow shell access to services
|
||||
allow shell servicemanager:service_manager list;
|
||||
# don't allow shell to access GateKeeper service
|
||||
|
|
Loading…
Reference in a new issue