From 80fc94ae039c7da5b020722c0bdfb61c377d2bec Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Fri, 6 Jan 2023 17:06:52 +0000 Subject: [PATCH] sdm660-common: 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. Signed-off-by: OmarAlCoptan Signed-off-by: pix106 --- properties/vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/vendor.prop b/properties/vendor.prop index 2b9f7e3e..023e7cab 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -135,6 +135,7 @@ debug.sf.disable_client_composition_cache=1 debug.sdm.support_writeback=0 dev.pm.dyn_samplingrate=1 ro.vendor.display.cabl=2 +debug.hwui.skia_atrace_enabled=false vendor.display.disable_skip_validate=1 vendor.display.enable_default_color_mode=0 vendor.display.idle_time=32767