summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-08-05 13:52:36 -0700
committervadimt <vadimt@google.com>2019-08-05 13:52:36 -0700
commitf1726290d46c1c7072d6741226d1973844a1b807 (patch)
tree521dcaa0a579287922923c7751b7ca4146654950 /src/com/android/launcher3/testing
parent9447e887db176a2db655628a1e2bd271e0778729 (diff)
downloadandroid_packages_apps_Trebuchet-f1726290d46c1c7072d6741226d1973844a1b807.tar.gz
android_packages_apps_Trebuchet-f1726290d46c1c7072d6741226d1973844a1b807.tar.bz2
android_packages_apps_Trebuchet-f1726290d46c1c7072d6741226d1973844a1b807.zip
Adding debug tracing to catch non-dragging to workspace
Bug: 138729456 Change-Id: I28f1eaeb17a75cbc6f52b259d0226deaff42e0bb
Diffstat (limited to 'src/com/android/launcher3/testing')
-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 9846a0427..cb8f811cb 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -79,4 +79,5 @@ public final class TestProtocol {
public static final String REQUEST_DISABLE_DEBUG_TRACING = "disable-debug-tracing";
public static final String NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
+ public static final String NO_DRAG_TO_WORKSPACE = "b/138729456";
}