commit | 6277f702021a7c17b047d8d59eba83e1d7042c93 | [log] [tgz] |
---|---|---|
author | Luc Nguyen <lucnguyen@google.com> | Wed Feb 09 17:55:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 17:55:28 2022 |
tree | 638bed5841ecaa795019360f64eb3e5146ece84d | |
parent | e6e94883786fdaf521cace83596a579a97240d9b [diff] |
Add functionality to clear session's collected metrics Currently, when a user enables metrics reporting during a session, the next UMA report will include metrics data from before metrics reporting was enabled. This CL adds functionality to clear metrics data (histogram data and stability metrics) to resolve this issue. This CL only adds functionality to do so. Rather, future CLs will call this functionality at places of interest, e.g., when the user enables metrics reporting in the settings page (chrome://settings/syncSetup). Bug: 1286461 Change-Id: Ic7582fcb08bb72705cdca274cf098b26d58d2cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3396235 Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Luc Nguyen <lucnguyen@google.com> Cr-Commit-Position: refs/heads/main@{#968998}
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.