Android: Log chrome version on process creation

And some other values as well (minSdkVersion, processName, etc)

This will replace the logcat of the version logged from
LibraryLoader.java

Bug: 1041930
Change-Id: I98c37a499fd9cff445d41348adc755135c8380cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2849193
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#876623}
GitOrigin-RevId: 31547ebc4d25e06829a47e65ebe913a2cd706123
2 files changed
tree: d8453d2608451615af1576ccf9ca22dd2c48ff9d
  1. java/
  2. BUILD.gn
  3. README.md
README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also