commit | b60653ccde2bea8c7fd630c80650ab825ff0feaa | [log] [tgz] |
---|---|---|
author | Will Harris <wfh@chromium.org> | Tue Jun 13 22:32:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 22:32:23 2023 |
tree | a7a1298365fd6bd1daae23bb0e1c27b64e0acf7a | |
parent | c21c0338a72e883c4534513e77b41aa95ad58ff5 [diff] |
Add new histograms to report errors initializing SQLite database. This CL adds two new histograms that report more details on failed SQLitePersistentStore DB initialization. These new metrics are reported for both instantiations, ReportingAndNEL and Cookie. The first, ErrorInitializeDB is the SQLite error code upon initialization failure and is reported on all platforms. The second, WinGetLastErrorInitializeDB is the ::GetLastError returned on the DB thread after attempting to load the database, and is only reported on Windows. A test is added to verify this behavior, along with verifying that the new histograms are only emitted in the failure case. UmaHistogramSqliteResult is updated to take a const std::string ref to match the underlying UMA functions being called. BUG=1429117 Change-Id: I1bc2c898b005232305cebfde80a0dd8d4cfafd68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608890 Reviewed-by: Austin Sullivan <asully@chromium.org> Reviewed-by: Chris Fredrickson <cfredric@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1157192}
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.