summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-06-27 19:03:33 -0700
committervadimt <vadimt@google.com>2019-06-27 19:03:33 -0700
commit73ed3e432ce74912828b5444ed469b49260ef6ca (patch)
tree1c56767f8b51c150db54a7c6a3760269379658c2 /src/com/android/launcher3/testing/TestProtocol.java
parentbd31868ea7d73d85584b3505b8416410a2c28325 (diff)
downloadpackages_apps_Trebuchet-73ed3e432ce74912828b5444ed469b49260ef6ca.tar.gz
packages_apps_Trebuchet-73ed3e432ce74912828b5444ed469b49260ef6ca.tar.bz2
packages_apps_Trebuchet-73ed3e432ce74912828b5444ed469b49260ef6ca.zip
Adding tracing for a bug about missing input events
Bug: 136215685 Change-Id: I1e735c1e787710ae37b7c7d1a6a06498edd7c525
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 6ffc2d9cd..3774042c9 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -78,4 +78,5 @@ public final class TestProtocol {
public static final String NO_START_TAG = "b/132900132";
public static final String NO_START_TASK_TAG = "b/133765434";
public static final String NO_OVERVIEW_EVENT_TAG = "b/134532571";
+ public static final String EVENTS_TO_OVERVIEW_MISSING_TAG = "b/133867119";
}