summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-27 06:01:09 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-27 06:01:09 +0000
commit99916e63862bc57c4f0a9386fa25ab4afee8c783 (patch)
treed219d0decbfbaad771fd186f188db39eef0f37b3
parentaeef13a598e2acf215fc684a3ef783b6ddac8484 (diff)
parent0f0720d75c1c5c1b61df95fac5282ed8966ee89c (diff)
downloadmarlin-99916e63862bc57c4f0a9386fa25ab4afee8c783.tar.gz
Merge cherrypicks of [2463695, 2463745, 2463732, 2463679, 2463844, 2463803, 2463746, 2463616, 2463786, 2463747, 2463881, 2463733, 2463804, 2463863, 2463787] into oc-release
Change-Id: I2306291ad59c32d9c98f50cf1efd565a01ef0a12
-rw-r--r--device-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk
index 273636f2..f7a61470 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -345,10 +345,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.radio.log_loc="/data/smlog_dump"
endif
-# Set snapshot timer to 3 second
+# Disable snapshot feature
PRODUCT_PROPERTY_OVERRIDES += \
- persist.radio.snapshot_enabled=1 \
- persist.radio.snapshot_timer=3
+ persist.radio.snapshot_enabled=0 \
+ persist.radio.snapshot_timer=0
# IMS over WiFi
PRODUCT_PROPERTY_OVERRIDES += \