From: hyunho Date: Wed, 22 Jan 2020 05:48:18 +0000 (+0900) Subject: Remove wrong log tag definition X-Git-Tag: submit/tizen/20200130.235742~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da902067e70bccb97afcf91f0d7085030d83d42c;p=platform%2Fcore%2Fbase%2Fbundle.git Remove wrong log tag definition Change-Id: Ie463b189b37cfed6630811653825d956e3ab0347 Signed-off-by: hyunho --- diff --git a/include/bundle_cpp.h b/include/bundle_cpp.h index 33e9176..d95a241 100644 --- a/include/bundle_cpp.h +++ b/include/bundle_cpp.h @@ -28,7 +28,6 @@ */ #include -#include #include #include @@ -36,12 +35,6 @@ #include #include -#ifdef LOG_TAG -#undef LOG_TAG -#endif - -#define LOG_TAG "BUNDLE" - #ifndef EXPORT_API #define EXPORT_API __attribute__((visibility("default"))) #endif diff --git a/src/bundle_cpp.cc b/src/bundle_cpp.cc index 2e5e6ca..9f878e6 100644 --- a/src/bundle_cpp.cc +++ b/src/bundle_cpp.cc @@ -21,13 +21,7 @@ #include "bundle_cpp_implementation.h" #include "bundle_cpp.h" #include "bundle_internal.h" - - -#ifdef LOG_TAG -#undef LOG_TAG -#endif - -#define LOG_TAG "BUNDLE" +#include "bundle_log.h" namespace tizen_base { Bundle::Impl::Impl(Bundle* parent, bool copy, bool own)