B4A Library Crashlytics - crash reports

Status
Not open for further replies.

tufanv

Expert
Licensed User
Longtime User
Do we need to register to fabric.io site because waited about 10 minutes and crash reports are not coming yet. maybe it takes time.

edit: ok nearly after 10 minutes , they started to come. Thanks !
 
Last edited:
D

Deleted member 103

Guest
The long GUID id should be changed whenever you make a new release. It uniquely identifies the build.
You can change one or more of the hex digits.
Is there an automatism or does it have to be changed manually?
 
D

Deleted member 103

Guest
you can write a b4j app which is called in a custombuildaction which then changes the B4A File (the Manifestpart) using regex for ex. to find the value and change it.
I know, but I prefer programming that in Visual Studio.
 

SMOOTSARA

Active Member
Licensed User
Longtime User


hi


If we use the

B4X:
    Try  
        Dim i As Int = "aaa"
    Catch
        Log(LastException.Message)
    End Try

Will this error be sent to Firebase again?

If the answer is no, how can we send this error to Firebase?

thankyou
 
Last edited:

asales

Expert
Licensed User
Longtime User
Will this error be sent to Firebase again?
I don't see the error in Firebase Console If I use the try..catch.
If the answer is no, how can we send this error to Firebase?
Use the events of Firebase Analitics (I don't know other way):
B4X:
    Catch
        Log(LastException.Message)
        Starter.analytics.SendEvent("FirebaseError", LastException.Message)
 

asales

Expert
Licensed User
Longtime User
Do we still need the Crashlytics class in the project?
No, If you use the new Firebase Crashlytics instructions:
 

SMOOTSARA

Active Member
Licensed User
Longtime User


Hello
Thank you for your guidance

Do we need to add a " Firebase Crashlytics " library
and
 

fishwolf

Well-Known Member
Licensed User
Longtime User
I have enable crash analitics on firebase console, but don't exit from this status (waiting)

 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…