Update flutter_tools to look for new VM service message (#97683)
* Update flutter_tools to look for new VM service message The Dart SDK will soon move away from the current Observatory message: "Observatory listening on ..." To a new message that no longer references Observatory: "Dart VM Service listening on ..." This change updates all tests with mocks to check for the new message and also adds support for the new message in ProtocolDiscovery. See https://github.com/dart-lang/sdk/issues/46756 * Fix some parsing locations * Fix analysis failures * Update message * Remove extra comment * Update message * Add globals prefix
B
Ben Konyi committed
2a2f973120ce77a820b43678c3734ceb60b2e95e
Parent: ee0bbf4
Committed by GitHub <noreply@github.com>
on 2/15/2022, 3:33:57 PM