summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-06-06 17:00:57 -0700
committervadimt <vadimt@google.com>2019-06-06 17:00:57 -0700
commit0f08db5eebb962a8515bde6f15cc51723b144ebd (patch)
tree193805a35abd0561715d2d4b2a81308b0f77309e /tests
parent63013c5e5723117ce7dec97b88cac2abf21f9088 (diff)
downloadandroid_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.tar.gz
android_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.tar.bz2
android_packages_apps_Trebuchet-0f08db5eebb962a8515bde6f15cc51723b144ebd.zip
Add tracing for b/134532571
Bug: 134172603 Bug: 134532571 Change-Id: I75c8e0212a9b35d33842d5380fbe733b486be932
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() {