diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-09-16 19:52:55 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 21:09:44 +0200 |
commit | e2a55d3c9bda6b531cd246b9c7a929da950ff1a0 (patch) | |
tree | 77a377afe64049b5a8a68431491c5e17c0bca709 /gps/etc/gps.conf | |
parent | 6a6dc458e2da68233be0de9c71c9432f4c09a1c8 (diff) |
sdm660-common: gps: Lower debug level
* Kill logcat spam
Change-Id: I20d1f698d3c2d1b56e79f6eb6c5c17069e43c60f
Diffstat (limited to 'gps/etc/gps.conf')
-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 9e975b6..bceebbf 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -30,7 +30,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 = 5 +DEBUG_LEVEL = 2 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 |