我有一个使用多个 WebView 的应用程序。尽管我仍然得到下面的异常,但我无法通过 WebSettings 设置渲染线程的优先级。
到目前为止,它似乎只发生在 android 4.0.4 上,我还没有找到它的源代码。
有人遇到这个和/或知道解决方案吗?谢谢!
java.lang.SecurityException: No permission to modify given thread
at android.os.Process.setThreadPriority(Native Method)
at android.webkit.WebViewCore$WebCoreThread$1.handleMessage(WebViewCore.java:712)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:789)
at java.lang.Thread.run(Thread.java:856)