Hello,
sometimes I've got a notification that my app crash.
How can I figure out what caused it?
sometimes I've got a notification that my app crash.
How can I figure out what caused it?
Connect to your device with b4a bridge and connect the debugger.
That way you can get the device debug error logs and get a hint of what is causing the crash
But when the app crash I'm not using it. So it isn't connected with usbYou need to read the logs. You can either run your app in debug mode with B4A-Bridge or enable USB debug mode and monitor all logs.