summaryrefslogtreecommitdiff
path: root/etc/gps.conf
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2013-06-20 17:24:37 -0700
committerTushar Janefalkar <tusharj@codeaurora.org>2013-06-26 18:23:57 -0700
commit6fa0e8a9833271cc720c6ac751930b69395db096 (patch)
tree1eef5c94373f306a58f7bd46d26e1315d45177e6 /etc/gps.conf
parent711863f2f35d11a86b0b1f7a8b1e625ac200dc45 (diff)
downloadgps-6fa0e8a9833271cc720c6ac751930b69395db096.tar.gz
DEBUG_LEVEL 0 to produce no logs
In accordance to gps.conf, debug level of 0 now produces no logs at all. In addition, if the parameter DEBUG_LEVEL is commented in gps.conf, logs will be printed according to Android's logging levels CRs-fixed: 503157 Change-Id: I26ca2be67fbc7ce2bf633f66d9b88ca6450e9d27
Diffstat (limited to 'etc/gps.conf')
-rwxr-xr-xetc/gps.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 8428315..f73401f 100755
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -18,6 +18,7 @@ NTP_SERVER=time.gpsonextra.net
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
+# If DEBUG_LEVEL is commented, Android's logging levels will be used
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable