trace

fun trace(t: Throwable): String

Produce a String representation of the stack trace captured in the given Throwable.

Return

The String form of the stack trace.

Parameters

t

The Throwable containing a stack trace.