mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This patch: - makes dart traces (coming from the VM and the timeline API) available to mojo:tracing - adds --vm-complete-timeline parameter, which makes the Dart VM enable all categories of timeline traces from the beginning, allowing to do startup tracing This is based on the equivalent support in dart content handler. Fixes https://github.com/flutter/flutter/issues/3162.