Disable dumpstate strict-run flag in gs101
The change disables the dumpstate strict-run flag in gs101 devices, which is enabled by default. Disabling this flag increases the timeout for capturing incident report to 120 seconds, from the default 20 seconds. This is done because 20s isn't enough to capture incident report proto in some cases, especially when device is throttling. Bug: 330400782 Test: Booted a gs101 device with the change. Then manually thermal throttled the device and captured bugreports. In some tests Incident report took a lot more more than 20s, and in all these cases it was succesfully captured. Change-Id: I8c4ee4e4412c517822776a9b10bbdad7da1c1213
This commit is contained in:
parent
1dfdc56738
commit
8796579a5f
1 changed files with 6 additions and 0 deletions
|
@ -1129,3 +1129,9 @@ include hardware/google/pixel/HardwareInfo/HardwareInfo.mk
|
||||||
# Touch service
|
# Touch service
|
||||||
include device/google/gs-common/touch/twoshay/aidl_gs101.mk
|
include device/google/gs-common/touch/twoshay/aidl_gs101.mk
|
||||||
include device/google/gs-common/touch/twoshay/twoshay.mk
|
include device/google/gs-common/touch/twoshay/twoshay.mk
|
||||||
|
|
||||||
|
# Allow longer timeout for incident report generation in bugreport
|
||||||
|
# Overriding in /product partition instead of /vendor intentionally,
|
||||||
|
# since it can't be overridden from /vendor.
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
dumpstate.strict_run=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue