I would like to log application errors to SQLite from this Starter code:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
End Sub
All my SQLite related code is in my B4XMainPage, but I understand that that is not accessible from the Starter service.
In fact...
Sub Button1_Click
For i = 0 To 10
Log(i)
Wait For (test) Complete (result As String)'The process looks something like this.
Log(result)
Next
End Sub
Sub test() As ResumableSub
Dim http As HttpJob
http.Initialize("",Me)...
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.