Tuesday, September 11, 2012

Re: [android-developers] Re: print integer value in logcat.

That is not an advantage, and the concomitant loss of information is a disadvantage.

bob wrote:

This way he only has to specify one parameter.

On Monday, September 10, 2012 8:22:08 AM UTC-5, Raghav Sood wrote:

Why would you use that when you have a perfectly working LogCat class?

What's wrong with Log.i("value =" + intName);?

 "Jan Burse" wrote:

Most simple approach:

int x;
System.err.println("x="+x);

Will show in LogCat.

mohammed Nuhail schrieb:
How to print integer value in LogCat ?
 

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment