or you could use logger. I used to toast in beginning to find the flow and as far as the project stuff is related; android gives many API demo :)
On Tue, Mar 15, 2011 at 9:41 AM, Mahavir Jain <[email protected]> wrote: > You can do this in following way: > > 1) Open command prompt. > 2) navigate to the <android-sdk-path>/platform-tools > 3) run "adb logcat" command > 4) In eclipse, run the application in debug mode. > > Regards, > Mahavir > > > On Tue, Mar 15, 2011 at 9:26 AM, kajal patil <[email protected]>wrote: > >> Hi all,. >> I am developing an android application.I used >> system.out.println("message") to display message in logcat.But i did not get >> in logcat.I don't knw that whether system.out.println("message") is correct >> way.I need it for my project.Please kindly suggest solution. >> Thank you. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

