| commit | f39e173fe0d60626f1d585da39c854d892e96dfa | [log] [tgz] |
|---|---|---|
| author | Andrew Grieve <agrieve@chromium.org> | Tue Sep 30 00:51:34 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 30 00:51:34 2025 |
| tree | 1dcb51d7711481f228465a94b9c36fac154a4d4b | |
| parent | 4c6767c8c044063e4aa1efb90baa7039410be8c3 [diff] |
Android: Fix Crash on Launch from missing class: OnDemandModuleEntryPointsImpl The crash does not currently repro on tip-of-tree. I believe this is because R8 usually decides to keep the class, but sometimes decides it can be inlined and removed. This change adds proguard configs so that it's never removed. Bug: 448021351 Change-Id: Id26b53e6a2b3a6031580622135d9bc892340d15d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6995601 Reviewed-by: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1522606}
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.