P22: Sync config of silent CP crash handling from P21
Bug: 214226540 Test: manual Change-Id: I4e915fc08c819d396577ae5a6b8841b632595041
This commit is contained in:
parent
3de791256d
commit
38798148df
1 changed files with 5 additions and 0 deletions
|
@ -325,8 +325,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.vendor.sys.modem.logging.enable=true
|
||||
|
||||
# Enable silent CP crash handling
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.ril.crash_handling_mode=1
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.ril.crash_handling_mode=2
|
||||
endif
|
||||
|
||||
# Add support dual SIM mode
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue