Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2274883003: [sql] Track SQLite error codes from sql::Recovery ATTACH. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sql/recovery_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 149887ae400db9395f389aa4f75b2da5f6fd662e..55d16390578333e76e1a5bdfe32ae3f4f2e87d8c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56932,6 +56932,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Errors truncating database for Raze().</summary>
</histogram>
+<histogram name="Sqlite.RecoveryAttachError" enum="SqliteErrorCode">
+ <owner>shess@chromium.org</owner>
+ <summary>
+ SQLite error code from failed ATTACH in sql::Recovery::Init().
+ </summary>
+</histogram>
+
<histogram name="Sqlite.RecoveryEvents" enum="SqliteRecoveryEventEnum">
<owner>shess@chromium.org</owner>
<summary>
« no previous file with comments | « sql/recovery_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698