Merge "Trying to remove waiting for broadcasts" into tm-dev am: ce43fb91bb
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17805035 Change-Id: I8c8c5b6ca21947f1adcbd84c014e3ca83078708f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -227,11 +227,6 @@ public final class LauncherInstrumentation {
|
||||
public LauncherInstrumentation(Instrumentation instrumentation) {
|
||||
mInstrumentation = instrumentation;
|
||||
mDevice = UiDevice.getInstance(instrumentation);
|
||||
try {
|
||||
mDevice.executeShellCommand("am wait-for-broadcast-idle");
|
||||
} catch (IOException e) {
|
||||
log("Failed to wait for broadcast idle");
|
||||
}
|
||||
|
||||
// Launcher should run in test harness so that custom accessibility protocol between
|
||||
// Launcher and TAPL is enabled. In-process tests enable this protocol with a direct call
|
||||
|
||||
Reference in New Issue
Block a user