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

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

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..10835ff59fc0a78f2fb00559e392a411c1073089 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 once the migration
+ encounters a file I/O error.
+ </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
+ encounters 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
+ encounters 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