Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kenzieschmoll
Copy link
Member

Fixes infinite spinner when Performance page is opened while connected to a paused Flutter app. Addresses hang issue described here: #6708 (comment)

@kenzieschmoll kenzieschmoll requested a review from bkonyi May 1, 2025 18:07
@kenzieschmoll kenzieschmoll requested a review from a team as a code owner May 1, 2025 18:08
Copy link
Contributor

@bkonyi bkonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

// upon connection.
unawaited(
serviceConnection.serviceManager
.callServiceExtensionOnMainIsolate(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth auditing the locations where we invoke service extensions to make sure we're not awaiting responses anywhere that could possibly cause a hang.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filed #9164 to track

@kenzieschmoll kenzieschmoll merged commit 2f4301e into flutter:master May 1, 2025
41 checks passed
@kenzieschmoll kenzieschmoll deleted the perf-extension branch May 1, 2025 19:04
hrajwade96 pushed a commit to hrajwade96/devtools that referenced this pull request Sep 2, 2025
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.

2 participants