0
点赞
收藏
分享

微信扫一扫

android_AndroidStudio排查处理程序崩溃快(速定位错误)

驚鴻飛雪 2022-06-14 阅读 11


文章目录

  • ​​get the information you want to know from the "logcat" view:(what cause the exception/error occer,and where the code has problems:)​​
  • ​​to fast locate the error position,you may use the search function to search the keyWord "caused by:" or "process"​​
  • ​​to reduce the old information to disturb your location work,you could clear the information before you run it again./or you can filter by the date+time.​​

get the information you want to know from the “logcat” view:(what cause the exception/error occer,and where the code has problems:)

android_AndroidStudio排查处理程序崩溃快(速定位错误)_sed

to fast locate the error position,you may use the search function to search the keyWord “caused by:” or “process”

with regex,you can write like :
​​​caused by:|process:​​​android_AndroidStudio排查处理程序崩溃快(速定位错误)_sed_02

to reduce the old information to disturb your location work,you could clear the information before you run it again./or you can filter by the date+time.

android_AndroidStudio排查处理程序崩溃快(速定位错误)_sed_03


举报

相关推荐

0 条评论