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

adb logcat -v time >a.log

 

//log过滤

adb logcat | grep MyAppName

 

//清除log

adb logcat -c

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案