-
- 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.
-
-
Constructor Summary
Constructors Constructor Description AnrV2EventProcessor(Context context, SentryAndroidOptions options, BuildInfoProvider buildInfoProvider)
-
Method Summary
-
-
Constructor Detail
-
AnrV2EventProcessor
AnrV2EventProcessor(Context context, SentryAndroidOptions options, BuildInfoProvider buildInfoProvider)
-
-
-
-