From 6c9343559862892699213e51ae87e9bf4695c98c Mon Sep 17 00:00:00 2001 From: Siddharth Ray Date: Mon, 16 Apr 2018 17:46:13 -0700 Subject: [PATCH] Increased GPS debug ag/3907575 reduces logging for "I". This change increases debug level to 3. BUG:70270197 Change-Id: If1c50e5823f563dfaeb3b394091b36eddceff104 --- gps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps.conf b/gps.conf index 4e8fffa75..54482b19b 100644 --- a/gps.conf +++ b/gps.conf @@ -26,7 +26,7 @@ NTP_SERVER = time.google.com # 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 = 2 +DEBUG_LEVEL = 3 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0