Tag Archives: 4.3

[转]三星GS4(Android 4.3)上webview crash问题

转载自:http://faywong.github.io/posts/2015-01-15-03.html

最近发现客户端中android4.3上GS4手机上的WebApp应用特别容易crash。分析了源代码之后发现,在ActivityThread中回收内存时会调用EGLImpl里边去,回收RenderThread,进而调用到计算CPU FPS的逻辑,进而crash:
java.lang.Error: signal 11 (Address not mapped to object) at[......]

继续阅读