summaryrefslogtreecommitdiff
path: root/utils
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
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')
-rw-r--r--utils/MsgTask.cpp2
-rw-r--r--utils/loc_cfg.cpp2
-rw-r--r--utils/loc_log.cpp2
-rw-r--r--utils/loc_misc_utils.cpp2
-rw-r--r--utils/loc_nmea.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/utils/MsgTask.cpp b/utils/MsgTask.cpp
index 636dd4c..80abeec 100644
--- a/utils/MsgTask.cpp
+++ b/utils/MsgTask.cpp
@@ -26,7 +26,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_MsgTask"
#include <unistd.h>
diff --git a/utils/loc_cfg.cpp b/utils/loc_cfg.cpp
index 926781a..d2364f6 100644
--- a/utils/loc_cfg.cpp
+++ b/utils/loc_cfg.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_utils_cfg"
#include <stdio.h>
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>
diff --git a/utils/loc_misc_utils.cpp b/utils/loc_misc_utils.cpp
index dfe19a2..5d66991 100644
--- a/utils/loc_misc_utils.cpp
+++ b/utils/loc_misc_utils.cpp
@@ -32,7 +32,7 @@
#include <loc_misc_utils.h>
#include <ctype.h>
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_misc_utils"
int loc_util_split_string(char *raw_string, char **split_strings_ptr,
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>