hi kajal patil
to display a message in logcat you can use:
Log.i("category","message");
don't forget to import android.util.logOn 15 mar, 04:56, 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

