Android Question Crashlytics question

tigrot

Well-Known Member
Licensed User
Longtime User
Hi Everybody,
I have changed my app to include crashlytics.
I have included everything suggested in https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/
I have activated Crashlytics in Google Console and it stops waiting for a crash.
The APP runs without no problem, in both release and debug mode. When I add the instructions to crash it, it crashes, but the Google Console still waits.
I use AndroidX for SDK.
There must be something I miss...
Regards!
 
D

Deleted member 103

Guest
Hi Everybody,
I have changed my app to include crashlytics.
I have included everything suggested in https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/
I have activated Crashlytics in Google Console and it stops waiting for a crash.
The APP runs without no problem, in both release and debug mode. When I add the instructions to crash it, it crashes, but the Google Console still waits.
I use AndroidX for SDK.
There must be something I miss...
Regards!
you have to wait in google firebase, not google console.
 
Upvote 0

tigrot

Well-Known Member
Licensed User
Longtime User
This is what i see when I get into Firebase Console:

Immagine.jpg
 
Upvote 0
D

Deleted member 103

Guest
I do believe that you have taken all the necessary steps, but check everything again, it must work.
 
Upvote 0

tigrot

Well-Known Member
Licensed User
Longtime User
After many tries i have found that I had mixed released firebase library. I have updated the ones I have seen. Now the app doesn't crash at startup. But the firebase console is still waiting for an error to show.
Tomorrow I'll go on looking for the solution.
Thanks everybody!
 
Upvote 0
Top