summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-06-06 17:00:57 -0700
committervadimt <vadimt@google.com>2019-06-06 17:00:57 -0700
commit0f08db5eebb962a8515bde6f15cc51723b144ebd (patch)
tree193805a35abd0561715d2d4b2a81308b0f77309e /src/com/android/launcher3/testing/TestProtocol.java
parent63013c5e5723117ce7dec97b88cac2abf21f9088 (diff)
downloadandroid_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.tar.gz
android_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.tar.bz2
android_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.zip
Add tracing for b/134532571
Bug: 134172603 Bug: 134532571 Change-Id: I75c8e0212a9b35d33842d5380fbe733b486be932
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 99efb22cf..02e6bbdd7 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -72,4 +72,5 @@ public final class TestProtocol {
public static final String NO_DRAG_TAG = "b/133009122";
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";
}