Remove wrong log tag definition 06/223006/2
authorhyunho <hhstark.kang@samsung.com>
Wed, 22 Jan 2020 05:48:18 +0000 (14:48 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 28 Jan 2020 00:56:55 +0000 (09:56 +0900)
Change-Id: Ie463b189b37cfed6630811653825d956e3ab0347
Signed-off-by: hyunho <hhstark.kang@samsung.com>
include/bundle_cpp.h
src/bundle_cpp.cc

index 33e9176..d95a241 100644 (file)
@@ -28,7 +28,6 @@
  */
 
 #include <bundle.h>
-#include <dlog.h>
 
 #include <cstdio>
 #include <memory>
 #include <utility>
 #include <vector>
 
-#ifdef LOG_TAG
-#undef LOG_TAG
-#endif
-
-#define LOG_TAG "BUNDLE"
-
 #ifndef EXPORT_API
 #define EXPORT_API __attribute__((visibility("default")))
 #endif
index 2e5e6ca..9f878e6 100644 (file)
 #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)