|
Where does System.out.println() go |
|
|
In an emulator, System.out.println() usually outputs to the emulator console or log. In a real device, it may just get junked. However, some devices echo standard output and standard error to their serial ports, so if you plug in a terminal or terminal emulator, you might be able to see the output.
Related Tips
|
Using mpowerplayer on OS X System.out.println sends output to console.log which is viewable using Console.app (in Applications/Utilities)