Android log class can only output a single string message. For printing multiple values, build the message yourself using Java string "+" operator, or Java String.format().
-- Kostya Vasilyev -- http://kmansoft.wordpress.com 04.09.2010 0:00 пользователь "Kumar Bibek" <[email protected]> написал: Sysout, does work for me. I see the output on the Logcat. Logging is a better option though. -Kumar Bibek http://techdroid.kbeanie.com On Sep 3, 2:56 pm, SREEHARI <[email protected]> wrote: > You can use System.out.prin... -- 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

