LastRunInfo

class LastRunInfo(val consecutiveLaunchCrashes: Int, val crashed: Boolean, val crashedDuringLaunch: Boolean)

Provides information about the last launch of the application, if there was one.

Constructors

Link copied to clipboard
constructor(consecutiveLaunchCrashes: Int, crashed: Boolean, crashedDuringLaunch: Boolean)

Properties

Link copied to clipboard

The number times the app has consecutively crashed during its launch period.

Link copied to clipboard

Whether the last app run ended with a crash, or was abnormally terminated by the system.

Link copied to clipboard

True if the previous app run ended with a crash during its launch period.

Functions

Link copied to clipboard
open override fun toString(): String