From 60524de2d92d8355fb358965590fe71ce6cc704f Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Wed, 10 Apr 2024 16:23:00 +0000 Subject: [PATCH] universal7885: 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 --- universal7885-common/system.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/system.prop b/universal7885-common/system.prop index 73b2451..e8ce23f 100644 --- a/universal7885-common/system.prop +++ b/universal7885-common/system.prop @@ -13,6 +13,7 @@ persist.sys.binary_xml=false # Rendering debug.renderengine.backend=skiaglthreaded renderthread.skia.reduceopstasksplitting=true +debug.hwui.skia_atrace_enabled=false # Blur ro.sf.blurs_are_expensive=1