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

Don't Log "Aborted by User" When User is Instructed to Use CTRL+C to Exit #904

Closed
rmartin16 opened this issue Oct 6, 2022 · 0 comments · Fixed by #921
Closed

Don't Log "Aborted by User" When User is Instructed to Use CTRL+C to Exit #904

rmartin16 opened this issue Oct 6, 2022 · 0 comments · Fixed by #921
Labels
bug A crash or error in behavior.

Comments

@rmartin16
Copy link
Member

Describe the bug
"Aborted by User" should not be logged when the user is instructed to use CTRL+C to exit Briefcase.

To Reproduce
Steps to reproduce the behavior:
Start the Android emulator or iOS simulator via briefcase run and send CTRL+C.

Expected behavior
Briefcase should exit normally.

Screenshots

src/briefcase/integrations/android_sdk.py:            # If the user sends CTRL+C:
src/briefcase/integrations/android_sdk.py:            # Exit normally since the user was instructed to use CTRL+C.
src/briefcase/platforms/android/gradle.py:            "Following device log output (type CTRL-C to stop log)...",
src/briefcase/platforms/iOS/xcode.py:                "Following simulator log output (type CTRL-C to stop log)...",
src/briefcase/platforms/macOS/__init__.py:                    "Following system log output (type CTRL-C to stop log)...",
src/briefcase/platforms/web/static.py:                "Web server log output (type CTRL-C to stop log)...",
src/briefcase/platforms/web/static.py:            # CTRL-C is the accepted way to stop the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants