web-dev-qa-db-ja.com

Android GSAPを使用したwebview:非JNIローカル参照の削除を試み、スレッドをダンプする

Android Studio 1.4でNexus5エミュレーターを使用して、3Dアニメーション(x、y、rotationX、rotationY、rotationZ)があるたびに [〜#〜] gsap [〜# 〜] webviewでは、logcatはこのメッセージを大量に吐き出します。

Attempt to remove non-JNI local reference, dumping thread

これは、メッセージが生成されるときのわずかなof音以外の私のwebappの動作には影響を与えないようです。

停止する方法についてのアイデア、またはこれも問題ですか?

更新:テストデバイスのSamsung Galaxy S4でエラーが発生しません。したがって、おそらくエミュレーターの問題にすぎません。

30
Mark

ホストGPUエミュレーションなしでWebビューを使用していると思います。

Googleチームはこの問題について次のように述べています。

"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=18904

10
josedlujan