mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
It crashes. We either need to make it safe to call before Dart_Initialize on Mac or we need to use some other way of measuring startup time. Fixes #4006