Merge "Removing tracing for a fixed bug." into ub-launcher3-qt-r1-dev

This commit is contained in:
Vadim Tryshev
2019-07-11 22:46:19 +00:00
committed by Android (Google) Code Review
9 changed files with 0 additions and 69 deletions

View File

@@ -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";
}