ANR errors in Android Vitals

I have a lot of these ANR errors in google. Help find how to get rid of them.

Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 (has extras) }

Input dispatching timed out (Waiting because the touched window’s input channel is full. Outbound queue length: 1. Wait queue length: 52.)

Broadcast of Intent { act=android.intent.action.SCREEN_ON flg=0x50200010 (has extras) }

hat could be causing these errors? Any information would be helpful.

In the attached file more information from googlePlay:

Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 (has extras) }

I am looking into these kind of things as well. So far it seems we are on our own to solve these things. Android only tells you your app is not responding and you have to figure out how that could be happening.

In your case seems like the app is in a state that is not responding to touch events. But still you have no info to reproduce the issue.

The only “obvious” thing to look for in your app is that it doesn’t have any wait state that could go for long (more than 5 seconds I think is the limit for Android).

I hope someone gives you a better answer. Good luck!

https://pastebin.com/tpPF0Ld0 pleaze help. Appodeal? Internet check?