From da902067e70bccb97afcf91f0d7085030d83d42c Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 22 Jan 2020 14:48:18 +0900 Subject: [PATCH] Remove wrong log tag definition Change-Id: Ie463b189b37cfed6630811653825d956e3ab0347 Signed-off-by: hyunho --- include/bundle_cpp.h | 7 ------- src/bundle_cpp.cc | 8 +------- 2 files changed, 1 insertion(+), 14 deletions(-) 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) -- 2.7.4