firebase comes today with this error report:
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?
OS android 5. ArchosFatal 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)
Google gives the message that this crash wasnt due my app but the garbage collector and pointed to these topics:
How to handle :java.util.concurrent.TimeoutException: android.os.BinderProxy.finalize() timed out after 10 seconds errors?
We're seeing a number of TimeoutExceptions in GcWatcher.finalize, BinderProxy.finalize, and PlainSocketImpl.finalize. 90+% of them happen on Android 4.3. We're getting reports of this from Critte...
stackoverflow.com
TimeoutException - timed out after 10 seconds · Issue #1390 · realm/realm-java
I am getting these crashes in Fabric java.util.concurrent.TimeoutException: io.realm.internal.Context.finalize() timed out after 10 seconds at java.lang.Object.equals(Object.java:205) at java.util....
github.com
this wasnt reported before on this forum. As google says this cannot be avoided is there any recommendation for this issue?