How can I get a wider LogCat output than the one from the terminal window? I also want to be able to pause the output so I can actually read something.
My OS is Windows 7 X64.
|
How can I get a wider LogCat output than the one from the terminal window? I also want to be able to pause the output so I can actually read something. My OS is Windows 7 X64. |
||||
|
|
WindowsIts easier, what you can do is this, from the cmd window, LinuxFrom a Linux terminal under a GUI such as KDE/Gnome, using the two utilities combined, found on most distributions, multitail, which is like a
Using Ctrl+S to suspend, then Ctrl+Q to resume the display, and simply mouse scroll the terminal to back-track seeing the logcat output. The other way is this...
The first line above creates a background process by using the As the process is forked into the background, using |
||||
|
|
If you are using LogCat viewer in Eclipse you can click the "Scroll Lock" button to prevent it from automatically scrolling down.
It is the icon on the top right in the screenshot above. |
|||
|
|
|
I don't know what logcat does so I can only guess you should use it the same way you do with any other command that spews out text. Redirect the output to a file you can read in an editor or view with
|
|||
|