Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp419 static const char* kPrioChars = "!.VDIWEFS"; in print_logs() local
420 char priority = (msg.priority() < strlen(kPrioChars) ? kPrioChars[msg.priority()] : '?'); in print_logs()
Dtombstone.cpp529 static const char* kPrioChars = "!.VDIWEFS"; in dump_log_file() local
530 char prioChar = (prio < strlen(kPrioChars) ? kPrioChars[prio] : '?'); in dump_log_file()