Hi all,
I am following
these instructions to build a new system webview apk with modifications.
Then I am trying to replace the existing system webview by this new one in Android Lollipop 5.0.0 emulator and running a test app which opens a webpage in webview.
But, I am getting the following error while opening a webpage in webview. In my opinion, the highlighted line is causing the error.
04-18 15:58:47.514 2699 2699 I WebViewFactory: Loading com.android.webview version Developer Build (code 1)
04-18 15:58:47.709 2699 2699 I cr_LibraryLoader: Time to load native libraries: 8 ms (timestamps 7251-7259)
04-18 15:58:47.711 2699 2699 I cr_LibraryLoader: Expected native library version number "48.0.2528.1", actual native library version number "48.0.2528.1"
04-18 15:58:47.887 2699 2699 V WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {36c467ed}
04-18 15:58:47.888 2699 2699 I cr_LibraryLoader: Expected native library version number "48.0.2528.1", actual native library version number "48.0.2528.1"
04-18 15:58:47.894 2699 2699 I chromium: [INFO:library_loader_hooks.cc(122)] Chromium logging enabled: level = 0, default verbosity = 0
04-18 15:58:47.917 2699 2712 I art : Background partial concurrent mark sweep GC freed 156(14KB) AllocSpace objects, 1(16KB) LOS objects, 36% free, 909KB/1421KB, paused 5.269ms total 143.423ms
04-18 15:58:47.958 2699 2699 I cr_BrowserStartup: Initializing chromium process, singleProcess=true
04-18 15:58:47.980 2699 2699
E SysUtils: ApplicationContext is null in ApplicationStatus04-18 15:58:48.111 2699 2699 D : HostConnection::get() New Host Connection established 0xa7bbce10, tid 2699
04-18 15:58:48.128 2699 2699 E eglCodecCommon: glUtilsParamSize: unknow param 0x00008d57
04-18 15:58:48.662 2699 2699 W google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
04-18 15:58:48.662 2699 2699 W google-breakpad: Chrome build fingerprint:
04-18 15:58:48.662 2699 2699 W google-breakpad: 1.0
04-18 15:58:48.662 2699 2699 W google-breakpad: 1
04-18 15:58:48.662 2699 2699 W google-breakpad:
04-18 15:58:48.662 2699 2699 W google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
Can anybody please explain me what's wrong here or suggest any directions?
That would be a great help.
Thanks