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
ShellUtils.CommandResult result = ShellUtils.execCommand("screencap", true,true); System.out.println(result.successMsg); System.out.println(result.errorMsg); System.out.println(result.result);
如果这样的话就永远挂起了,没有响应,我不希望截图保存到闪存,我想直接拿到输出,但是命令返回值只有string类型的
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
如果这样的话就永远挂起了,没有响应,我不希望截图保存到闪存,我想直接拿到输出,但是命令返回值只有string类型的
The text was updated successfully, but these errors were encountered: