Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Try closing the IOSink.
  • Loading branch information
matanlurey committed Feb 6, 2024
commit aea3c4c87dd125c868ed9ff360b9dc77f8697faa
1 change: 1 addition & 0 deletions testing/scenario_app/bin/android_integration_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Future<void> _run({

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