mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-28 16:36:41 +00:00
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:
committed by
Thierry Strudel
parent
86d221b812
commit
e14f52d62a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user