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

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”

with regex,you can write like :
caused by:|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.

在这里插入图片描述

posted @ 2021-06-03 20:15  xuchaoxin1375  阅读(16)  评论(0)    收藏  举报  来源