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: