mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
Merge "Adding system properties for modem logging"
This commit is contained in:
@@ -62,3 +62,11 @@ PRODUCT_COPY_FILES += \
|
||||
AB_OTA_PARTITIONS += \
|
||||
vbmeta
|
||||
|
||||
# Enable modem logging
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.sys.modem.diag.mdlog=true \
|
||||
ro.radio.log_loc="/data/vendor/modem_dump" \
|
||||
ro.radio.log_prefix="modem_log_"
|
||||
endif
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/modem_dump 0777 system system
|
||||
|
||||
Reference in New Issue
Block a user