Searched defs:log_debug (Results 1 – 2 of 2) sorted by relevance
32 #define log_debug(fmt, args...) debug(fmt, ##args) macro
166 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt) macro180 #define log_debug(_fmt, ...) debug(_fmt, ##__VA_ARGS__) macro
Completed in 4 milliseconds