mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Migrates to using os_log for app logging on iOS 13 and above, macOS 10.11 and above. On older platform, fall back to syslog(), which is what we used previously.