Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp584 static const char* kPrioChars = "!.VDIWEFS"; in dump_log_file() local
585 char prioChar = (prio < strlen(kPrioChars) ? kPrioChars[prio] : '?'); in dump_log_file()