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

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