StandardExceptionHandler

Uncaught exception handler that logs the exception to System.err stream. Note: Unity takes over the default uncaught exception handler. On some devices this results to stack traces not being printed partially or entirely.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun attach()

Sets StandardExceptionHandler as default uncaught exception handler.

Link copied to clipboard
open override fun uncaughtException(thread: Thread, ex: Throwable)