Jason Simmons 5c4a3d6a92 Avoid calling Dart timeline APIs during Dart_Cleanup (flutter/engine#24007)
The Dart timeline is not thread safe if an engine thread that is not
controlled by Dart calls Dart_TimelineEvent while another thread is
calling Dart_Cleanup.

Fixes https://github.com/flutter/flutter/issues/74134
2021-02-02 09:12:55 -08:00
..