mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Without this change, if multiple asynchronous exceptions are thrown while processing an exception, multiple exception analytics events can be sent for a single process crash, skewing crashlytics data. Fixes https://github.com/flutter/flutter/issues/178318