application_error

  1. nima66

    B4J Question Handling errors in the Application_Error event

    Does b4j have an event similar to b4a for errors that occur anywhere in the application? Sub Application_Error (Error As Exception, StackTrace As String) As Boolean Because I want to store the error in the server database. That way I can fix the problem in the next update.
  2. yo3ggx

    Android Question When app crashes, is not fully closed

    Hello, I have an application that runs some code in a service (to allow running in the background). When the application crashes, Android shows it as open. I try to use in Starter service Sub Application_Error (Error As Exception, StackTrace As String) As Boolean ExitApplication Return...
Top