Searched defs:LOG_DEBUG (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/include/
H A Dlog.h27 /* syslog didn't work well here since we would be redefining LOG_DEBUG. */
33 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
47 #define LOG_DEBUG(tag, fmt, args...) ALOG(LOG_DEBUG, tag, fmt, ## args ) macro

Completed in 83 milliseconds