flutter/dev/devicelab/lib/framework
Ben Konyi 2a2f973120
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
2022-02-15 07:33:57 -08:00
..
ab.dart Migrate devicelab framework code to null safety. (#86325) 2021-07-13 12:14:50 -07:00
apk_utils.dart [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
browser.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
cocoon.dart skip staging update (#89137) 2021-08-30 09:26:05 -07:00
devices.dart Support Samsung phone when getting device wakefulness status (#98146) 2022-02-11 12:05:18 -08:00
framework.dart Refactor devicelab bin/run.dart and other cleanup (#96320) 2022-01-10 13:40:17 -08:00
host_agent.dart migrate host agent (#84755) 2021-06-22 12:21:03 -07:00
ios.dart Include -isysroot -arch and -miphoneos-version-min when creating dummy module App.framework (#97689) 2022-02-04 14:50:11 -08:00
manifest.dart Fix UNNECESSARY_TYPE_CHECK_TRUE violations. (#89186) 2021-08-31 15:46:05 -07:00
metrics_center.dart Stop sending metrics to builder name (#92989) 2021-11-05 16:28:02 -07:00
runner.dart Update flutter_tools to look for new VM service message (#97683) 2022-02-15 07:33:57 -08:00
running_processes.dart Refactor devicelab bin/run.dart and other cleanup (#96320) 2022-01-10 13:40:17 -08:00
task_result.dart Migrate devicelab framework code to null safety. (#86325) 2021-07-13 12:14:50 -07:00
utils.dart Refactor devicelab bin/run.dart and other cleanup (#96320) 2022-01-10 13:40:17 -08:00