summaryrefslogtreecommitdiff
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
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
-rw-r--r--android/location_api/BatchingAPIClient.cpp2
-rw-r--r--android/location_api/GeofenceAPIClient.cpp2
-rw-r--r--android/location_api/GnssAPIClient.cpp2
-rw-r--r--android/location_api/MeasurementAPIClient.cpp2
-rw-r--r--core/ContextBase.cpp2
-rw-r--r--core/LocAdapterBase.cpp2
-rw-r--r--core/LocDualContext.cpp2
-rw-r--r--core/loc_core_log.cpp2
-rw-r--r--location/LocationAPIClientBase.cpp2
-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
14 files changed, 14 insertions, 14 deletions
diff --git a/android/location_api/BatchingAPIClient.cpp b/android/location_api/BatchingAPIClient.cpp
index 6022fbf..21fe2c6 100644
--- a/android/location_api/BatchingAPIClient.cpp
+++ b/android/location_api/BatchingAPIClient.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_BatchingAPIClient"
#include <log_util.h>
diff --git a/android/location_api/GeofenceAPIClient.cpp b/android/location_api/GeofenceAPIClient.cpp
index ee4bfc3..420cdeb 100644
--- a/android/location_api/GeofenceAPIClient.cpp
+++ b/android/location_api/GeofenceAPIClient.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_GeofenceApiClient"
#include <log_util.h>
diff --git a/android/location_api/GnssAPIClient.cpp b/android/location_api/GnssAPIClient.cpp
index a31de5d..c76f74d 100644
--- a/android/location_api/GnssAPIClient.cpp
+++ b/android/location_api/GnssAPIClient.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_GnssAPIClient"
#include <log_util.h>
diff --git a/android/location_api/MeasurementAPIClient.cpp b/android/location_api/MeasurementAPIClient.cpp
index 8e6f48c..0f998a0 100644
--- a/android/location_api/MeasurementAPIClient.cpp
+++ b/android/location_api/MeasurementAPIClient.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_MeasurementAPIClient"
#include <log_util.h>
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp
index 849a7d3..8af48fc 100644
--- a/core/ContextBase.cpp
+++ b/core/ContextBase.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_CtxBase"
#include <dlfcn.h>
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index aca5909..7cb4086 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.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_LocAdapterBase"
#include <dlfcn.h>
diff --git a/core/LocDualContext.cpp b/core/LocDualContext.cpp
index c6a8896..90eacff 100644
--- a/core/LocDualContext.cpp
+++ b/core/LocDualContext.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_DualCtx"
#include <cutils/sched_policy.h>
diff --git a/core/loc_core_log.cpp b/core/loc_core_log.cpp
index 620d1b0..ae5948d 100644
--- a/core/loc_core_log.cpp
+++ b/core/loc_core_log.cpp
@@ -27,7 +27,7 @@
*
*/
-#define LOG_NDDEBUG 0
+#define LOG_NDEBUG 0
#define LOG_TAG "LocSvc_core_log"
#include <loc_log.h>
diff --git a/location/LocationAPIClientBase.cpp b/location/LocationAPIClientBase.cpp
index 6ced55a..a160adc 100644
--- a/location/LocationAPIClientBase.cpp
+++ b/location/LocationAPIClientBase.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_APIClientBase"
#include <log_util.h>
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>