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
将monkey log、logcat 重定向保存
adb shell xxx >log.txt 2>err.txt & logcat -v time -d >logcat.txt
The text was updated successfully, but these errors were encountered:
试过在控制这种格式输入 adb shell xxx >log.txt 2>err.txt & logcat -v time -d >logcat.txt 控制台会报 Logcat command not found,怀疑代码中把&后面截取了啊?确定可以么? 小米6
Sorry, something went wrong.
手工测试那边给我的shell 自己并没有执行过,logcat报错的话, 就只用adb shell xxx >log.txt 2>err.txt 吧
zhangzhao4444
No branches or pull requests
将monkey log、logcat 重定向保存
adb shell xxx >log.txt 2>err.txt & logcat -v time -d >logcat.txt
The text was updated successfully, but these errors were encountered: