taimen: Disable userdebug diagnostics

Change-Id: I31df2090b31243b742c4e82dc08cd8491dada54f
This commit is contained in:
Ethan Chen
2018-11-28 20:41:20 -08:00
committed by Asriadi Rahim
parent 40ecbca556
commit f38c485b90

View File

@@ -118,7 +118,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml
# Enable modem logging
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.modem.diag.qdb=0\
persist.sys.modem.diag.mdlog=true \