Home
last modified time | relevance | path

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

/developtools/profiler/device/base/include/
Dlogging.h117 #define HILOG_ERROR(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, #… macro
189 #define HILOG_ERROR(type, fmt, ...) HILOG_PRINT(type, LOG_ERROR, fmt, ##__VA_ARGS__) macro