gs101:device: Update modem SSR property am: c33685b85e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15310737 Change-Id: If4de595e9fef53e26036ecba5a5274ce4bfc5703
This commit is contained in:
commit
5125b0447f
1 changed files with 5 additions and 0 deletions
|
@ -321,8 +321,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.vendor.sys.modem.logging.br_num=5
|
||||
|
||||
# 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