summaryrefslogtreecommitdiff
path: root/utils/loc_nmea.cpp
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2017-04-28 18:24:07 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2017-04-28 18:24:07 +0800
commit86ad4f8f4411b979ede22300fa89fd840fece142 (patch)
treef051008454e44a09a06992afc35a0161c869e810 /utils/loc_nmea.cpp
parent6cf01fac929e99f91df947d1791df7790ac956c1 (diff)
downloadgps-86ad4f8f4411b979ede22300fa89fd840fece142.tar.gz
Enable LOGV for gps directory
Define LOG_NDEBUG 0 to enable VERBOSE log messages in hardware/qcom/gps Change-Id: I954cad757f13d6bac99b7a06625daa0ace84a17e CRs-fixed: 2025673
Diffstat (limited to 'utils/loc_nmea.cpp')
-rw-r--r--utils/loc_nmea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/loc_nmea.cpp b/utils/loc_nmea.cpp
index dee98db..e288af4 100644
--- a/utils/loc_nmea.cpp
+++ b/utils/loc_nmea.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_nmea"
#include <loc_nmea.h>
#include <math.h>