Home > Mobile >  Android Studio bar at the bottom of the run, logcat, the debug console in the the three places
Android Studio bar at the bottom of the run, logcat, the debug console in the the three places

Time:11-22

The above three places can show log information, what is the difference between each?

CodePudding user response:

Is run in the normal debug runtime is printed, the debug is in a breakpoint debugging runtime print, logcat is as long as you are running now, whether you have any operation, there will be a log print, it should be easy to understand

CodePudding user response:

1/f, beginners reference - Study reply:
is run in the normal debug runtime is printed, the debug is in a breakpoint debugging runtime print, logcat is as long as you are running now, whether you have the operation, there will be a log print, so it should be ok understand


The run shows the current debugging APP log, logcat show is produced by all the APP on the mobile phone log?

CodePudding user response:

refer to the second floor le540850072 response:
Quote: 1/f, reference for beginners to Study response:
is run in the normal debug runtime is printed, the debug is in a breakpoint debugging runtime print, logcat is as long as you are running now, whether you have the operation, there will be a log print, so it should be ok understand


The run shows the current debugging APP log, logcat show is produced by all the APP on the mobile phone log?


If you are running the current APP, logcat is the current APP log, you can open at the same time other APP to see you again the console can increase the log,

CodePudding user response:

beginners reference 3 floor - Study reply:
Quote: refer to the second floor le540850072 response:
Quote: 1/f, reference for beginners to Study response:
is run in the normal debug runtime is printed, the debug is in a breakpoint debugging runtime print, logcat is as long as you are running now, whether you have the operation, there will be a log print, so it should be ok understand


The run shows the current debugging APP log, logcat show is produced by all the APP on the mobile phone log?


If you are running the current APP, logcat log is the current APP, you can open at the same time other APP again see your console can increase the log,


After test, all the APP in the logcat shows the current mobile phone log, of course, this is the logcat under the premise of no filter, can choose a cell phone in the logcat (because the computer can connect to multiple mobile phone itself), you can choose one of a mobile phone APP process,