From: Jihoon Jung Date: Wed, 28 Dec 2022 03:40:53 +0000 (+0900) Subject: Add dlog feature in MTP CAPI X-Git-Tag: accepted/tizen/unified/20230103.054907^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fcore%2Fapi%2Fmtp.git Add dlog feature in MTP CAPI Change-Id: I82ddcbcd795c9d0959cb7c12e0cf7945a76e7976 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"