Searched defs:SC_LOG_ERROR (Results 1 – 2 of 2) sorted by relevance
30 #define SC_LOG_ERROR(label, fmt, ...) \ macro52 #define SC_LOG_ERROR(fmt, ...) printf("[%s] error: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS__) macro
23 #define SC_LOG_ERROR(fmt, ...) \ macro