D | logging.c | 31 void logmsg(int prio, const char *fmt, ...) { in logmsg() argument 35 __android_log_vprint(prio, "clatd", fmt, ap); in logmsg() 46 void logmsg_dbg(int prio, const char *fmt, ...) { in logmsg_dbg() argument 50 __android_log_vprint(prio, "clatd", fmt, ap); in logmsg_dbg() 54 void logmsg_dbg(__attribute__((unused)) int prio, __attribute__((unused)) const char *fmt, ...) {} in logmsg_dbg() argument
|