I have no idea what this means:
ANR 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: 18. Wait queue head age: 5580.8ms.)
I have buttons that when you press them they save to local storage? The buttons are arrow keys you're pressing them a lot. Or could it be I have multiple time and random number generating events?
Every time a variable x, the variable goes up by 1 each second, generate random 1-5, wait 5 seconds, generate another one (different variable) 1-5.
I have 5 those running in a loop. could that be it?