Android ADB 命令总结
参考网址:https://blog.youkuaiyun.com/achirandliu/article/details/59082482
================================
搜集Android 所有Log
adb logcat -c 清理Log
adb logcat > 1212.txt
adb logcat -v time > 1212.txt 带时间
================================
adb uninstall com.**
adb shell rm /sdcard/crash/*.*
adb shell ls /sdcard/crash/