commit | b04bfff9cac7ad2f2719f95edc378d12f836d33c | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Wed Feb 16 14:45:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 16 14:45:11 2022 |
tree | c74d9b8ac1191c571d522b34192c1445d0707bf1 | |
parent | ab659ff8caed8e5052a107d785271e05c2b24615 [diff] |
Android: Remove some logspam when building bundles These messages started happening due to a recent R8 roll: dexdump W 02-15 21:28:46 1498463 1498463 dex_file_verifier.cc:3599] Method Landroid/webkit/WebViewRenderProcessClient;.onRenderProcessUnresponsive is abstract, but the declaring class is neither abstract nor an interface in dex file /tmp/tmpcoz7leza/dex/classes.dex Silencing this warning by passing "-j" to dexdump, which skips verification (and also slightly speeds up the command). Bug: None Change-Id: Ib2f211ef63ee963752b19e646bfc94b919fcd147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3465637 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/main@{#971817}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.