commit | 2bb463d87d35efa7e75a1967691e7b332a6ff3e0 | [log] [tgz] |
---|---|---|
author | Jesse McKenna <jessemckenna@google.com> | Wed Oct 05 19:49:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 05 19:49:21 2022 |
tree | 284ade0f7d481a2049bc4c074b084eebc87c2385 | |
parent | f410297956dcc7110dd4118f99c0994414140ad4 [diff] |
breadcrumbs: alias DoWriteEvents... on Android Breadcrumbs was recently enabled on Android, and the crash in DoWriteEventsToFile() has appeared on that platform. This change expands the base::debug::Alias block to Android, so crashes on either platform can be investigated. This should hopefully help me to understand the crash more quickly as Android has a Canary channel (CrOS does not). Android can be debugged in Crash's CloudLLDB, but at symbol_level 1, so the Alias block is still needed. Bug: 1327267 Change-Id: I0da6dd36da060438f58fa4cbe0084f8184fb1e47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3936009 Reviewed-by: David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/main@{#1055447}
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.