summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-06-07 00:10:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-06-07 00:10:30 +0000
commitbfe171f9cbf3d3c86646e3f8685a461be0f77473 (patch)
tree769909f30ec2cb217732f75089bb4bf6a8a8c75c /tests
parent19f7c6fefb6b1d7d4951567a9744cb3209f43f35 (diff)
parent0f08db5eebb962a8515bde6f15cc51723b144ebd (diff)
downloadandroid_packages_apps_Trebuchet-bfe171f9cbf3d3c86646e3f8685a461be0f77473.tar.gz
android_packages_apps_Trebuchet-bfe171f9cbf3d3c86646e3f8685a461be0f77473.tar.bz2
android_packages_apps_Trebuchet-bfe171f9cbf3d3c86646e3f8685a461be0f77473.zip
Merge "Add tracing for b/134532571" into ub-launcher3-qt-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Background.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Background.java b/tests/tapl/com/android/launcher3/tapl/Background.java
index ce952983f..6c4619235 100644
--- a/tests/tapl/com/android/launcher3/tapl/Background.java
+++ b/tests/tapl/com/android/launcher3/tapl/Background.java
@@ -59,6 +59,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
}
protected void goToOverviewUnchecked(int expectedState) {
+ mLauncher.getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING);
switch (mLauncher.getNavigationModel()) {
case ZERO_BUTTON: {
final int centerX = mLauncher.getDevice().getDisplayWidth() / 2;
@@ -103,6 +104,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
mLauncher.waitForSystemUiObject("recent_apps").click();
break;
}
+ mLauncher.getTestInfo(TestProtocol.REQUEST_DISABLE_DEBUG_TRACING);
}
protected String getSwipeHeightRequestName() {