diff options
| author | Andrew Hexen <SyberHexen@gmail.com> | 2020-11-21 20:55:44 -0800 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2021-08-17 01:39:10 +0200 |
| commit | f20cb438ed612053b5e0f98323d6673ccf11478d (patch) | |
| tree | 023f708e7212b715c241c0eead930ff4211653e8 | |
| parent | 6b8b1ad253680fcc27e8be6ed6e7851fe937880a (diff) | |
msm8916-common: properties.mk: disable debug.sf.latch_unsignaled
* Disabling this helps reduces notification flicker, UI performance is not impacted.
(per: change https://android.googlesource.com/platform/frameworks/native/+/c5da271)
Signed-off-by: Andrew Hexen <SyberHexen@gmail.com>
Change-Id: I8b7aed9bc5ff03bd8d1cd05f70c8568c1faf971c
| -rw-r--r-- | system_prop.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system_prop.mk b/system_prop.mk index c98174b..c3668a4 100644 --- a/system_prop.mk +++ b/system_prop.mk @@ -38,7 +38,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ debug.sf.recomputecrop=0 \ debug.sf.disable_backpressure=1 \ debug.sf.enable_gl_backpressure=1 \ - debug.sf.latch_unsignaled=1 \ + debug.sf.latch_unsignaled=0 \ debug.cpurend.vsync=false \ ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \ ro.qualcomm.cabl=0 |
