文章目录
- 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:)
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.