When any applications runs, we can see logs in eclipse console for example launching browser etc. I just want to read that. Please provide any sample code for reading these console logs in Java.
When any applications runs, we can see logs in eclipse console for example launching
Share
You can try
IConsoleLineTracker. Here is an example implementation.