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:
parent
bf3d1332f4
commit
a5d69e1757
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue