sdm660-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.

Signed-off-by: OmarAlCoptan <omarcoptan9@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Jun Wang 2023-01-06 17:06:52 +00:00 committed by pix106
parent 9d6a74070a
commit 80fc94ae03

View file

@ -135,6 +135,7 @@ debug.sf.disable_client_composition_cache=1
debug.sdm.support_writeback=0 debug.sdm.support_writeback=0
dev.pm.dyn_samplingrate=1 dev.pm.dyn_samplingrate=1
ro.vendor.display.cabl=2 ro.vendor.display.cabl=2
debug.hwui.skia_atrace_enabled=false
vendor.display.disable_skip_validate=1 vendor.display.disable_skip_validate=1
vendor.display.enable_default_color_mode=0 vendor.display.enable_default_color_mode=0
vendor.display.idle_time=32767 vendor.display.idle_time=32767