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

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

Issue 2917303002: cros: Add UMA metrics in migration UI to get more information from migration failures. (Closed)
Patch Set: Created 3 years, 6 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 77db7c8daa26e4a08b7e9aae447c87637d636fb1..7feae5d961e510525c6a97244b5de5f1c1a4921e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -24259,9 +24259,38 @@ from previous Chrome versions.
<int value="2" label="LowStorage"/>
</enum>
+<enum name="MigrationUIMigrationResult" type="int">
+ <int value="0" label="Success in new migration"/>
+ <int value="1" label="Success in resumed migration"/>
+ <int value="2" label="General failure in new migration"/>
+ <int value="3" label="General failure in resumed migration"/>
+ <int value="4" label="Request failure in new migration"/>
+ <int value="5" label="Request failure in resumed migration"/>
+ <int value="6" label="Mount failure in new migration"/>
+ <int value="7" label="Mount failure in resumed migration"/>
+</enum>
+
+<enum name="MigrationUIRemoveCryptohomeResult" type="int">
+ <int value="0" label="Success in new migration"/>
+ <int value="1" label="Success in resumed migration"/>
+ <int value="2" label="Failure in new migration"/>
+ <int value="3" label="Failure in resumed migration"/>
+</enum>
+
+<enum name="MigrationUIScreen" type="int">
+ <int value="0" label="Initial"/>
+ <int value="1" label="Ready"/>
+ <int value="2" label="Migrating"/>
+ <int value="3" label="Migration failed"/>
+ <int value="4" label="Not enough storage"/>
+</enum>
+
<enum name="MigrationUIUserChoice" type="int">
<int value="0" label="Update"/>
<int value="1" label="Skip"/>
+ <int value="2" label="Restart on migration failure"/>
+ <int value="3" label="Restart on low storage"/>
+ <int value="4" label="Report an issue"/>
</enum>
<enum name="MissingStartType" type="int">
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698