diff options
-rw-r--r-- | gps/etc/gps.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index 1027d76..3caef9c 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -25,7 +25,7 @@ XTRA_CA_PATH=/system/etc/security/cacerts # 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 +DEBUG_LEVEL = 2 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 |