How can I print messages (like a flag) to the Eclipse console (or log) when developing and debugging an Android app
i use below log format for print my content in logCat
Log.e("Msg","What you have to print");