Firebase Crashlytics: How to debug non-fatal errors? [closed]

1

Hello! Good afternoon. I have an Android application (developed in Android Studio) that uses the MPAndroid Chart libraries.

Like any chart we want to assemble, we first need to have the data that will make up this chart. When we are using this lib (MPAndroid Chart) and try to construct a graph without data (without entries), by default it displays a "error" message that says there is no data so that it can display some graph. This message looks like this:

Theissueisthatthisproblemisonlyoccurringinsomecasesandbecauseisnotafatalproblem(itdoesnotcrashtheapplication),Ineedtosomehowcollectinformationfrommyuserswhoarereportingthisbuginordertounderstandwhythisproblemoccurs.

Forthis,IthoughtaboutusingCrashlytics.

IfollowedtheofficialFirebasedocumentationstepbysteptobeabletogeneratecustomizedreportsandcaptureinformationthatcouldhelpmetodebugthisproblem.I'veaddedseverallinesofcodelikethis:

Crashlytics.setString("Posts no face pagina 2", user_Likes_ARRAY_page2.toString());

The question is:

I can not see or even find in the Firebase console where I should be able to see these custom logs.

I also can not say if this is the best way to handle non-fatal errors in the application but only in some cases.

Could someone help me, please?

    
asked by anonymous 09.12.2018 / 16:31

0 answers