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

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

Issue 1909043002: Add UMA metrics for multi-window mode and multi-instance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review Created 4 years, 8 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 eb09f63726cdc2157bd415867b8b96f447661dd8..7ab07045f0eb972c1a57f572c91ebaaf38742e07 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -855,6 +855,42 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Android.MultiWindowMode.Enter">
+ <owner>twellington@chromium.org</owner>
+ <description>The activity entered Android N multi-window mode.</description>
+</action>
+
+<action name="Android.MultiWindowMode.Enter-SecondInstance">
+ <owner>twellington@chromium.org</owner>
+ <description>
+ The second activity instance (ChromeTabbedActivity2) entered Android N
+ multi-window mode. Recorded separately from Android.MultiWindowMode.Enter to
+ avoid double counting when two instances are running.
+ </description>
+</action>
+
+<action name="Android.MultiWindowMode.Exit">
+ <owner>twellington@chromium.org</owner>
+ <description>The activity exited Android N multi-window mode.</description>
+</action>
+
+<action name="Android.MultiWindowMode.Exit-SecondInstance">
+ <owner>twellington@chromium.org</owner>
+ <description>
+ The second activity instance (ChromeTabbedActivity2) exited Android N
+ multi-window mode. Recorded separately from Android.MultiWindowMode.Exit to
+ avoid double counting when two instances are running.
+ </description>
+</action>
+
+<action name="Android.MultiWindowMode.MultiInstance.Enter">
+ <owner>twellington@chromium.org</owner>
+ <description>
+ A second activity instance (ChromeTabbedActivity2) has been created in
+ Android N multi-window mode.
+ </description>
+</action>
+
<action name="AppCloseButton_Clk">
<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