diff options
| author | Andrew Hexen <SyberHexen@gmail.com> | 2020-11-21 20:55:44 -0800 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2021-08-17 20:44:56 +0200 |
| commit | 0d781c7f3e95c2ddf8d8e4a067d048916d606407 (patch) | |
| tree | 92ed2f08ea151c2bee2977310a9b716b170c64b6 | |
| parent | 159bfa663f5acb21c35433c20dd03eb7673428fc (diff) | |
victara: 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index fc59436..e470084 100644 --- a/system.prop +++ b/system.prop @@ -49,7 +49,7 @@ persist.mot.gps.smart_battery=1 ## Graphics debug.hwui.use_buffer_age=false debug.sf.disable_backpressure=1 -debug.sf.latch_unsignaled=1 +debug.sf.latch_unsignaled=0 debug.stagefright.ccodec=0 persist.hwc.mdpcomp.enable=true persist.media.treble_omx=false |
