CrashEventInfo

@Serializable
data class CrashEventInfo(val timestamp: Long, val clientId: String, val exception: CrashException)(source)

Represents crash information displayed in the timeline.

Constructors

Link copied to clipboard
constructor(timestamp: Long, clientId: String, exception: CrashException)

Properties

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