Android split-screen display LogCat and android split-logcat
- There are many interface components in Eclipse, such as file list, editing area, and class structure. There is basically no space to open a Logcat among so many interface components. It is better to split it into two windows.
- Or you have two screens. You want to edit one screen and view logs on one screen.
In short, the goal is to split the Logcat screen.
It is not easy to implement this function in Eclipse. However, you can open a DDMS window to view logcat.
Open the directory of the Android SDK, open/tools/ddms. bat, and then open a separate DDMS window.
Maximize it and enjoy the pleasure of viewing logs on a split screen!
How does android logcat not display logs? How does it display logs ?? How do I set it?
Eclipse-> windows-> show view-> Devices-> click debug.
The Android phone is inserted into the computer, and the logcat in eclipse keeps printing information. How can I normally display the information in logcat?
It may be that some processes in the background of your mobile phone haven't stopped, and the log may also be played by these processes. Clean up the software.