uncaughtExceptionThread

fun uncaughtExceptionThread(thread: Thread?): ReportBuilder

Sets the Thread on which an uncaught Exception occurred.

Return

the updated ReportBuilder

Parameters

thread

Thread on which an uncaught Exception occurred.


val uncaughtExceptionThread: Thread? = null

Return

the Thread on which an uncaught Exception occurred, or null if none present