Android Question FATAL ERROR In Debug or Release Mode

4rdn1_s

Member
Hi everyone,

I'm beginning to feel hopeless, please someone tell me what this error mean???, please, please, please

================
Logger connected to: vivo vivo 2007
--------- beginning of crash
FATAL EXCEPTION: main
Process: ObunderPOS.V1, PID: 15694
java.lang.RuntimeException: Unable to create service ObunderPOS.V1.starter: java.lang.RuntimeException: java.net.SocketException: Connection reset
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4558)
at android.app.ActivityThread.access$1700(ActivityThread.java:269)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2185)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:257)
at android.app.ActivityThread.main(ActivityThread.java:8218)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1016)
Caused by: java.lang.RuntimeException: java.net.SocketException: Connection reset
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:164)
at anywheresoftware.b4a.shell.Shell.start(Shell.java:102)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:92)
at ObunderPOS.V1.starter.onCreate(starter.java:34)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4538)
... 8 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:215)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:248)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:288)
at java.io.BufferedInputStream.read(BufferedInputStream.java:347)
at java.io.DataInputStream.readFully(DataInputStream.java:198)
at java.io.DataInputStream.readInt(DataInputStream.java:389)
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:136)
... 12 more
.
.
.
.
--------- beginning of main
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
*** Debugger waiting for connection (0) ***
Compat change id reported: 147798919; UID 10391; state: DISABLED
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
PFP: 0x005ff114, ME: 0x005ff066
mapper 4.x is not supported
mapper 3.x is not supported
Invalid ID 0x00000000.
Not starting debugger since process cannot load the jdwp agent.
Invalid ID 0x00000000.
===================

I thank you very much for your help guys.
 
Top