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
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