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

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

Issue 2910423002: cros: Add UMA metrics in migration UI to get more information from migration failures. (Closed)
Patch Set: Add Cryptohome.MigrationUI.ShowFailureScreen. 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 3fc8d7851858d03f876f1af219e55c6a50650edf..17c244045364ecd2da4b7d5c445e7d4accc99807 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -3721,6 +3721,21 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Cryptohome.MigrationUI.RestartClickedOnFailure">
Ilya Sherman 2017/05/31 23:34:44 If you're just interested in understanding how oft
fukino 2017/06/01 09:28:38 We are not going to analyze sequences for both Cry
+ <owner>fukino@chromium.org</owner>
+ <description>
+ Restart button on the Ext4 migration failure screen is clicked.
+ </description>
+</action>
+
+<action name="Cryptohome.MigrationUI.ShowFailureScreen">
fukino 2017/05/31 12:21:28 Based on "Generally, Do Not Emit Impressions" sect
Ilya Sherman 2017/05/31 23:34:44 Optional nit: I'd write "Showed" instead of "Show"
+ <owner>fukino@chromium.org</owner>
+ <description>
+ The migration failure screen is shown after the user attempts to do the
+ encryption migration.
+ </description>
+</action>
+
<action name="Cryptohome.PKCS11InitFail">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698