View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#812
Originally Posted by Estel View Post
I tried to run one minor java midlet (used for buying tickets in train), but it closes instantly, without any errors in console or anything.

I know that it's hard ith closed source app, but it makes me curious, as other, more complicated thing (bank tokens, other ticker services) works OK. Is there any way to get more debug info?

/Estel
If you try the MIDlet Settings app, there is a config option to log all
debug output to files. This will create err.txt and out.txt debug files
in your MyDocs folder.

Hope this helps.

Davy