Enabling debug tracing for all UI tests

Change-Id: I434ee378baf35de955c8a589b8380e1751e4107a
This commit is contained in:
vadimt
2019-09-03 17:16:34 -07:00
parent 7310bb4b5c
commit 0ce38af957
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();
}
}