interpret IOS native logs

9 views
Skip to first unread message

Mark Bolduc

unread,
Jul 1, 2020, 11:28:54 AM7/1/20
to CodenameOne Discussions
If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA Netbeans 11.3
Desktop OS Windows 10 Pro
Simulator latest
Device IOS

I have received a Internal application error (null pointer exception)
in review of the NativeLogs, stack trace, I do not see where in my code this is occurring.

Can you please look at the stack trace and advise?

Regards.

Dave Dyer

unread,
Jul 1, 2020, 12:13:11 PM7/1/20
to CodenameOne Discussions
You can get better information for this kind of problem is you religiously
include try/catch in all instances of the idiom

 new Runnable() { public void run() { try { <your code> } catch (Throwable e) { <report unexpected errors> }}})

Shai Almog

unread,
Jul 1, 2020, 11:27:47 PM7/1/20
to CodenameOne Discussions
Hi,
there seems to be a bug there. We'll commit a fix for the next update.

Mark Bolduc

unread,
Jul 2, 2020, 7:22:02 AM7/2/20
to CodenameOne Discussions
Thanks.

I firmly believe in try/catch ubiquity.

Stay safe!
Reply all
Reply to author
Forward
0 new messages