I've done a search and the following question has been asked many times, but no answer has ever been given.
None of my System.out.println() messages appear in the SystemOut area of the Diagnostics window.
Anybody got any clues?
Mike
I've done a search and the following question has been asked many times, but no answer has ever been given.
None of my System.out.println() messages appear in the SystemOut area of the Diagnostics window.
Anybody got any clues?
Mike
Yes this is frustrating. In my case, instead of using System.err or System.out I'm logging to a midlet form as there doesn't seem to be anything near to a solution available.
Cheers,
Mario
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hi!
I think I found a workaround to get your System.err and System.out viewable!
Problem:
Apparently the System.out pane in the Diagnostics window does NOT work in the S60 3rd Edition SDK for Symbian OS, Supporting Feature Pack 1, for MIDP.
Solution:
Run the emulator fro the commandline! It will spit out system.err and system.out to the console window.
http://trac.assembla.com/prosciutto/...mbianDebugging
Cheers,
Mario
Hello,
If you wish to send log messages, there's a cool tool called MicroLog:
Official Web site: http://microlog.sourceforge.net/snapshot/.
Simple Tutorial: http://efforts.embedded.ufcg.edu.br/javame/?p=32
All wishes!