summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorMekala Natarajan <mekalan@codeaurora.org>2014-12-11 11:34:31 -0800
committerPavel Zhamaitsiak <pavelz@google.com>2014-12-11 22:05:59 +0000
commitf5f346d49b0b57b84cf7fd9be7e0e59e10d74d02 (patch)
tree8fd82b8185edc3f3219e856c68be6dbb49019e76 /device.mk
parent33724a9568166047b4b4aa3cd16090cc0ceef912 (diff)
downloadshamu-f5f346d49b0b57b84cf7fd9be7e0e59e10d74d02.tar.gz
device.mk: Reduce IMS logging
IMS debug logs are now disabled in the build Bug: 18718057 Change-Id: I99381443e2ff495d61349b8753fa864787b83094
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 0f69f957..6ce56ac5 100644
--- a/device.mk
+++ b/device.mk
@@ -221,6 +221,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.apm_sim_not_pwdn=1 \
persist.radio.no_wait_for_card=1
+#Reduce IMS logging
+PRODUCT_PROPERTY_OVERRIDES += \
+ persist.ims.disableDebugLogs=1
+
#Disable QC Oem Hook
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.oem_socket=false