-
public interface IOtelAnrDetectorPlatform-agnostic interface for ANR (Application Not Responding) detection.
ANRs occur when the main thread is blocked for too long (typically >5 seconds on Android). Unlike crashes, ANRs don't throw exceptions - they're detected by monitoring thread responsiveness.