My mistake. Sorry. I was typing on a mobile, and the tag slipped my mind.

Raghav Sood
Sent from my Nexus 7
On Sep 11, 2012 6:26 PM, "Jan Burse" <janbu...@fastmail.fm> wrote:

> 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 
> android-developers@**googlegroups.com<android-developers@googlegroups.com>
> To unsubscribe from this group, send email to
> android-developers+**unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/**group/android-developers?hl=en<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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to