Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c361 char priChar; in showLog() local
367 priChar = getPriorityString(logPrio)[0]; in showLog()
396 "%c/%-8s: ", priChar, tag); in showLog()
401 "%c(%5d) ", priChar, pid); in showLog()
407 "%c(%5d:%5d) ", priChar, pid, tid); in showLog()
421 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag); in showLog()
427 timeBuf, pid, tid, priChar, tag); in showLog()
432 "%c/%-8s(%5d): ", priChar, tag, pid); in showLog()
Dlogprint.c892 char priChar; in android_log_formatLogLine() local
896 priChar = filterPriToChar(entry->priority); in android_log_formatLogLine()
939 "%c/%-8s: ", priChar, entry->tag); in android_log_formatLogLine()
948 "%c(%5d) ", priChar, entry->pid); in android_log_formatLogLine()
952 "%c(%5d:%5d) ", priChar, entry->pid, entry->tid); in android_log_formatLogLine()
964 "%s %c/%-8s(%5d): ", timeBuf, priChar, entry->tag, entry->pid); in android_log_formatLogLine()
971 entry->pid, entry->tid, priChar, entry->tag); in android_log_formatLogLine()
978 timeBuf, entry->pid, entry->tid, priChar, entry->tag); in android_log_formatLogLine()
986 "%c/%-8s(%5d): ", priChar, entry->tag, entry->pid); in android_log_formatLogLine()