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:
SalmaxChang 2021-07-16 16:51:23 +00:00 committed by Automerger Merge Worker
commit 067a62a583

View file

@ -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 += \