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.execCommand()时发现在控制台会有如下提示: W/System.err: java.io.SyncFailedException: fsync failed: EINVAL (Invalid argument) W/System.err: at java.io.FileDescriptor.sync(FileDescriptor.java:77) W/System.err: at java.io.FileOutputStream.flush(FileOutputStream.java:194) W/System.err: at java.io.FilterOutputStream.flush(FilterOutputStream.java:88) W/System.err: at java.io.DataOutputStream.flush(DataOutputStream.java:63)
The text was updated successfully, but these errors were encountered:
wangkelei,这个问题我遇到了,找不到原因,请问你找到原因了吗?
Sorry, something went wrong.
No branches or pull requests
参数无效?
在执行ShellUtils.execCommand()时发现在控制台会有如下提示:
W/System.err: java.io.SyncFailedException: fsync failed: EINVAL (Invalid argument)
W/System.err: at java.io.FileDescriptor.sync(FileDescriptor.java:77)
W/System.err: at java.io.FileOutputStream.flush(FileOutputStream.java:194)
W/System.err: at java.io.FilterOutputStream.flush(FilterOutputStream.java:88)
W/System.err: at java.io.DataOutputStream.flush(DataOutputStream.java:63)
The text was updated successfully, but these errors were encountered: