summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-07-11 22:46:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-07-11 22:46:19 +0000
commit59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c (patch)
tree6f385a0a4603cdb18ebe010eb1d64806aaa0f4e3 /src/com/android/launcher3/testing
parent36ca57e9969ee07e3b51881b83480898d9c39e5a (diff)
parent2af71dd058deb86dd575b0043ad87cf1ba16c596 (diff)
downloadandroid_packages_apps_Trebuchet-59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c.tar.gz
android_packages_apps_Trebuchet-59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c.tar.bz2
android_packages_apps_Trebuchet-59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c.zip
Merge "Removing tracing for a fixed bug." into ub-launcher3-qt-r1-dev
Diffstat (limited to 'src/com/android/launcher3/testing')
-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 3a07be096..011ff86e2 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -74,10 +74,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";
}