Searched defs:DfxLogDebug (Results 1 – 3 of 3) sorted by relevance
82 #define DfxLogDebug(...) DfxLog(LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__) macro88 #define DfxLogDebug(...) macro
32 #define DfxLogDebug(fmt, ...) macro
44 int DfxLogDebug(const char *format, ...) in DfxLogDebug() function