From d08b8b74c884eff212bb91594bbebe64f8f4dabd Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Sat, 19 Mar 2022 11:06:31 -0300 Subject: veux: props: 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 c2bcd6d..1bc9e60 100644 --- a/system.prop +++ b/system.prop @@ -7,6 +7,9 @@ ro.charger.enable_suspend=true # CNE persist.vendor.cne.feature=1 +# Disable Skia tracing by default +debug.hwui.skia_atrace_enabled=false + # Graphics debug.sf.disable_backpressure=1 debug.sf.enable_hwc_vds=1 -- cgit v1.2.3