Android Question Service error

jayel

Active Member
Licensed User
Longtime User
Hello,

When I stop the debugger I get following error...

Why is this happening?
Can anybody analyse the error?

Greets,

John Lauwers
 

jayel

Active Member
Licensed User
Longtime User
OK

But what does it mean?

I want to test my app and see the debug output when I disconnect from WIFI.
So I tested with a usb cable direct to my pc.
 
Upvote 0

jayel

Active Member
Licensed User
Longtime User
Hello,

I always have traouble working with services.
I got a pushservice and I close the service in Activity.pause
B4X:
Sub Activity_Resume
    If host.Length > 0 Then
        StartService(PushService)
       
    End If
    GroupIndex = 0
    tmrCheckStatus.Enabled = True
   
End Sub

Sub Activity_Pause (UserClosed As Boolean)
    StopService(PushService)
    tmrCheckStatus.Enabled = False
End Sub

I close my app with a button on top :
B4X:
Sub btnStop_Click
    Activity.Finish
   
End Sub

Why does the pushservice try to start automaticaly?

See error bellow?



Greets

John
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…