RecordingCrashlyticsClient

In-memory CrashlyticsClient that records every call, for use in consumer unit tests.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class RecordedError(val throwable: Throwable, val context: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun clearUserId()
Link copied to clipboard
open override fun log(message: String)
Link copied to clipboard
open override fun recordError(throwable: Throwable, context: Map<String, String> = emptyMap())
Link copied to clipboard
open override fun setCustomValue(key: String, value: String)
Link copied to clipboard
open override fun setUserId(userId: String)