Home
last modified time | relevance | path

Searched defs:DfxLogDebug (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/common/dfxlog/
Dmusl_log.h82 #define DfxLogDebug(...) DfxLog(LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__) macro
88 #define DfxLogDebug(...) macro
Ddfx_log.h32 #define DfxLogDebug(fmt, ...) macro
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_log.cpp44 int DfxLogDebug(const char *format, ...) in DfxLogDebug() function