Home
last modified time | relevance | path

Searched refs:DfxLogPrint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h71 __attribute__ ((visibility("hidden"))) int DfxLogPrint(
74 #define DFXLOG_PRINT(prio, ...) DfxLogPrint(prio, LOG_DOMAIN, LOG_TAG, ##__VA_ARGS__)
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/
H A Ddfx_log.h41 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, \
45 #define DFXLOG_PRINT(prio, ...) DfxLogPrint(prio, LOG_DOMAIN, LOG_TAG, ##__VA_ARGS__)
H A Ddfx_log.cpp89 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fm… in DfxLogPrint() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Dmusl_log.c32 __attribute__ ((visibility("hidden"))) int DfxLogPrint( in DfxLogPrint() function