-
- All Implemented Interfaces:
-
io.sentry.hints.AbnormalExit
,io.sentry.hints.Backfillable
,io.sentry.hints.DiskFlushNotification
,io.sentry.hints.Flushable
@ApiStatus.Internal() public final class AnrV2Integration.AnrV2Hint extends BlockingFlushHint implements Backfillable, AbnormalExit
-
-
Constructor Summary
Constructors Constructor Description AnrV2Integration.AnrV2Hint(long flushTimeoutMillis, ILogger logger, long timestamp, boolean shouldEnrich, boolean isBackgroundAnr)
-
Method Summary
Modifier and Type Method Description boolean
ignoreCurrentThread()
Long
timestamp()
boolean
shouldEnrich()
String
mechanism()
boolean
isFlushable(@Nullable() SentryId eventId)
void
setFlushable(@NotNull() SentryId eventId)
-
Methods inherited from class io.sentry.hints.BlockingFlushHint
markFlushed, waitFlush
-
Methods inherited from class io.sentry.hints.DiskFlushNotification
isFlushable, setFlushable
-
Methods inherited from class io.sentry.hints.Backfillable
shouldEnrich
-
Methods inherited from class io.sentry.hints.AbnormalExit
ignoreCurrentThread, mechanism, timestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ignoreCurrentThread
boolean ignoreCurrentThread()
-
shouldEnrich
boolean shouldEnrich()
-
isFlushable
boolean isFlushable(@Nullable() SentryId eventId)
-
setFlushable
void setFlushable(@NotNull() SentryId eventId)
-
-
-
-