-
- All Implemented Interfaces:
-
io.sentry.Integration
,java.io.Closeable
,java.lang.AutoCloseable
public final class AnrIntegration implements Integration, Closeable
When the UI thread of an Android app is blocked for too long, an "Application Not Responding" (ANR) error is triggered. Sends an event if an ANR happens
-
-
Constructor Summary
Constructors Constructor Description AnrIntegration(Context context)
-