While working on a socket client application I regularly use the logs to write debug info to.
However, it would be helpful to be able to read the logs on the Android device itself.
I downloaded and tried a few Logcat viewer apps but don't succeed in finding the log lines I write in my application (and which I can see in the viewer in the IDE). Which would be the filter I need.
I installed the debug version on the device (does the Release version include the log info as well BTW ?)
Thanks !
However, it would be helpful to be able to read the logs on the Android device itself.
I downloaded and tried a few Logcat viewer apps but don't succeed in finding the log lines I write in my application (and which I can see in the viewer in the IDE). Which would be the filter I need.
I installed the debug version on the device (does the Release version include the log info as well BTW ?)
Thanks !