Move the default value of persist.traced.enable to system partition (2/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 walleye
Change-Id: I65044f3522e69805da3092f4fef63996384c0806
This commit is contained in:
Jaekyun Seok
2018-02-27 15:01:11 +09:00
parent 25b687d52a
commit 517c1a2b76

View File

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