summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-29 14:10:28 -0700
committervadimt <vadimt@google.com>2019-05-29 14:10:28 -0700
commit17f9d57ac7ba0d53cd33f0f7a387f2c6f1248aac (patch)
tree3a909b1f32522331e314a8a5f802ba3addd4bab1 /src/com/android/launcher3/testing
parent8ffa234955cae8d584bd5e416bed543c1664360f (diff)
downloadpackages_apps_Trebuchet-17f9d57ac7ba0d53cd33f0f7a387f2c6f1248aac.tar.gz
packages_apps_Trebuchet-17f9d57ac7ba0d53cd33f0f7a387f2c6f1248aac.tar.bz2
packages_apps_Trebuchet-17f9d57ac7ba0d53cd33f0f7a387f2c6f1248aac.zip
Add debug tracing for a lab-only flake
This time, Launcher doesn't send a completion event upon switching from Home to all apps. Bug: 133867119 Change-Id: I3738cf10a14ea288df2dfda387aafda022beb349
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 a678ef248..aff7861a8 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -68,6 +68,7 @@ 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";
}