summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/logging/UserEventDispatcher.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-05-01 16:46:59 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-05-02 14:34:23 -0700
commita05860421f22e6111a24cddbfaed812ecf5b8250 (patch)
tree54e5f4a8ad4808a706684826fca58aa4271643fd /src/com/android/launcher3/logging/UserEventDispatcher.java
parent954157a22898f648ea8f8fb3aa09173465b9f614 (diff)
downloadpackages_apps_Trebuchet-a05860421f22e6111a24cddbfaed812ecf5b8250.tar.gz
packages_apps_Trebuchet-a05860421f22e6111a24cddbfaed812ecf5b8250.tar.bz2
packages_apps_Trebuchet-a05860421f22e6111a24cddbfaed812ecf5b8250.zip
Log OVERVIEW_ACTIVITY via MetricsLogger in quickstep
Bug: 77920179 Change-Id: Id4c7dc3d535c7a8009d340183e640b04ab07408a
Diffstat (limited to 'src/com/android/launcher3/logging/UserEventDispatcher.java')
-rw-r--r--src/com/android/launcher3/logging/UserEventDispatcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/logging/UserEventDispatcher.java b/src/com/android/launcher3/logging/UserEventDispatcher.java
index bf870cca0..2c1eb3287 100644
--- a/src/com/android/launcher3/logging/UserEventDispatcher.java
+++ b/src/com/android/launcher3/logging/UserEventDispatcher.java
@@ -285,7 +285,7 @@ public class UserEventDispatcher {
* Used primarily for swipe up and down when state changes when swipe up happens from the
* navbar bezel, the {@param srcChildContainerType} is NAVBAR and
* {@param srcParentContainerType} is either one of the two
- * (1) WORKSPACE: if the launcher the foreground activity
+ * (1) WORKSPACE: if the launcher is the foreground activity
* (2) APP: if another app was the foreground activity
*/
public void logStateChangeAction(int action, int dir, int srcChildTargetType,