LogcatExtension

open class LogcatExtension @Inject constructor(objects: ObjectFactory)

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
val enabled: Property<Boolean>

Enables or disables the Logcat feature. When enabled and the Log call meets the minimum log level, it will replace Logcat calls with SentryLogcatAdapter calls and add breadcrumbs.

Link copied to clipboard
val minLevel: Property<LogcatLevel>

The minimum log level to capture. Defaults to Level.WARNING.