Disable snapshot timer

Test: Field testing done in marginal Verizon coverage
Bug: 62770118
Change-Id: I9f6702e5772445981326e29e028dbb57e1322869
diff --git a/device-common.mk b/device-common.mk
index 273636f..f7a6147 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -345,10 +345,10 @@
     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 += \