some of my applications when they break show a msgbx indicating abnormal end, iinstead of showing the line of Java code where the error occurred.
As this behavior is controlled?
Thanks
John Rossati
1. Which version of B4A are you using?
2. Make sure that the Starter service is there and that Application_Error is implemented:
B4X:
'Return true to allow the OS default exceptions handler to handle the uncaught exception.
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
Return True
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.