Commit 04cd161
authored
log incoming vm service messages in
In service of flutter/flutter#146879. Please see flutter/flutter#146879 (comment).
In summary, when the test flakes, `onRunnable` is not completing despite the VmService object receiving an `IsolateRunnable` event.
This PR adds some logging code to print all events received inside of `FlutterVmService::runInView`.FlutterVMService::runInView (#148596)1 parent d9cf066 commit 04cd161
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
584 | 599 | | |
| 600 | + | |
585 | 601 | | |
586 | 602 | | |
587 | 603 | | |
| |||
0 commit comments