summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-05-30 17:58:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-30 17:58:04 +0000
commit5f642bf783d774637ecc12e35c0be5f10ce86c25 (patch)
treec23099602f961488c5d19e188decd758435bf81b /src/com/android/launcher3/testing/TestProtocol.java
parentcae0a80c83992fd874473373f7324f13725b24ae (diff)
parent26185e1feddbb92cbf251c4910116e81923e79a5 (diff)
downloadpackages_apps_Trebuchet-5f642bf783d774637ecc12e35c0be5f10ce86c25.tar.gz
packages_apps_Trebuchet-5f642bf783d774637ecc12e35c0be5f10ce86c25.tar.bz2
packages_apps_Trebuchet-5f642bf783d774637ecc12e35c0be5f10ce86c25.zip
Merge "Adding debug tracing for a lab-only issue" into ub-launcher3-qt-dev
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 aff7861a8..99efb22cf 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -71,4 +71,5 @@ public final class TestProtocol {
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";
}