commit | b9aa936688e3b91ad43e635334b798c474567326 | [log] [tgz] |
---|---|---|
author | Alex Newcomer <newcomer@google.com> | Thu Aug 10 23:20:45 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 10 23:20:45 2023 |
tree | 1d8ea56449939267e063866cd1a2098047e62550 | |
parent | 6195857c4fbd2acdcd39adaf1df3947476f4d865 [diff] |
cros:Adding Scoped Crash Keys To help debugging a tricky crash, add scoped crash keys so we can get some data from the clients that are crashing. I think the widget may be mid-shutdown during the crash, but I'm not fully sure what's causing the crash. This checks a few pointers which appear null-ish in the crash traces. These keys will allow me to narrow down the state on the client at crash time. Bug: b:293264371 Change-Id: I43a521ff03ab312fd7be564cb319e969cc2cdb01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4764466 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by: Jiaming Cheng <jiamingc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1182358}
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.