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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2871733005: cryptohome: Add UMA stats for the cause of migration failures. (Closed)
Patch Set: . Created 3 years, 7 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 | « tools/metrics/histograms/enums.xml ('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 9d3aff3a9f2721c2a09e4edb41a05a01fd812015..02ae2c7e95c961d597fdf7b5bb0038b6abe3581f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9521,6 +9521,36 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cryptohome.DircryptoMigrationFailedErrorCode"
+ enum="PlatformFileError">
+ <owner>kinaba@chromium.org</owner>
+ <summary>
+ The error code of file operation by which the user home directory migration
+ from ecryptfs to ext4-crypto has failed. This is logged ocne the migration
jwd 2017/05/09 18:49:29 nit: ocne -> once
kinaba 2017/05/10 02:20:17 Done.
+ encounted a file I/O error.
jwd 2017/05/09 18:49:29 nit: encounted -> encounters or encountered (same
kinaba 2017/05/10 02:20:17 Done.
+ </summary>
+</histogram>
+
+<histogram name="Cryptohome.DircryptoMigrationFailedOperationType"
+ enum="DircryptoMigrationFailedOperationType">
+ <owner>kinaba@chromium.org</owner>
+ <summary>
+ The type of file operation at which the user home directory migration from
+ ecryptfs to ext4-crypto has failed. This is logged once the migration
+ encounted a file I/O error.
+ </summary>
+</histogram>
+
+<histogram name="Cryptohome.DircryptoMigrationFailedPathType"
+ enum="DircryptoMigrationFailedPathType">
+ <owner>kinaba@chromium.org</owner>
+ <summary>
+ The category of the path where the user home directory migration from
+ ecryptfs to ext4-crypto has failed. This is logged once the migration
+ encounted a file I/O error.
+ </summary>
+</histogram>
+
<histogram name="Cryptohome.DircryptoMigrationStartStatus"
enum="DircryptoMigrationStartStatus">
<owner>dspaid@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698