Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c362 char priChar; in showLog() local
372 priChar = getPriorityString(logPrio)[0]; in showLog()
401 snprintf(prefixBuf, sizeof(prefixBuf), "%c/%-8s: ", priChar, tag); in showLog()
407 snprintf(prefixBuf, sizeof(prefixBuf), "%c(%5d) ", priChar, pid); in showLog()
412 priChar, pid, tid); in showLog()
431 timeBuf, pid, tid, priChar, tag); in showLog()
438 timeBuf, pid, tid, priChar, tag); in showLog()
444 "%c/%-8s(%5d): ", priChar, tag, pid); in showLog()
Dlogprint.c1563 char priChar; in android_log_formatLogLine() local
1569 priChar = filterPriToChar(entry->priority); in android_log_formatLogLine()
1671 "%c/%-8.*s: ", priChar, (int)entry->tagLen, entry->tag); in android_log_formatLogLine()
1680 "%c(%s%5d) ", priChar, uid, entry->pid); in android_log_formatLogLine()
1684 "%c(%s%5d:%5d) ", priChar, uid, entry->pid, entry->tid); in android_log_formatLogLine()
1696 "%s %c/%-8.*s(%s%5d): ", timeBuf, priChar, in android_log_formatLogLine()
1708 entry->tid, priChar, (int)entry->tagLen, entry->tag); in android_log_formatLogLine()
1715 entry->tid, priChar, (int)entry->tagLen, entry->tag); in android_log_formatLogLine()
1723 "%c/%-8.*s(%s%5d): ", priChar, (int)entry->tagLen, in android_log_formatLogLine()