Hi @vlads,
- The one I pasted the error stack for was titled on Google Developer console:
Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010.
Looking at what STS sent I see these two as the dominant ones as well.
-
My ANR ratio is still high ~1.35% which is way over their bad behavior threshold of ~0.5%. Out of the total I’d say these two take over 90% of the total. So, overall I’d say they affect around 1.3%+ of our total sessions.
-
On our test devices I could not reproduce these. But we only have 2 different devices to test on.
-
Plugin used on Google: advertisingId, flurry, iap.v3
List of ANRs from last 3 days (note that we don’t have a lot of daily users):
Amount: 15
Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 19. Wait queue head age: 99153.1ms.)
Amount: 5
Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 (has extras) }
They consist 20 out of 21 total reports for the period.
On a side note, it seems that our last update introduced the issue of wake lock which was not there on our previous build from last year. I don’t have enough data yet to give good confidence percentage but I can say that it exist while it didn’t previously.
I currently use build 3362.
Just to note that latest builds have vastly improved ANR situation compared to last year, so well done!
Adi