I have made an Android app and now it's on Google Play. But now someone reported a Crash, and the stacktrace said the following:
java.util.concurrent.TimeoutException: android.media.MediaPlayer.finalize() timed out after 10 seconds
at android.media.MediaPlayer.native_finalize(Native Method)
at android.media.MediaPlayer.finalize(MediaPlayer.java:1960)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:187)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
at java.lang.Thread.run(Thread.java:856)
And there is no sign of some code from one of my packages. I do use the MediaPlayer class. Anyone who can help me out here?
Jesse.