Replacing Android System WebView Issue

634 views
Skip to first unread message

Sneha Dalvi

unread,
Apr 27, 2016, 11:01:38 AM4/27/16
to Chromium-discuss
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 ApplicationStatus
04-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

Anand

unread,
Apr 27, 2016, 5:02:36 PM4/27/16
to Chromium-discuss
Try syncing. There was a recent change to some usage of ApplicationContext that had to be reverted. You may have checked out some time in the middle.
Reply all
Reply to author
Forward
0 new messages