From 5e824a53566bb4e7d043c6af7c1f2925c7968030 Mon Sep 17 00:00:00 2001 From: wildbeetle <172128642+wildbeetle@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:14:12 +0800 Subject: [PATCH] LG8n: Remove debug.sf.latch_unsignaled * Got removed in A14 QPR2 * https://android.googlesource.com/platform/frameworks/native/+/1fd9bfca9d86a3b0d0ff46596ec948b147f44619 * We have set auto_latch_unsignaled property to disabled state to keep latch-unsignaled as the default behavior. Change-Id: I3443d6e5b0916a3098dad556ec46cf53069ae348 Signed-off-by: SamarV-121 Signed-off-by: Shirayuki39 --- configs/properties/system.prop | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/properties/system.prop b/configs/properties/system.prop index ef8c5d1..0093514 100644 --- a/configs/properties/system.prop +++ b/configs/properties/system.prop @@ -51,7 +51,6 @@ persist.sys.fuse.passthrough.enable=true # Graphics debug.sf.enable_transaction_tracing=false -debug.sf.latch_unsignaled=true debug.sf.predict_hwc_composition_strategy=0 # Disable blur on app launch