B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("http://google.com")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
ProgressDialogHide
Log(j.GetString.SubString2(0,3998))
End If
In Log
*** Service (httputils2service) Create ***
After some time App going to crash