Commit 3fb10dcd authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Download: Keep a download core database metric.

Keep metric "Download.Database.IsAvailable" which is helpful to detect
critical issue in download sqlite db.

Bug: 1088728
Change-Id: I63be65de5529a1666dd3edfde9a545279da711b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363668Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815318}
parent d332dffd
...@@ -113,8 +113,11 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -113,8 +113,11 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Download.Database.IsAvailable" enum="BooleanAvailable" <histogram name="Download.Database.IsAvailable" enum="BooleanAvailable"
expires_after="M85"> expires_after="never">
<!-- expires-never: Helpful to track download database issue. -->
<owner>xingliu@chromium.org</owner> <owner>xingliu@chromium.org</owner>
<owner>qinmin@chromium.org</owner>
<summary> <summary>
Records whether the download database is available when database startup Records whether the download database is available when database startup
completes, before starting any pending downloads. If the database is completes, before starting any pending downloads. If the database is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment