Android开发使用adb来抓取log
普通抓取
adb shell logcat > logcat.txt
完整抓取
adb logcat -b main -b system -b radio -b events -v time > logcat.txt