Searched defs:AT_LOG_ERROR (Results 1 – 1 of 1) sorted by relevance
26 #define AT_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro44 #define AT_LOG_ERROR(fmt, ...) printf("[%s] error: " fmt "\n", LOG_TAG, ##__VA_ARGS__) macro