Loading core/java/android/webkit/WebViewCore.java +5 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,11 @@ final class WebViewCore { // Load libwebcore during static initialization. This happens in the // zygote process so it will be shared read-only across all app // processes. try { System.loadLibrary("webcore"); } catch (UnsatisfiedLinkError e) { Log.e(LOGTAG, "Unable to load webcore library"); } } /* Loading Loading
core/java/android/webkit/WebViewCore.java +5 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,11 @@ final class WebViewCore { // Load libwebcore during static initialization. This happens in the // zygote process so it will be shared read-only across all app // processes. try { System.loadLibrary("webcore"); } catch (UnsatisfiedLinkError e) { Log.e(LOGTAG, "Unable to load webcore library"); } } /* Loading