Remove ro.statsd.enable property
statsd is now enabled on all devices (including Go devices), and this property is no longer queried either. Accordingly, the property override is no longer needed. Test: T/H Bug: 157082130 Change-Id: I9ea37cf8104b7b7a3f4437b68714c12d6c3acb81
This commit is contained in:
parent
6dc28a16f9
commit
e78b9cdfc2
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ ro.lmk.critical_upgrade=true
|
|||
ro.lmk.upgrade_pressure=40
|
||||
ro.lmk.downgrade_pressure=60
|
||||
ro.lmk.kill_heaviest_task=false
|
||||
ro.statsd.enable=true
|
||||
|
||||
# set threshold to filter unused apps
|
||||
pm.dexopt.downgrade_after_inactive_days=10
|
||||
|
|
Loading…
Reference in a new issue