public final class AndroidRuntime extends Object implements RuntimeDialect
| Constructor and Description |
|---|
AndroidRuntime() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName(int depth)
Get a specific fully-qualified class name from current stack trace.
|
String |
getProcessId()
Get the ID of the current process (pid).
|
StackTraceElement |
getStackTraceElement(int depth)
Get a specific stack trace element from current stack trace.
|
public String getProcessId()
RuntimeDialectgetProcessId in interface RuntimeDialectpublic String getClassName(int depth)
RuntimeDialectgetClassName in interface RuntimeDialectdepth - Position of stack trace elementpublic StackTraceElement getStackTraceElement(int depth)
RuntimeDialectgetStackTraceElement in interface RuntimeDialectdepth - Position of stack trace elementCopyright © 2017. All rights reserved.