Android Question Legacy debug not showing data anymore

Shay

Well-Known Member
Licensed User
Longtime User
any reason why from version 3.5, I don't see anymore crash information etc..
do I need to use rapid in order to get this?
 

Shay

Well-Known Member
Licensed User
Longtime User
I will try
since I cannot compile my app in rapid mode: (also app is not coming up in rapid mode)

this is latest error that I get:
B4X:
LogCat connected to: 0019097d09af6e
--------- beginning of /dev/log/main


--------- beginning of /dev/log/system
Program compiled in debug mode, can only run with debugger attached.


** Service (startup) Create **
java.lang.RuntimeException: Unable to create service smart.gate.startup: java.lang.RuntimeException: java.lang.Exception: Sub service_create signature does not match expected signature.
    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2424)
    at android.app.ActivityThread.access$1700(ActivityThread.java:140)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1319)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:137)
    at android.app.ActivityThread.main(ActivityThread.java:4921)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:511)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1027)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
    at dalvik.system.NativeStart.main(Native Method)
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:158)
    at smart.gate.startup.onCreate(startup.java:45)
    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2414)
    ... 10 more
Caused by: java.lang.Exception: Sub service_create signature does not match expected signature.
    at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:123)
    ... 13 more
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
tried, I wish to correct myself
it is saying nummerformart.. but not saying in which module or line anymore (on the phone)
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
you can even use your code sample above to see you are not getting module name and line
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
but when I send debug ver to some guy, I wish to know which model and line failed not just generic message
this was ok before and now it is not working

regarding the rapid - it will be problematic t send this to you, I have there many services, 1 is also start on boot
(talk to me on private)
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I know that
but it is not returning anymore line code (not in release and not in debug mode)
can you check
 
Upvote 0
Top