diff options
author | Brian Duddie <bduddie@google.com> | 2016-08-03 14:17:10 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-14 19:20:08 +0200 |
commit | b7142a05b9dfe0132cb1bd0ce6f8d932dd82656a (patch) | |
tree | f80ab4f1779c168c07c2e7b755cbff47f9a8280d /gps/etc | |
parent | e818bda772fb930d4279273d3f2ac599a4c6124e (diff) |
msm8996-common: gps: Reduce GPS log level to 2 (warning)
Based on recommendation from Qualcomm to reduce slim_daemon log spam,
only log WARNING and ERROR level messages by default.
Bug: 30375274
Change-Id: I8a5cc466c87b5db4ff9071f5123266ff721fb2b8
Diffstat (limited to 'gps/etc')
-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 |