modified dlog tag
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 18 Dec 2012 10:16:45 +0000 (19:16 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 18 Dec 2012 10:18:50 +0000 (19:18 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
include/simple_util.h
packaging/aul.spec

index 2079b20..e104a7d 100755 (executable)
 
 #ifdef LAUNCHPAD_LOG
 #undef LOG_TAG
-#define LOG_TAG "AULD"
+#define LOG_TAG "AUL_PAD"
 #else
 #undef LOG_TAG
 #define LOG_TAG "AUL"
 #endif
 #ifdef AMD_LOG
 #undef LOG_TAG
-#define LOG_TAG "AMD"
+#define LOG_TAG "AUL_AMD"
 #endif
 
 
 #define MAX_LOCAL_BUFSZ 128
 #define MAX_PID_STR_BUFSZ 20
 
-#define _E(fmt, arg...) LOGE("[%s,%d] "fmt, __FUNCTION__, __LINE__, ##arg)
-#define _D(fmt, arg...) LOGD("[%s,%d] "fmt, __FUNCTION__, __LINE__, ##arg)
+#define _E(fmt, arg...) LOGE(fmt, ##arg)
+#define _D(fmt, arg...) LOGD(fmt, ##arg)
 
 #define retvm_if(expr, val, fmt, arg...) do { \
        if (expr) { \
index a93b18a..74ffd32 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.221
+Version:    0.0.222
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0