Android Question Crashlytic causes app to freeze after crash

jo1234

Active Member
Licensed User
Longtime User
Hi,
I have tried to implement Crashlytic in my app as described in https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/#content
I added all references, OkHttpUtils2, and the matching google-services.json file.
However, when I trigger an error, the app freezes (I get "App not responding" message after a while) and I do not receive an crash report in Firebase.
I could reproduce this behaviour also when creating a new app and adding the above.

I assume that the default behaviour is to show an error message and then terminate the app.
Any idea what could be the reason that my apps only freeze and do not terminate and report the crash?

Thanks so much,
Johannes

PS: I'm using the current B4A version.
 

Attachments

  • Crashtest.zip
    10.7 KB · Views: 85

jo1234

Active Member
Licensed User
Longtime User
Yes, I'm testing in release mode (obfuscated) on an Android 12 device. Thanks for your help!
 
Upvote 0
Top