gs101:device: Update modem SSR property am: c33685b85e am: 26ec42afde
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15310737 Change-Id: I5d22828abcccbd2bc5c8e857f7c370f5331a7fc0
This commit is contained in:
commit
067a62a583
1 changed files with 5 additions and 0 deletions
|
@ -321,8 +321,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.sys.modem.logging.br_num=5
|
persist.vendor.sys.modem.logging.br_num=5
|
||||||
|
|
||||||
# Enable silent CP crash handling
|
# Enable silent CP crash handling
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.ril.crash_handling_mode=1
|
persist.vendor.ril.crash_handling_mode=1
|
||||||
|
else
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
persist.vendor.ril.crash_handling_mode=2
|
||||||
|
endif
|
||||||
|
|
||||||
# Add support dual SIM mode
|
# Add support dual SIM mode
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue