Home
last modified time | relevance | path

Searched refs:priChar (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/
Dfake_log_device.c355 char priChar; in showLog() local
361 priChar = getPriorityString(logPrio)[0]; in showLog()
390 "%c/%-8s: ", priChar, tag); in showLog()
395 "%c(%5d) ", priChar, pid); in showLog()
401 "%c(%5d:%p) ", priChar, pid, (void*)tid); in showLog()
415 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag); in showLog()
421 timeBuf, pid, (void*)tid, priChar, tag); in showLog()
426 "%c/%-8s(%5d): ", priChar, tag, pid); in showLog()
Dlogprint.c673 char priChar; in android_log_formatLogLine() local
677 priChar = filterPriToChar(entry->priority); in android_log_formatLogLine()
704 "%c/%-8s: ", priChar, entry->tag); in android_log_formatLogLine()
709 "%c(%5d) ", priChar, entry->pid); in android_log_formatLogLine()
715 "%c(%5d:%p) ", priChar, entry->pid, (void*)entry->tid); in android_log_formatLogLine()
728 priChar, entry->tag, entry->pid); in android_log_formatLogLine()
735 (int)entry->pid, (int)entry->tid, priChar, entry->tag); in android_log_formatLogLine()
743 (void*)entry->tid, priChar, entry->tag); in android_log_formatLogLine()
751 "%c/%-8s(%5d): ", priChar, entry->tag, entry->pid); in android_log_formatLogLine()