summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2017-03-16 14:15:27 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-21 15:18:32 -0700
commita5d69e1757ca1f90bc9bc708203211b8ae2c5e3a (patch)
tree8cca38f17aea95b73e22366847d9f13587fdda99 /core/LocApiBase.cpp
parentbf3d1332f4fdadadfd32a95c154053ae2a93548b (diff)
Enable LOGV for LocSvc_LocApiBase
Define LOG_NDEBUG 0 to enable verbose log messages in LocApiBase.cpp CRs-fixed: 2018892 Change-Id: Ie3f5efaa728d863b8fd0ab268700e807b232dab3
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index 3bbbf8f..0036d88 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 <dlfcn.h>