| commit | f99baf329f59af65ed1f19dcd7ec7824e6e2d47e | [log] [tgz] |
|---|---|---|
| author | Danila Kuzmin <dkuzmin@google.com> | Tue Mar 21 20:38:17 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 21 20:38:17 2023 |
| tree | 741bc3fcb63722ed37ea634f9015a46b1f0c8657 | |
| parent | aa55f789d285630296611c8c62db735a23df947e [diff] |
[OOBE][ErrorScreenHistogramHelper]: Don't record repeating calls Refactor ErrorScreensHistogramHelper to record only changes in the error state. For time records add a new possible error state: "None". Time metric represents amount of time ErrorScreen was shown for a given `parent sccren`. It is recorded on helper class destruction together with the last shown error state. "None" state means that the ErrorScreen was resolved at the moment of destruction. Update the class structure and unittest. Bug: b:266942555 Change-Id: I7e1a30e4be2c6e8e5842f705866b6e6d34516396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341071 Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Reviewed-by: Osama Fathy <osamafathy@google.com> Cr-Commit-Position: refs/heads/main@{#1120160}
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.