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