| commit | 7c7bc89c0c1b4b96bf6bcff1a16de8835a4be4cc | [log] [tgz] |
|---|---|---|
| author | Mingyu Lei <leimy@chromium.org> | Thu Aug 03 10:54:04 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 03 10:54:04 2023 |
| tree | 9800dfa3c458bbf26457025038412f3d93243f26 | |
| parent | d623c3c69cbca20b0912a73ebf09346e073cf677 [diff] |
Use GetDebugString in the crash key The previous changes call `Serialize()` to convert the origin to string, which will only record "null" for opaque origin. This CL changes it to `GetDebugString()` so we have more information. Bug: 1454273 Change-Id: Ia672cc706706e56e4acfc557e8427933cf7dde60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4746421 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Mingyu Lei <leimy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1178949}
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.