summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-06-06 17:31:41 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-06 17:31:41 -0700
commit51d2cf913c18787ec28334737c29ad36f4f7a815 (patch)
treedea106e99fa492293473794ebdf613cbc6a43b3b /tests
parentbbbfc62c638fd7ed1d3cdb3348cedbb2f245f4a6 (diff)
parentbfe171f9cbf3d3c86646e3f8685a461be0f77473 (diff)
downloadandroid_packages_apps_Trebuchet-51d2cf913c18787ec28334737c29ad36f4f7a815.tar.gz
android_packages_apps_Trebuchet-51d2cf913c18787ec28334737c29ad36f4f7a815.tar.bz2
android_packages_apps_Trebuchet-51d2cf913c18787ec28334737c29ad36f4f7a815.zip
Merge "Add tracing for b/134532571" into ub-launcher3-qt-dev
am: bfe171f9cb Change-Id: I86539398e74beb527cbede66143ff1c61990cca8
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() {