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:
parent
9d6a74070a
commit
80fc94ae03
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ debug.sf.disable_client_composition_cache=1
|
|||
debug.sdm.support_writeback=0
|
||||
dev.pm.dyn_samplingrate=1
|
||||
ro.vendor.display.cabl=2
|
||||
debug.hwui.skia_atrace_enabled=false
|
||||
vendor.display.disable_skip_validate=1
|
||||
vendor.display.enable_default_color_mode=0
|
||||
vendor.display.idle_time=32767
|
||||
|
|
Loading…
Reference in a new issue