summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-11 12:52:43 -0700
committerVadim Tryshev <vadimt@google.com>2019-07-11 20:18:32 +0000
commit2af71dd058deb86dd575b0043ad87cf1ba16c596 (patch)
tree1104256d0b7021aa1da8cc340194ce9ade698be9 /src/com/android/launcher3/testing/TestProtocol.java
parentc127dff1812fd5059ba16cf92de608c6f79de196 (diff)
downloadandroid_packages_apps_Trebuchet-2af71dd058deb86dd575b0043ad87cf1ba16c596.tar.gz
android_packages_apps_Trebuchet-2af71dd058deb86dd575b0043ad87cf1ba16c596.tar.bz2
android_packages_apps_Trebuchet-2af71dd058deb86dd575b0043ad87cf1ba16c596.zip
Removing tracing for a fixed bug.
Bug: 133867119 Change-Id: I796118f5ff0c27db002bb0e3369e651c95b06bbe
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 3774042c9..d6d0577c9 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -73,10 +73,8 @@ public final class TestProtocol {
public static boolean sDebugTracing = false;
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";
public static final String REQUEST_DISABLE_DEBUG_TRACING = "disable-debug-tracing";
- public static final String NO_ALLAPPS_EVENT_TAG = "b/133867119";
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";
- public static final String EVENTS_TO_OVERVIEW_MISSING_TAG = "b/133867119";
}