Lew wrote:
>
>  jb wrote:
>>
>> Most simple approach: 
>>
>> int x; 
>> System.err.println("x="+x); 
>>
>> Will show in LogCat. 
>>
>
> Not normally, no, it won't.
>
> "By default, the Android system sends stdout and stderr (System.out and 
> System.err) output to /dev/null." 
> http://developer.android.com/tools/debugging/debugging-log.html
>
>
Followup: Despite the above documentation, I find that System.out, at 
least, does end up in the logcat.

So it looks like I was wrong.

But this puzzles me. Not that I was wrong - that happens plenty - but that 
the behavior seems 
to contradict the documentation, or vice versa.
 
-- 
Lew

-- 
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

Reply via email to