StackUtil

open class StackUtil(source)

Constructors

Link copied to clipboard
constructor(stackTrace: Array<StackTraceElement>)

Properties

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getWalker(): StackUtil
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun skip(count: Int): StackUtil
Link copied to clipboard
Link copied to clipboard
@Nullable
open fun takeOne(): @Nullable StackTraceElement
Link copied to clipboard
open fun warn(warningText: String)