mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes https://github.com/flutter/flutter/issues/142488 - Only logs on iOS if Skia is used instead of Impeller. - Logs on other platforms if Impeller is used instead of Skia. - Uses "IMPORTANT" rather than "ERROR" for these logs. This will show up by default since flutter_tools sets ERROR and above as logs to show. - Adds some tests. - Makes INFO log print file paths the same as other verbosities.