commit | 798a030628313f4185dc6d93717abf4725452bde | [log] [tgz] |
---|---|---|
author | Alan Screen <awscreen@chromium.org> | Sat Feb 01 00:15:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 01 00:15:55 2025 |
tree | ba3a5134cfee0739d19cd76a33cbfcf89d07f0a7 | |
parent | e1e264df87472e272838b2858f0aa96ab69f3a54 [diff] |
[OOPPD] Add PrintBackend mojo validation crash debug Any kind of failure during mojo validation will cause a crash report. The call stack in the crash report does not provide any insight into which part of the validation caused the failure. Add separate DumpWithoutCrashing() calls throughout the validation of setting classes so that the particulars of the failure can be exposed. Alias variables of importance to help ensure their values are available in the crash reports. Break up the multi-line condition checks into individual checks per block, so that the cause of the validation failure is made obvious. Bug: 372062459 Change-Id: Ic5fdb55eee4341105b0e7b84e8fa5f10147d09be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6210442 Commit-Queue: Alan Screen <awscreen@chromium.org> Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414454}
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.