Searched refs:kPrioChars (Results 1 - 1 of 1) sorted by path

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

Completed in 212 milliseconds