Searched refs:DfxLogPrint (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 71 __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 D | dfx_log.h | 41 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 D | dfx_log.cpp | 89 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 D | musl_log.c | 32 __attribute__ ((visibility("hidden"))) int DfxLogPrint( in DfxLogPrint() function
|