mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: 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. Change-Id: I5d470b22a643634bdd7db9f307c29deae6ff176f
This commit is contained in:
parent
f70508b074
commit
60524de2d9
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ persist.sys.binary_xml=false
|
||||||
# Rendering
|
# Rendering
|
||||||
debug.renderengine.backend=skiaglthreaded
|
debug.renderengine.backend=skiaglthreaded
|
||||||
renderthread.skia.reduceopstasksplitting=true
|
renderthread.skia.reduceopstasksplitting=true
|
||||||
|
debug.hwui.skia_atrace_enabled=false
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
ro.sf.blurs_are_expensive=1
|
ro.sf.blurs_are_expensive=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue