File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ public final class io/sentry/android/core/AndroidDateUtils {
6363 public static fun getCurrentSentryDateTime ()Lio/sentry/SentryDate;
6464}
6565
66+ public final class io/sentry/android/core/AndroidFatalLogger : io/sentry/ILogger {
67+ public fun <init> ()V
68+ public fun <init> (Ljava/lang/String;)V
69+ public fun isEnabled (Lio/sentry/SentryLevel;)Z
70+ public fun log (Lio/sentry/SentryLevel;Ljava/lang/String;Ljava/lang/Throwable;)V
71+ public fun log (Lio/sentry/SentryLevel;Ljava/lang/String;[Ljava/lang/Object;)V
72+ public fun log (Lio/sentry/SentryLevel;Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V
73+ }
74+
6675public final class io/sentry/android/core/AndroidLogger : io/sentry/ILogger {
6776 public fun <init> ()V
6877 public fun <init> (Ljava/lang/String;)V
Original file line number Diff line number Diff line change @@ -3057,6 +3057,7 @@ public class io/sentry/SentryOptions {
30573057 public fun getEventProcessors ()Ljava/util/List;
30583058 public fun getExecutorService ()Lio/sentry/ISentryExecutorService;
30593059 public fun getExperimental ()Lio/sentry/ExperimentalOptions;
3060+ public fun getFatalLogger ()Lio/sentry/ILogger;
30603061 public fun getFlushTimeoutMillis ()J
30613062 public fun getFullyDisplayedReporter ()Lio/sentry/FullyDisplayedReporter;
30623063 public fun getGestureTargetLocators ()Ljava/util/List;
@@ -3196,6 +3197,7 @@ public class io/sentry/SentryOptions {
31963197 public fun setEnvelopeReader (Lio/sentry/IEnvelopeReader;)V
31973198 public fun setEnvironment (Ljava/lang/String;)V
31983199 public fun setExecutorService (Lio/sentry/ISentryExecutorService;)V
3200+ public fun setFatalLogger (Lio/sentry/ILogger;)V
31993201 public fun setFlushTimeoutMillis (J)V
32003202 public fun setForceInit (Z)V
32013203 public fun setFullyDisplayedReporter (Lio/sentry/FullyDisplayedReporter;)V
You can’t perform that action at this time.
0 commit comments