summaryrefslogtreecommitdiff
path: root/utils/loc_log.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_log.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_log.cpp')
-rw-r--r--utils/loc_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/loc_log.cpp b/utils/loc_log.cpp
index f6b54f9..23b2894 100644
--- a/utils/loc_log.cpp
+++ b/utils/loc_log.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#include <stdio.h>
#include <stdlib.h>