commit | 6320182070c9ce4c2b160c1ff3cfa05a9be961aa | [log] [tgz] |
---|---|---|
author | Kevin Marshall <kmarshall@chromium.org> | Thu Oct 07 00:09:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 07 00:09:13 2021 |
tree | e595704f43cf0a381e4c9075edfe6e66df215563 | |
parent | 04f63c9e8a2dfea7caaf0ac75d2f1b227759435e [diff] |
[fuchsia] Move symbolizer {{{reset}}} to end of stack trace. Update Chrome's stacktrace generation logic to emit {{{reset}}} at the end of stack traces instead of at the beginning, bringing the format up to parity with Fuchsia's crashsvc. This allows the symbolizer to free up some resources between symbolizations. The previous implementation used to be at parity with Fuchsia, but at some point the format changed. There should be no observable change in behavior. Change-Id: I609d072b67cfc593d078fe9ffd1f1bb1508b41ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3209867 Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/main@{#928956}
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.