Hi,
Noticed Google Play has now updated and now has a Android Vitals, which is a new way in detecting crashes etc. I noticed a few crashes for one of my apps, but can't work out where this error is happening.
Crash 1:
(all 3 pages are the same)
java.io.EOFException
anywheresoftware.b4a.shell.Shell.raiseEventImpl
I am guessing this crash is some timer which caused the crash, but not sure which one?
Crash 2:
java.net.SocketException
anywheresoftware.b4a.shell.ShellConnector.sendControlMessage
I am guessing this was caused by sending data out of the socket? But not sure what caused it? (maybe the socket was closed while it sent the data?
Is there a way to find out what line of code caused the errors or know what function in the app caused it so I can begin troubleshooting the crashs ?
Noticed Google Play has now updated and now has a Android Vitals, which is a new way in detecting crashes etc. I noticed a few crashes for one of my apps, but can't work out where this error is happening.
Crash 1:
(all 3 pages are the same)
java.io.EOFException
anywheresoftware.b4a.shell.Shell.raiseEventImpl
I am guessing this crash is some timer which caused the crash, but not sure which one?
Crash 2:
java.net.SocketException
anywheresoftware.b4a.shell.ShellConnector.sendControlMessage
I am guessing this was caused by sending data out of the socket? But not sure what caused it? (maybe the socket was closed while it sent the data?
Is there a way to find out what line of code caused the errors or know what function in the app caused it so I can begin troubleshooting the crashs ?