How to solve TimeoutException: com.android.internal.os.BinderInternal$GcWatcher.finalize() timed out after 10 seconds?
Asked Answered
D

0

6

I saw this issue in my bug report:

   Fatal Exception: java.util.concurrent.TimeoutException: com.android.internal.os.BinderInternal$GcWatcher.finalize() timed out after 10 seconds
   at java.lang.Daemons$Daemon.isRunning(Unknown Source)
   at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:219)
   at java.lang.Daemons$Daemon.run(Daemons.java:103)
   at java.lang.Thread.run(Thread.java:764)

The bug only occurs in Android 8 devices. Any suggestion?

enter image description here

Diego answered 15/10, 2018 at 3:29 Comment(1)
did you got your answer ? I'm facing the same issueDupleix

© 2022 - 2024 — McMap. All rights reserved.