CrashReporter

@objc(GSCrashReporter)
public protocol CrashReporter : Facility

This facility provides access to the crash reporter status.

  • Count of crash reports pending to be uploaded.

    Declaration

    Swift

    var pendingCount: Int { get }
  • true if the reporter is currently uploading a crash report, otherwise false.

    Declaration

    Swift

    var isUploading: Bool { get }