mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Migrates error logging from logging directly to stderr to using the FML_LOG macro with a specified log level. No additional tests since there is no semantic change to the logging (FML_LOG simply writes to stderr).