Searched defs:SC_LOG_DEBUG (Results 1 – 2 of 2) sorted by relevance
39 #define SC_LOG_DEBUG(label, fmt, ...) \ macro49 #define SC_LOG_DEBUG(fmt, ...) printf("[%s] debug: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS__) macro
29 #define SC_LOG_DEBUG(fmt, ...) \ macro