I would like to parse all logmessages (from other apps too) from inside my app at runtime. Is this somehow possible ?
Just to clarify, I want to get the logmessages without the use of eclipse, adb or any other external tool but my app only.
PS: I am using Android 2.3.
To read logs.. I do something like,
In manifest file add this permission..