Package 

Class AnrV2EventProcessor

  • All Implemented Interfaces:
    io.sentry.BackfillingEventProcessor , io.sentry.EventProcessor

    @ApiStatus.Internal()@WorkerThread() 
    public final class AnrV2EventProcessor
     implements BackfillingEventProcessor
                        

    AnrV2Integration processes events on a background thread, hence the event processors will also be invoked on the same background thread, so we can safely read data from disk synchronously.

    • Method Summary

      Modifier and Type Method Description
      SentryTransaction process(@NotNull() SentryTransaction transaction, @NotNull() Hint hint)
      SentryEvent process(@NotNull() SentryEvent event, @NotNull() Hint hint)
      Long getOrder()
      • Methods inherited from class io.sentry.EventProcessor

        getOrder, process, process, process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • process

        @NotNull() SentryTransaction process(@NotNull() SentryTransaction transaction, @NotNull() Hint hint)
      • process

        @Nullable() SentryEvent process(@NotNull() SentryEvent event, @NotNull() Hint hint)