[android-developers] runtime error: com.android.internal.os.LoggingPrintStream.println

2011-12-26 Thread John Goche
Hello, I have run across the following strange error message. From within an button's on click listener I call System.out.println(Foo.bar) so as to debug my program and get the following error message: D/AndroidRuntime( 2313): Shutting down VM W/dalvikvm( 2313): threadid=1: thread exiting with

Re: [android-developers] runtime error: com.android.internal.os.LoggingPrintStream.println

2011-12-26 Thread Albert Rosa
It could be due to println not exististing in the packages included with android. I would suggest using Log.w(), Log.e() or Log.n() for logging and viewing points. Not entirely sure why the println doesn't work. Sent via Mobile device... mind the spelling errors I might have rushed! On Dec 26,