Enable LOGV for LocSvc_LocApiBase

Define LOG_NDEBUG 0 to enable verbose log messages in
LocApiBase.cpp

CRs-fixed: 2018892
Change-Id: Ie3f5efaa728d863b8fd0ab268700e807b232dab3
This commit is contained in:
Yingjie Wang 2017-03-16 14:15:27 +08:00 committed by Gerrit - the friendly Code Review server
parent bf3d1332f4
commit a5d69e1757

View file

@ -26,7 +26,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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" #define LOG_TAG "LocSvc_LocApiBase"
#include <dlfcn.h> #include <dlfcn.h>