Home | History | Annotate | Download | only in liblog

Lines Matching defs:TRACE

39 #define TRACE(...) printf("fake_log_device: " __VA_ARGS__)
41 #define TRACE(...) ((void)0)
195 TRACE("Found ANDROID_LOG_TAGS='%s'\n", tags);
213 TRACE("ERROR: env tag too long (%d chars max)\n", kMaxTagLen-1);
247 TRACE("ERROR: garbage in tag env; expected whitespace\n");
248 TRACE(" env='%s'\n", tags);
255 TRACE("+++ global min prio %d\n", logState->globalMinPriority);
259 TRACE("+++ entry %d: %s:%d\n",
359 TRACE("LOG %d: %s %s", logPrio, tag, msg);
559 TRACE("%s: ignoring binary log\n", state->debugName);
564 TRACE("%s: writevLog with count=%d not expected\n",
582 //TRACE("MATCH tag '%s'\n", tag);
591 //TRACE("+++ NOLOG(%d): %s %s", logPrio, tag, msg);