You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While running your sample project and rotating device many times it throws this exception:
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.
The text was updated successfully, but these errors were encountered: