interface ThreadInformation
| Modifier and Type | Method and Description |
|---|---|
void |
printStack(java.lang.StringBuilder sb,
java.lang.StackTraceElement[] trace)
Format the stack trace into the provided StringBuilder.
|
void |
printThreadInfo(java.lang.StringBuilder sb)
Format the thread information into the provided StringBuilder.
|
void printThreadInfo(java.lang.StringBuilder sb)
sb - The StringBuilder.void printStack(java.lang.StringBuilder sb,
java.lang.StackTraceElement[] trace)
sb - The StringBuilder.trace - The stack trace element array to format.