W/art: Attempt to remove non-JNI local reference, dumping thread
Reported by
g...@kochaniak.com,
May 18 2016
|
||
Issue descriptionWebView in Android N emulator is again very slow, and there are thousands of these error messages in logcat: " W/art: Attempt to remove non-JNI local reference, dumping thread". Device name: Android Emulator N Rev. 3 Android version: N WebView version (from system settings -> Apps -> Android System WebView):51.0.2693.3 Application: @Voice Aloud Reader Application version: 8.6.8 URLs (if applicable): https://play.google.com/store/apps/details?id=com.hyperionics.avar Steps to reproduce: (1) (2) (3) Expected result: Actual result:
,
May 18 2016
The log is checkjni errors, and you can get rid of the error by disabling checkjni. Tracking bug for fixing those errors is crbug.com/506850; it's low priority because the errors are harmless in practice. Webview being slow in the emulator is a separate issue. Emulator still does not support all the GPU features required to run webview in hardware mode, so we intentionally run webview in software only mode in emulators, which is slooooowwwww. My recommendation right now for webview development is still use real devices. |
||
►
Sign in to add a comment |
||
Comment 1 by g...@kochaniak.com
, May 18 2016