android studio 调试的时候,app闪退重启,logcat的红色log就看不到了,刷新变成app重启后的log,求问怎么看。
认证高级PHP讲师
Show only selected application drop-down box selects no filters verbose drop-down box selects Error
First open androidStudio before running the project, as shown in the picture:
Open the View breakpoints panel. To add
Search for null pointer errors + certain errors you might think are happening
Click ok
Then use debug run
The program will pause before you crash. If you have any other questions, you can ask me
Select the Show only selected application drop-down box and select No filters to see it
Show only selected application drop-down box selects no filters
verbose drop-down box selects Error
First open androidStudio before running the project, as shown in the picture:
Open the View breakpoints panel. To add
Search for null pointer errors + certain errors you might think are happening
Click ok
Then use debug run
The program will pause before you crash. If you have any other questions, you can ask me
Select the Show only selected application drop-down box and select No filters to see it