Move the default value of persist.traced.enable to system partition (1/2)

persist.traced.enable isn't related to hardware, and so the default
value should exist in system partition.

Bug: 73905119
Test: succeeded building and test with taimen
Change-Id: Ie4dd5058e97b58bdff50733f90196c2e1315cce0
This commit is contained in:
Jaekyun Seok
2018-02-27 14:59:43 +09:00
parent 443c54f11a
commit 54f9a0bc39

View File

@@ -132,6 +132,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.hwui.path_cache_size=32
# Enable Perfetto traced
PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.traced.enable=1