Android Question Understanding why app crash

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
sometimes I've got a notification that my app crash.
How can I figure out what caused it?
 

Cableguy

Expert
Licensed User
Longtime User
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
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
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 I don't have the crash, for example, every 5 minutes...
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
You 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.
But when the app crash I'm not using it. So it isn't connected with usb
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
So I must put some log into the app and see where it crash
 
Upvote 0
Top