Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5362b09

Browse files
author
Emmanuel Garcia
committed
Remove logcat flush
1 parent 25601c9 commit 5362b09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/scenario_app/bin/android_integration_tests.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ void main(List<String> args) async {
215215
await Future.wait(pendingComparisons);
216216
});
217217

218-
await step('Flush logcat...', () async {
219-
await logcat.flush();
220-
});
221-
222218
exit(0);
223219
}
224220
}

0 commit comments

Comments
 (0)