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

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

Issue 2910423002: cros: Add UMA metrics in migration UI to get more information from migration failures. (Closed)
Patch Set: Use histograms instead of user actions. 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index b107d9bdfc682e9dd84baf792ede62f2d56136d0..c0434b824298b415feb6b5a17a13ef44fb4dedb4 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -23695,8 +23695,9 @@ from previous Chrome versions.
<int value="2" label="Neutral with a verbose warning on sensitive fields"/>
<int value="3" label="Neutral with a verbose warning after editing a form"/>
<int value="4" label="Neutral with a verbose warning in Incognito mode"/>
- <int value="5" label="Neutral with a verbose warning after editing a form or
- in Incognito mode"/>
+ <int value="5"
+ label="Neutral with a verbose warning after editing a form or in
+ Incognito mode"/>
</enum>
<enum name="MarkNonSecureAsStatus" type="int">
@@ -24293,9 +24294,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">

Powered by Google App Engine
This is Rietveld 408576698