sm7325-common: 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:
Jun Wang 2022-05-12 22:02:43 +08:00 committed by Nolen Johnson
parent ac012e6dea
commit 2d7530dd3a

View File

@ -28,6 +28,9 @@ persist.data.df.ul_mode=5
# DPM # DPM
persist.vendor.dpm.feature=11 persist.vendor.dpm.feature=11
# HWUI
debug.hwui.skia_atrace_enabled=false
# IMS # IMS
persist.dbg.volte_avail_ovr=1 persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1 persist.dbg.vt_avail_ovr=1