summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-28 12:03:05 -0700
committervadimt <vadimt@google.com>2019-05-30 10:30:32 -0700
commit26185e1feddbb92cbf251c4910116e81923e79a5 (patch)
treecc1bfe0623e9314fa994919a00bee02429e234db /src/com/android/launcher3/testing/TestProtocol.java
parentf07cf179dce2f07a28dab0ad51065f093f74c884 (diff)
downloadpackages_apps_Trebuchet-26185e1feddbb92cbf251c4910116e81923e79a5.tar.gz
packages_apps_Trebuchet-26185e1feddbb92cbf251c4910116e81923e79a5.tar.bz2
packages_apps_Trebuchet-26185e1feddbb92cbf251c4910116e81923e79a5.zip
Adding debug tracing for a lab-only issue
Task doesn't get resumed upon clicking at it. Bug: 133765434 Change-Id: I8c5c1308041949d94c6982c78b8337ea81ad400f
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index a678ef248..ae178e79e 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -70,4 +70,5 @@ public final class TestProtocol {
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";
}