Searched defs:LOGP (Results 1 – 1 of 1) sorted by relevance
73 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x) macro75 #define LOGP(x...) if (kIsDebug) ALOGD(x) macro