-
- All Implemented Interfaces:
-
io.sentry.Integration,io.sentry.android.core.AppState.AppStateListener,java.io.Closeable,java.lang.AutoCloseable,java.lang.Runnable
public class AnrProfilingIntegration implements Integration, Closeable, AppState.AppStateListener, Runnable
-
-
Field Summary
Fields Modifier and Type Field Description public final static longPOLLING_INTERVAL_MSpublic final static longTHRESHOLD_ANR_MS
-
Method Summary
Modifier and Type Method Description voidregister(@NotNull() IScopes scopes, @NotNull() SentryOptions options)voidclose()voidonForeground()voidonBackground()voidrun()-
Methods inherited from class io.sentry.Integration
register -
Methods inherited from class java.io.Closeable
close -
Methods inherited from class java.lang.Runnable
run -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
register
void register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
-
close
void close()
-
onForeground
void onForeground()
-
onBackground
void onBackground()
-
run
void run()
-
-
-
-