From: Jihoon Jung Date: Wed, 28 Dec 2022 03:40:53 +0000 (+0900) Subject: Add dlog feature in MTP CAPI X-Git-Tag: submit/tizen_7.0/20221228.034242^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bd9019a533ea8507989427f6ce7d0c6a1e9f9c4;hp=9779671484c41f89dcd338e394085257609a731e;p=platform%2Fcore%2Fapi%2Fmtp.git Add dlog feature in MTP CAPI Signed-off-by: Jihoon Jung --- 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"