Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-dev

am: 846656f138

Change-Id: Ie40cc1d55d40ffefe6c1b2d3588b03ff92d2cb38
This commit is contained in:
Vadim Tryshev
2019-09-04 12:37:40 -07:00
committed by android-build-merger
4 changed files with 2 additions and 9 deletions

View File

@@ -112,6 +112,7 @@ public abstract class AbstractLauncherUiTest {
launcher ->
checkLauncherIntegrity(launcher, containerType)));
}
mLauncher.enableDebugTracing();
}
protected final LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
@@ -202,6 +203,7 @@ public abstract class AbstractLauncherUiTest {
resetLoaderState();
} else {
clearPackageData(mDevice.getLauncherPackageName());
mLauncher.enableDebugTracing();
}
}