-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Kill adb.exe on exit #2580
Comments
There is a possible that other processes are using adb. If scrcpy kill adb when it exists, it will cause some problem in other processes. |
How about the option to automatically kill it then? |
why not just run it like |
rom1v
added a commit
that referenced
this issue
Jun 5, 2023
Killing adb on close by default would be incorrect, since it would break any other usage of adb in parallel. It could be easily done manually by calling "adb kill-server" once scrcpy terminates, but add an option --kill-adb-on-close for convenience. Fixes #205 <#205> Fixes #2580 <#2580> Fixes #4049 <#4049>
Implemented option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really hard to search for this so sorry if it's a duplicate.
Issue: adb.exe is still in task manager after program exits/closes.
Solution: Kill adb.exe on program exit.
Not a big deal but it would be nice.
The text was updated successfully, but these errors were encountered: