class Info
Utility class to get some information (method name, thread, etc.)
static fun getMethodName(): String!static fun getMethodName(depth: Int): String!
Get the name of the calling method |
|
static fun getStackTraceElement(depth: Int): StackTraceElement! |
|
static fun getThreadFullInfoString(): String! |
|
static fun getThreadInfoString(): String! |