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

Side by Side 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, 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:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 3703 matching lines...) Expand 10 before | Expand all | Expand 10 after
3714 <action name="CriticalNotification_Ignore"> 3714 <action name="CriticalNotification_Ignore">
3715 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3715 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3716 <description>Please enter the description of this user action.</description> 3716 <description>Please enter the description of this user action.</description>
3717 </action> 3717 </action>
3718 3718
3719 <action name="CriticalNotification_Restart"> 3719 <action name="CriticalNotification_Restart">
3720 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3720 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3721 <description>Please enter the description of this user action.</description> 3721 <description>Please enter the description of this user action.</description>
3722 </action> 3722 </action>
3723 3723
3724 <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
3725 <owner>fukino@chromium.org</owner>
3726 <description>
3727 Restart button on the Ext4 migration failure screen is clicked.
3728 </description>
3729 </action>
3730
3731 <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"
3732 <owner>fukino@chromium.org</owner>
3733 <description>
3734 The migration failure screen is shown after the user attempts to do the
3735 encryption migration.
3736 </description>
3737 </action>
3738
3724 <action name="Cryptohome.PKCS11InitFail"> 3739 <action name="Cryptohome.PKCS11InitFail">
3725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3740 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3726 <description>Please enter the description of this user action.</description> 3741 <description>Please enter the description of this user action.</description>
3727 <obsolete>Deprecated as of 11/2015.</obsolete> 3742 <obsolete>Deprecated as of 11/2015.</obsolete>
3728 </action> 3743 </action>
3729 3744
3730 <action name="CustomTabs.CloseButtonClicked"> 3745 <action name="CustomTabs.CloseButtonClicked">
3731 <owner>dfalcantara@chromium.org</owner> 3746 <owner>dfalcantara@chromium.org</owner>
3732 <description>Close button of the CustomTabActivity was clicked.</description> 3747 <description>Close button of the CustomTabActivity was clicked.</description>
3733 </action> 3748 </action>
(...skipping 13703 matching lines...) Expand 10 before | Expand all | Expand 10 after
17437 <action name="webapps.AddShortcut.Manifest"> 17452 <action name="webapps.AddShortcut.Manifest">
17438 <owner>mlamouri@chromium.org</owner> 17453 <owner>mlamouri@chromium.org</owner>
17439 <description> 17454 <description>
17440 Shortcut added to the homescreen with a valid Manifest. This action will be 17455 Shortcut added to the homescreen with a valid Manifest. This action will be
17441 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17456 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17442 to keep a trend of whether the webapp also add meta tags. 17457 to keep a trend of whether the webapp also add meta tags.
17443 </description> 17458 </description>
17444 </action> 17459 </action>
17445 17460
17446 </actions> 17461 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698