Me too. I have the same errors on 4.4.2 devices, with no clue:
java.util.concurrent.TimeoutException: android.content.res.AssetManager$AssetInputStream.finalize() timed out after 10 seconds
at android.content.res.AssetManager$AssetInputStream.close(AssetManager.java:559)
at android.content.res.AssetManager$AssetInputStream.finalize(AssetManager.java:592)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:187)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
at java.lang.Thread.run(Thread.java:841)
Any help is appreciated!
On Tuesday, March 18, 2014 5:56:09 AM UTC+2, Derek Qu wrote:
In my App, I received so much exception like:StackTrace=====>java.util.concurrent.TimeoutException: android.os.BinderProxy.finalize() timed out after 20 seconds
at android.os.BinderProxy.destroy(Native Method)
at android.os.BinderProxy.finalize(Binder.java:425)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:189)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:172)
at java.lang.Thread.run(Thread.java:838)
or
StackTrace=====>java.util.concurrent.TimeoutException: android.content.res.AssetManager.finalize() timed out after 10 seconds
at android.content.res.AssetManager.destroy(Native Method)
at android.content.res.AssetManager.finalize(AssetManager.java:603)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:187)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
at java.lang.Thread.run(Thread.java:856)
I can't find any useful information for them.
Can someone ever solved the problem?
thx