-
Notifications
You must be signed in to change notification settings - Fork 28.6k
CP: fix crash during flutter doctor --android-licenses
#120717
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
CP: fix crash during flutter doctor --android-licenses
#120717
Conversation
…ndroid-licenses (flutter#119977) * wip * write test * make error handling printError * remove diff
…icenses (flutter#120330) * tool exit on sdk manager exit and add test * be more specific about error message
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
flutter doctor --android-licenses
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.
LGTM
Cherrypick of b8f5394
and
1546fa0
To fix #114031 on the stable branch.