From 54f9a0bc39ad07c186a501d6451724d21568f4bc Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Tue, 27 Feb 2018 14:59:43 +0900 Subject: [PATCH] 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 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 30ed010..ba0c880 100644 --- a/device.mk +++ b/device.mk @@ -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