You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-android-core/api/sentry-android-core.api
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,18 @@ public final class io/sentry/android/core/AndroidLogger : io/sentry/ILogger {
82
82
public fun log (Lio/sentry/SentryLevel;Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V
83
83
}
84
84
85
+
public class io/sentry/android/core/AndroidLoggerApi : io/sentry/logger/LoggerApi, io/sentry/android/core/AppState$AppStateListener, java/io/Closeable {
86
+
public fun <init> (Lio/sentry/Scopes;)V
87
+
public fun close ()V
88
+
public fun onBackground ()V
89
+
public fun onForeground ()V
90
+
}
91
+
92
+
public final class io/sentry/android/core/AndroidLoggerApiFactory : io/sentry/logger/ILoggerApiFactory {
93
+
public fun <init> ()V
94
+
public fun create (Lio/sentry/Scopes;)Lio/sentry/logger/LoggerApi;
95
+
}
96
+
85
97
public class io/sentry/android/core/AndroidMemoryCollector : io/sentry/IPerformanceSnapshotCollector {
86
98
public fun <init> ()V
87
99
public fun collect (Lio/sentry/PerformanceCollectionData;)V
0 commit comments