Enable statsd on Android Go devices running Android Q.
Bug: 120794303 Test: Manual test using following commands adb shell getprop ro.statsd.enable adb shell ps | grep statsd adb shell cmd stats print-stats Change-Id: I482544920069fa11ffeef686847923342e4d2a51
This commit is contained in:
parent
4ef40ccc2a
commit
53011f3c3a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ro.lmk.critical_upgrade=true
|
|||
ro.lmk.upgrade_pressure=40
|
||||
ro.lmk.downgrade_pressure=60
|
||||
ro.lmk.kill_heaviest_task=false
|
||||
ro.statsd.enable=false
|
||||
ro.statsd.enable=true
|
||||
|
||||
# set threshold to filter unused apps
|
||||
pm.dexopt.downgrade_after_inactive_days=10
|
||||
|
|
Loading…
Reference in a new issue