From 484f87b61613aefd6cbfbb951980d665a4c3a103 Mon Sep 17 00:00:00 2001 From: dotkit Date: Mon, 16 Jan 2023 15:01:50 +0000 Subject: [PATCH] sdm710-common: props: Disable continuous transaction tracing 01-16 20:42:21.500 W/TransactionTracing(788): Could not find layer handle 0x7011020130 01-16 20:42:23.216 W/TransactionTracing(788): Could not find layer id -1 Change-Id: I453c9efe4b6e53e97c1891851c58f20dc71cb64e Signed-off-by: dotkit --- product.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/product.prop b/product.prop index 41794bb..63f19cd 100644 --- a/product.prop +++ b/product.prop @@ -64,6 +64,7 @@ persist.sys.fflag.override.settings_provider_model=false # SurfaceFlinger debug.sf.enable_hwc_vds=1 debug.sf.latch_unsignaled=1 +debug.sf.enable_transaction_tracing=false ro.surface_flinger.max_frame_buffer_acquired_buffers=3 persist.sys.sf.native_mode=0 ro.surface_flinger.force_hwc_copy_for_virtual_displays=true