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:
Rajeev Kumar 2018-12-13 18:17:36 -08:00
parent 4ef40ccc2a
commit 53011f3c3a

View file

@ -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