sm8350-common: props: 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.
This commit is contained in:
Jun Wang 2022-05-12 22:02:43 +08:00 committed by DigiGoon
parent ea3610f4cb
commit 1cf653ee43

View file

@ -4,6 +4,9 @@ vendor.bluetooth.soc=hastings
# CNE
persist.vendor.cne.feature=1
# Disable Skia tracing by default
debug.hwui.skia_atrace_enabled=false
# Graphics
debug.sf.disable_backpressure=1
debug.sf.enable_hwc_vds=1