1、 adb shell ps | findstr systemui
adb shell kill -9 xxxx(pid
4、 adb logcat -c
adb logcat -v time >e:\log.txt 保存log
5、grep -wnrs keyword
本文共 183 字,大约阅读时间需要 1 分钟。
1、 adb shell ps | findstr systemui
adb shell kill -9 xxxx(pid
4、 adb logcat -c
adb logcat -v time >e:\log.txt 保存log
5、grep -wnrs keyword
转载于:https://my.oschina.net/sfshine/blog/769822