mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge changes from topic 'smlog_htc'
* changes: dump state for Muskie/Walleye ril: Enable the feature of modem runtime QXDM log by default
This commit is contained in:
@@ -41,3 +41,17 @@ 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
|
||||
|
||||
# SM loging file
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/muskie/init.logging.rc:root/init.$(PRODUCT_HARDWARE).logging.rc
|
||||
|
||||
# Dumpstate HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.dumpstate@1.0-service.muskie
|
||||
|
||||
Reference in New Issue
Block a user