summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-15 18:48:06 -0700
committervadimt <vadimt@google.com>2019-07-15 18:48:06 -0700
commit7a4ed2f258939f8d558bd9264dfa6f1940883db2 (patch)
tree79e1e14da5f2cc9a3b7aacad13c611bc58ec717f /src/com/android/launcher3/testing/TestProtocol.java
parentf170b7efcb3558278190d905a0dfe6afa9e735ad (diff)
downloadandroid_packages_apps_Trebuchet-7a4ed2f258939f8d558bd9264dfa6f1940883db2.tar.gz
android_packages_apps_Trebuchet-7a4ed2f258939f8d558bd9264dfa6f1940883db2.tar.bz2
android_packages_apps_Trebuchet-7a4ed2f258939f8d558bd9264dfa6f1940883db2.zip
Removing tracing for fixed bugs
Bug: 133009122 Bug: 133765434 Bug: 134532571 Change-Id: I37aa1851a1bc0874c0b9acf561bde28966e9b523
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index e28eba809..6bdc0ab46 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -74,7 +74,4 @@ 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_DRAG_TAG = "b/133009122";
- public static final String NO_START_TASK_TAG = "b/133765434";
- public static final String NO_OVERVIEW_EVENT_TAG = "b/134532571";
}