From b7142a05b9dfe0132cb1bd0ce6f8d932dd82656a Mon Sep 17 00:00:00 2001 From: Brian Duddie Date: Wed, 3 Aug 2016 14:17:10 -0700 Subject: 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 --- gps/etc/gps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gps') 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 -- cgit v1.2.3