-
Notifications
You must be signed in to change notification settings - Fork 625
Set DevelopmentPlatform info for Flutter apps #3206
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
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (faa268a3) is created by Prow via merging commits: 9466242 8216a96. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (faa268a3) is created by Prow via merging commits: 9466242 8216a96. |
/retest |
@mrober: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
} | ||
} | ||
|
||
private DevelopmentPlatform initDevelopmentPlatform() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this method need to be synchronized?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok to not synchronize it. Because even if we have two instances, it's read-only so nothing bad will happen.
Set DevelopmentPlatform info for Flutter apps
Also made DevelopmentPlatform delay the initialization when possible to avoid an additional file operation during start up.