mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Re-enable logging. fuchsia_ctl was updated to support processing the logs as a stream instead of keeping them in the process. Bug: flutter/flutter#57273 * Add path to logs file. * Add the isolated output env directly to the script. * Save log to local directory and printing it using cat. * Try collecting and printing logs as separate steps.