Adaptive Suspend: configure first param set am: 3f428fafe4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14914609 Change-Id: I129c2612cebde4e10d44d224d84ab32ea6182864
This commit is contained in:
commit
432bd7173d
1 changed files with 4 additions and 1 deletions
|
@ -1102,8 +1102,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
zygote.critical_window.minute=10
|
zygote.critical_window.minute=10
|
||||||
|
|
||||||
# Suspend properties
|
# Suspend properties
|
||||||
|
# (b/171433995): Enable short suspend backoffs and reduce max backoff time
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
suspend.short_suspend_threshold_millis=5000
|
suspend.short_suspend_threshold_millis=2000 \
|
||||||
|
suspend.short_suspend_backoff_enabled=true \
|
||||||
|
suspend.max_sleep_time_millis=40000
|
||||||
|
|
||||||
# (b/183612348): Enable skia reduceOpsTaskSplitting
|
# (b/183612348): Enable skia reduceOpsTaskSplitting
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue