ril: Enable the feature of modem runtime QXDM log by default

Set the property persist.radio.smlog_switch to 1 to enable smlog by default

Bug: 35647551
Change-Id: I598cbab0abc2d7c78b4946d2f87b7af476a296cb
This commit is contained in:
terry.cr_huang
2017-02-22 20:46:47 +08:00
committed by Thierry Strudel
parent 86d221b812
commit e14f52d62a

View File

@@ -32,3 +32,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.audio.fluence.voicecomm=true \
persist.audio.fluence.voicerec=false \
ro.config.vc_call_vol_steps=7
# Enable SM log mechanism by default
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.smlog_switch=1
endif