summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-11 16:00:12 -0700
committervadimt <vadimt@google.com>2019-07-11 16:00:12 -0700
commit1fd52d9024a6ac3b1dd38f8518903e7c332bc750 (patch)
treeb10af05873b572902611999332b8dff80bb1ae0d /src/com/android/launcher3/testing/TestProtocol.java
parent59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c (diff)
downloadandroid_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.tar.gz
android_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.tar.bz2
android_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.zip
Remove tracing for a fixed bug
Bug: 132900132 Change-Id: Ic4ce3669f88c932e392b7517ec9fda11384dc334
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 011ff86e2..e28eba809 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -75,7 +75,6 @@ public final class TestProtocol {
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_TAG = "b/132900132";
public static final String NO_START_TASK_TAG = "b/133765434";
public static final String NO_OVERVIEW_EVENT_TAG = "b/134532571";
}