使用GSAP的Android webview:尝试删除非JNI本地引用,转储线程

时间:2015-10-02 16:00:42

标签: javascript java android animation webview

在使用Nexus5仿真器的Android Studio 1.4中,每当在webview中使用GSAP存在3D动画(x,y,rotationX,rotationY,rotationZ)时,logcat会发出大量此消息:

Attempt to remove non-JNI local reference, dumping thread

这似乎不会影响我的webapp的行为,除了产生消息时的一些口吃,对于需要几秒钟才能完成的动画,这一次是多次。

关于如何停止的任何想法,或者这甚至是一个问题?

更新:我的测试设备Samsung Galaxy S4上没有出现错误。所以它可能只是一个模拟器问题。

1 个答案:

答案 0 :(得分:9)

我认为您使用的是没有主机GPU仿真的webview。

谷歌团队在这个问题上说:

"You shouldn't expect that WebView will be usable without host GPU emulation any time soon.

Note also that since the emulator doesn't receive WebView updates, testing on the emulator means you are using a much older version of WebView than the vast majority of your users, and so it's already rather unrepresentative. :/"

检查问题报告:

* https://code.google.com/p/android/issues/detail?id=189040