Hello,
When I stop the debugger I get following error...
Why is this happening?
Can anybody analyse the error?
Greets,
John Lauwers
When I stop the debugger I get following error...
tsh_output : 000000000000000000
0.0.0.0 0 0 0 0
** Service (pushservice) Destroy **
Program compiled in debug mode, can only run with debugger attached.
** Service (pushservice) Create **
java.lang.RuntimeException: Unable to create service be.robotronic.robolink.pushservice: java.lang.RuntimeException: java.lang.Exception: Sub service_create signature does not match expected signature.
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3284)
at android.app.ActivityThread.access$1900(ActivityThread.java:181)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1559)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6134)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194)
Caused by: java.lang.RuntimeException: java.lang.Exception: Sub service_create signature does not match expected signature.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:148)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:171)
at be.robotronic.robolink.pushservice.onCreate(pushservice.java:46)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3274)
... 9 more
Caused by: java.lang.Exception: Sub service_create signature does not match expected signature.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:123)
... 12 more
Program compiled in debug mode, can only run with debugger attached.
** Service (pushservice) Create **
java.lang.RuntimeException: Unable to create service be.robotronic.robolink.pushservice: java.lang.RuntimeException: java.lang.Exception: Sub service_create signature does not match expected signature.
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3284)
at android.app.ActivityThread.access$1900(ActivityThread.java:181)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1559)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6134)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194)
Caused by: java.lang.RuntimeException: java.lang.Exception: Sub service_create signature does not match expected signature.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:148)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:171)
at be.robotronic.robolink.pushservice.onCreate(pushservice.java:46)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3274)
... 9 more
Caused by: java.lang.Exception: Sub service_create signature does not match expected signature.
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:123)
... 12 more
Why is this happening?
Can anybody analyse the error?
Greets,
John Lauwers