Package 

Class ApplicationExitInfoEventProcessor

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

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

    Processes cached ApplicationExitInfo events (ANRs, tombstones) on a 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, 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)