Saw the following stacktrace in the Play console today. I caused this myself by turning off the phone mid-game, and then turning it back on a few minutes later. When I turned the phone back on, the game was frozen. I got back to the android home screen via the home button, and when I tried to relaunch the game it immediately threw up a “<game> is not responding. Report?” dialog.
Simulator version: 2016.2906 (2016.6.21)
Device: Galaxy SIII (SCH-I535)
OS: Android 4.4.2
java.lang.RuntimeException: Unable to pause activity {com.applefork.bp/com.ansca.corona.CoronaActivity}: java.util.ConcurrentModificationException
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3277)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3232)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3210)
at android.app.ActivityThread.access$1100(ActivityThread.java:169)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1291)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:146)
at android.app.ActivityThread.main(ActivityThread.java:5487)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
at java.util.HashMap$KeyIterator.next(HashMap.java:833)
at com.ansca.corona.MediaManager.pauseAll(MediaManager.java:279)
at com.ansca.corona.Controller.stop(Controller.java:271)
at com.ansca.corona.CoronaActivity.requestSuspendCoronaRuntime(CoronaActivity.java:1763)
at com.ansca.corona.CoronaActivity.onPause(CoronaActivity.java:1601)
at android.app.Activity.performPause(Activity.java:5555)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1239)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3263)
… 12 more