![]() |
The Mobile Landscape |
||||||||||||||||||||||||
|
|
www.j2medownload.comMIDPLogger 1. Your MIDlet works perfectly in the emulator....and works perfectly
on a real device. Fantastic! MIDPLogger is really designed to help with scenario (3), although it may well be useful in (4) as well. To help debug issues that exist when running a MIDlet on device, MIDPLogger provides an on-device log file, log writer and log viewer capability. By integrating the MIDPLogger class within your MIDLet, you can write debug/trace information to an on-device database (and also to the console if you like, for when you are running in your emulator). You can browse and otherwise manage the on-device log file using the MIDPLogViewer MIDlet, by adding it to your MIDlet suite.
|