Android Question Logcat viewer

wl

Well-Known Member
Licensed User
Longtime User
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 !
 

wl

Well-Known Member
Licensed User
Longtime User
ok thanks.

I guess I can't see it because from Jellybean on (4.1) one needs to have root access on the device ...
 
Upvote 0
Top