Searched defs:SC_LOGD (Results 1 – 1 of 1) sorted by relevance
58 #define SC_LOGD(args...) ((void)ALOG(LOG_INFO, LOG_TAG, ##args)) macro64 #define SC_LOGD(args...) do { } while (0) macro