Adaptive Suspend: configure first param set am: 3f428fafe4 am: 6a50ca3ab3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14914609 Change-Id: Ib5c81618db34a0bb93e1fca9d15eacbb28236813
This commit is contained in:
commit
a4fdba4ad5
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