Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogprint.cpp1441 char priChar; in android_log_formatLogLine() local
1447 priChar = filterPriToChar(entry->priority); in android_log_formatLogLine()
1538 len = snprintf(prefixBuf + prefixLen, sizeof(prefixBuf) - prefixLen, "%c/%-8.*s: ", priChar, in android_log_formatLogLine()
1547 len = snprintf(prefixBuf + prefixLen, sizeof(prefixBuf) - prefixLen, "%c(%s%5d) ", priChar, in android_log_formatLogLine()
1552 priChar, uid, entry->pid, entry->tid); in android_log_formatLogLine()
1564 "%s %c/%-8.*s(%s%5d): ", timeBuf, priChar, (int)entry->tagLen, entry->tag, uid, in android_log_formatLogLine()
1575 "%s %s%5d %5d %c %-8.*s: ", timeBuf, uid, entry->pid, entry->tid, priChar, in android_log_formatLogLine()
1582 "[ %s %s%5d:%5d %c/%-8.*s ]\n", timeBuf, uid, entry->pid, entry->tid, priChar, in android_log_formatLogLine()
1592 "%c/%-8.*s(%s%5d): ", priChar, (int)entry->tagLen, entry->tag, uid, entry->pid); in android_log_formatLogLine()