SIGNAL 11 SIGSEGV crash Android

﹥>﹥吖頭↗ 提交于 2019-11-26 20:21:12

Call webview.clearCache(); and webView2.destroyDrawingCache();

That should solve the problem.

I have faced the same problem and i had a jni. this fatal exception creates randomly and as i was using it to play audio it crashed about 2min or 6 min or else. After a lots of research i have found that the problem was i had made a native function call from two different thread and when it occurs at the same time it failed.

Another if you have any jni call from android make sure that you have not passed any null as an argument.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!