Is it possible to display the log messages (which I print using android.util.Log) on screen in an Android application?
android.util.Log
Is there any other better method
Yes zero4
what you are attempting to do is dropping 'logcat' comand on android shell & getting command output as output stream.This link will help you.