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:
parent
516ea60850
commit
1e5532f898
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue