Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Java.Util.Concurrent.TimeoutException While rotating device many times #10

Open
lexboss777 opened this issue Jun 6, 2016 · 0 comments

Comments

@lexboss777
Copy link

While running your sample project and rotating device many times it throws this exception:

Java.Util.Concurrent.TimeoutException: com.android.internal.os.BinderInternal$GcWatcher.finalize() timed out after 10 seconds
  at --- End of managed exception stack trace ---
  at java.util.concurrent.TimeoutException: com.android.internal.os.BinderInternal$GcWatcher.finalize() timed out after 10 seconds
  at at java.lang.Object.wait(Native Method)
  at at java.lang.Object.wait(Object.java:401)
  at at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  at at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  at at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  at at java.lang.Thread.run(Thread.java:841)

Also in android device monitor I've seen that app is consuming too much memory. It increases after every device rotation.
Device is Lenovo TAB 2 A10-70L (api 19) but i'm pretty sure it's not specific for this device.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant