Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve processLogToGetobservatory for Flutter >= 3.0.0 #283

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

testingbot
Copy link
Contributor

Seems like the VM service message was changed in Dart 2.17 (used by Flutter >= 3.0.0)

dart-lang/sdk#46756

This PR aims to fix this.

VM service message introduced with Dart 2.17
dart-lang/sdk#46756
and used by Flutter since 3.0.0
@KazuCocoa
Copy link
Member

KazuCocoa commented Jun 9, 2022

Could you append the log as a comment as well?
https://github.com/flutter/flutter/blob/c6ced845e389d4ba2778007642ef439d7e6654c9/dev/devicelab/lib/framework/runner.dart#L192 used The Dart VM service is, so I'd like to double check.

@testingbot
Copy link
Contributor Author

You are correct @KazuCocoa - I checked the log and it says

06-09 10:23:21.342 10359 10397 I flutter : The Dart VM service is listening on http://127.0.0.1:38529/LWx4GFAzsug=/

So this PR needs to be changed.

VM service message introduced with Dart 2.17
dart-lang/sdk#46756
and used by Flutter since 3.0.0
@KazuCocoa KazuCocoa merged commit 9412ea8 into appium:main Jun 9, 2022
@KazuCocoa
Copy link
Member

thank you!

@KazuCocoa
Copy link
Member

I'll update current test failures and then create a new version. Hopefully this weekend.

@KazuCocoa
Copy link
Member

v1.1.0 has this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants