Do you mean try/catch?
That should work just log the exception e.g.:

catch(Throwable t) {
    Log.e(t);
}


instead of 

catch(Throwable t) {}


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/365928b6-5300-463a-9c56-4bf90d380d49%40googlegroups.com.

Reply via email to