CrashLogic

class CrashLogic(storeAccessor: StoreAccessor, platformContext: PlatformContext, sessionCapture: SessionCapture) : ModuleLogic

Logic for installing the platform crash handler.

The crash handler is installed during Logic initialization using the platform-specific CrashHandler implementation.

Constructors

Link copied to clipboard
constructor(storeAccessor: StoreAccessor, platformContext: PlatformContext, sessionCapture: SessionCapture)

Functions

Link copied to clipboard
open suspend fun beforeReset()