Merge "Enabled traced on Android Go devices by default." into qt-dev
am: 6d98e83561
Change-Id: Ie14af6cd78727043a5811a09f0fd4ca4a6628962
This commit is contained in:
commit
973281796c
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@
|
|||
# Sets Android Go recommended default product options..
|
||||
|
||||
|
||||
# Set lowram options
|
||||
# Set lowram options and enable traced by default
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.low_ram=true \
|
||||
persist.traced.enable=1 \
|
||||
|
||||
# Speed profile services and wifi-service to reduce RAM and storage.
|
||||
PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile
|
||||
|
|
Loading…
Reference in a new issue