open static fun showException(message: String, ex: Throwable): Unit
Displays the stack trace of a Throwable.
message
- An optional message to show before the stack trace. Can be null
.
ex
- The Throwable whose stack trace will be shown.
Since
2.0