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

Remove logcat flush #33809

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions testing/scenario_app/bin/android_integration_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@ void main(List<String> args) async {
await Future.wait(pendingComparisons);
});

await step('Flush logcat...', () async {
await logcat.flush();
});

exit(0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not quite right to me - can we instead remove sink from the pipe and then flush?

}
}