summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-05-30 17:46:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-30 17:46:10 +0000
commit1c9b6293c8c523b0e9fccde6761ebf6b27995320 (patch)
tree46526e4def245f4de4a23aee23bdbd772b9d56fd /tests
parentf07cf179dce2f07a28dab0ad51065f093f74c884 (diff)
parent17f9d57ac7ba0d53cd33f0f7a387f2c6f1248aac (diff)
downloadandroid_packages_apps_Trebuchet-1c9b6293c8c523b0e9fccde6761ebf6b27995320.tar.gz
android_packages_apps_Trebuchet-1c9b6293c8c523b0e9fccde6761ebf6b27995320.tar.bz2
android_packages_apps_Trebuchet-1c9b6293c8c523b0e9fccde6761ebf6b27995320.zip
Merge "Add debug tracing for a lab-only flake" into ub-launcher3-qt-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Workspace.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Workspace.java b/tests/tapl/com/android/launcher3/tapl/Workspace.java
index 7dcc426b9..33754c125 100644
--- a/tests/tapl/com/android/launcher3/tapl/Workspace.java
+++ b/tests/tapl/com/android/launcher3/tapl/Workspace.java
@@ -66,6 +66,7 @@ public final class Workspace extends Home {
"switchToAllApps: swipeHeight = " + swipeHeight + ", slop = "
+ mLauncher.getTouchSlop());
+ mLauncher.getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING);
mLauncher.swipeToState(
start.x,
start.y,
@@ -73,6 +74,7 @@ public final class Workspace extends Home {
start.y - swipeHeight - mLauncher.getTouchSlop(),
60,
ALL_APPS_STATE_ORDINAL);
+ mLauncher.getTestInfo(TestProtocol.REQUEST_DISABLE_DEBUG_TRACING);
try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer(
"swiped to all apps")) {