flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Fix timeline processing for thread name change. #8383

Closed kenzieschmoll closed 5 hours ago

kenzieschmoll commented 6 hours ago

The changes in https://github.com/flutter/engine/pull/55362 broke some assumptions we make about thread names for timeline processing purposes. This PR updates our thread name constants to support the latest version of Flutter.

CC @jonahwilliams