Android Question Google Crash Garbage collector issue

MbedAndroid

Active Member
Licensed User
Longtime User
firebase comes today with this error report:
Fatal Exception: java.util.concurrent.TimeoutException: android.os.BinderProxy.finalize() timed out after 10 seconds
at android.os.BinderProxy.destroy(Binder.java)
at android.os.BinderProxy.finalize(Binder.java:548)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:191)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
at java.lang.Thread.run(Thread.java:818)
OS android 5. Archos

Google gives the message that this crash wasnt due my app but the garbage collector and pointed to these topics:

this wasnt reported before on this forum. As google says this cannot be avoided is there any recommendation for this issue?
 
Top