Unverified Commit fe1e8f3b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] add logging to integration test (#51527)

parent 611e5cb4
......@@ -131,6 +131,7 @@ void main() {
final Completer<void> sawDebuggerPausedMessage2 = Completer<void>();
final StreamSubscription<String> subscription = _flutter.stdout.listen(
(String line) {
print('[LOG]:"$line"');
if (line.contains('(((TICK 1)))')) {
expect(sawTick1.isCompleted, isFalse);
sawTick1.complete();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment