recordException

actual fun recordException(exception: Throwable)(source)
expect fun recordException(exception: Throwable)(source)

Records a non-fatal report to send to Crashlytics.

Parameters

exception

a Throwable to be recorded as a non-fatal event.

actual fun recordException(exception: Throwable)(source)