mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Without this change, a single dart test will print out 306 lines. With this change, a single dart test will only print out 33 lines. This helps a lot in local tests. In order to return to the old logging, set `--verbose-dart-snapshot` flag.