From a5d69e1757ca1f90bc9bc708203211b8ae2c5e3a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 16 Mar 2017 14:15:27 +0800 Subject: [PATCH] Enable LOGV for LocSvc_LocApiBase Define LOG_NDEBUG 0 to enable verbose log messages in LocApiBase.cpp CRs-fixed: 2018892 Change-Id: Ie3f5efaa728d863b8fd0ab268700e807b232dab3 --- core/LocApiBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 3bbbf8f3..0036d887 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 //Define to enable LOGV #define LOG_TAG "LocSvc_LocApiBase" #include