//将log 保存到当前目录下

adb logcat -v time >a.log

 

//log过滤

adb logcat | grep MyAppName

 

//清除log

adb logcat -c

相关文章: