From 50a66401cccbea7cae77663611ec86f9b5409e3e Mon Sep 17 00:00:00 2001 From: Jaeho Lee Date: Tue, 18 Dec 2012 19:16:45 +0900 Subject: [PATCH] modified dlog tag Signed-off-by: Jaeho Lee --- include/simple_util.h | 8 ++++---- packaging/aul.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/simple_util.h b/include/simple_util.h index 2079b20..e104a7d 100755 --- a/include/simple_util.h +++ b/include/simple_util.h @@ -29,22 +29,22 @@ #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) { \ diff --git a/packaging/aul.spec b/packaging/aul.spec index a93b18a..74ffd32 100644 --- a/packaging/aul.spec +++ b/packaging/aul.spec @@ -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 -- 2.7.4