Searched refs:kPrioChars (Results 1 - 1 of 1) sorted by last modified time

/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp514 static const char* kPrioChars = "!.VDIWEFS"; local
555 char prioChar = (prio < strlen(kPrioChars) ? kPrioChars[prio] : '?');

Completed in 30 milliseconds