Raghav Sood schrieb:
Why would you use that when you have a perfectly working LogCat class?
What's wrong with Log.i("value =" + intName);?
Raghav Sood
Sent from my Galaxy Nexus
Nothing wrong, except that it will not compile.
I guess you would need to put:
Log.i(TAG, "value =" + intName);
Bye
--
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