From 2d7530dd3aa782f37a69980fea1938394bd786df Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Thu, 12 May 2022 22:02:43 +0800 Subject: [PATCH] sm7325-common: Disable Skia tracing by default If the prop "debug.hwui.skia_atrace_enabled" is enabled, too many skia tracing calls will be printed in every frame. This has obvious overhead on performance/power, and can cause many janks. So disable it by default, and user can set it manually if necessary. Change-Id: I5d470b22a643634bdd7db9f307c29deae6ff176f --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index a3eb99b..fa20d71 100644 --- a/system.prop +++ b/system.prop @@ -28,6 +28,9 @@ persist.data.df.ul_mode=5 # DPM persist.vendor.dpm.feature=11 +# HWUI +debug.hwui.skia_atrace_enabled=false + # IMS persist.dbg.volte_avail_ovr=1 persist.dbg.vt_avail_ovr=1