Get rid of _DLOG_USED define. 88/58388/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 29 Jan 2016 17:05:15 +0000 (18:05 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Sun, 31 Jan 2016 16:56:36 +0000 (08:56 -0800)
In previous build configuration _DLOG_USED was always set.
In sdk _DLOG_USED will be removed to simplify build configuration.

Change-Id: I5bb96f1ba03b7e2461bcb2742db635f7d78aff7f
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
inc/common.h

index 0021519..f36caee 100644 (file)
@@ -28,8 +28,7 @@
 #define OK             (0)
 #define FAIL   (-1)
 
-#ifdef _DLOG_USED
-//#define LOG_TAG "INDICATOR"
+#define LOG_TAG "INDICATOR"
 #include <dlog.h>
 
 #define ERR(str, args...)      LOGE("%s[%d]\t " #str "\n", \
@@ -73,5 +72,3 @@
                goto target;\
        } \
 } while (0);
-
-#endif