mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 12:40:21 +00:00
Adding system properties for modem logging
Bug: 37115787 Test: Manually trigger bugreport Change-Id: I611083c0c23fab4887beaf0aed0139aa0b5d5e41
This commit is contained in:
@@ -66,3 +66,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