Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.telemetry
/
Telemetry
/
recordException
record
Exception
fun
recordException
(
throwable
:
Throwable
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
fun
recordException
(
throwable
:
Throwable
,
vararg
attributes
:
Pair
<
String
,
String
>
)
Reports a handled, non-fatal
throwable
together with contextual
attributes
.