We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You could also kill the process _on the device_ instead: adb shell pkill app_process
(assuming it is the only one running)
Originally posted by @rom1v in #818 (comment)
but when many app_process in my devices,how can I only kill the app_process create by scrcpy?
The text was updated successfully, but these errors were encountered:
if you use top, maybe you need to add option to show the full cmdline info
top
-o Show FIELDS (def PID,USER,PR,NI,VIRT,RES,SHR,S,%CPU,%MEM,TIME+,CMDLINE)
Sorry, something went wrong.
ps
-O Add FIELDS to defaults
No branches or pull requests
(assuming it is the only one running)
Originally posted by @rom1v in #818 (comment)
but when many app_process in my devices,how can I only kill the app_process create by scrcpy?
The text was updated successfully, but these errors were encountered: