-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Avoid use of run-as #48
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
Issue flutter#1988 results from run-as not working on some phones, because of Android issue 58373. This change removes the need for run-as for running "flutter start". It is still needed for tracing.
Still not tested because I still don't know how to do it. I discovered "pub run bin/sky_tools.dart" but I can't run that from my flutter app source code directory. |
Thanks for the patch. You should be able to run the code using the |
LGTM |
Issue #1988 results from run-as not working on some phones,
because of Android issue 58373.
This change removes the need for run-as for running
"flutter start". It is still needed for tracing.