android-components / mozilla.components.lib.crash.service

Package mozilla.components.lib.crash.service

Types

CrashReporterService

interface CrashReporterService

Interface to be implemented by external services that accept crash reports.

MozillaSocorroService

class MozillaSocorroService : CrashReporterService

A CrashReporterService implementation uploading crash reports to crash-stats.mozilla.com.

SentryService

class SentryService : CrashReporterService

A CrashReporterService implementation that uploads crash reports to a Sentry server.

Type Aliases

GeckoCrashReporter

typealias GeckoCrashReporter = CrashReporter