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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2910423002: cros: Add UMA metrics in migration UI to get more information from migration failures. (Closed)
Patch Set: Rebase. 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 1bf8fe4555b7a14c098a11f51c02db25065671e7..cc60142c43c975be1c979b71f8c589cd227f878c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -24365,9 +24365,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