From 7ff1e9803a1aae775cf1a0c58f693ce807399e1a Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Wed, 28 Dec 2022 12:40:53 +0900 Subject: [PATCH] Add dlog feature in MTP CAPI Change-Id: I82ddcbcd795c9d0959cb7c12e0cf7945a76e7976 Signed-off-by: Jihoon Jung --- include/mtp_debug.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/mtp_debug.h b/include/mtp_debug.h index d67dff9..678b534 100644 --- a/include/mtp_debug.h +++ b/include/mtp_debug.h @@ -18,6 +18,13 @@ #define __TIZEN_CAPI_NETWORK_MTP_DEBUG_H__ #include +#include + +#ifdef LOG_TAG +#undef LOG_TAG +#endif + +#define LOG_TAG "MTP_CAPI" #define COLOR_BLACK "\033[0;30m" #define COLOR_RED "\033[0;31m" -- 2.34.1