commit | 41db55906a46754fad879286fbb286e4d1dddf0d | [log] [tgz] |
---|---|---|
author | Ming-Ying Chung <mych@chromium.org> | Fri Jun 23 05:02:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 23 05:02:41 2023 |
tree | 9ef58667478ca1ee9575dece14950426e4eceffc | |
parent | 283065609374dfa453a6e760e2fffbea200390c8 [diff] |
Replace UMA logging functions with marcos for delay on shutdown The attached bug complains about RPH's shutdown is hung in one of its observer, e.g. MediaInternals, VisitedLinkEventListener. Not sure if it's really caused by the lock of UMA logging functions, but as suggested in [thd guide][1], use the more efficient macros instead. [1]: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Coding-Emitting-to-Histograms Bug: 1457132,1457211 Change-Id: I3f5de0605de121066aa88dc52e562c96a62e8e4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4639424 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Ming-Ying Chung <mych@chromium.org> Cr-Commit-Position: refs/heads/main@{#1161602}
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.