react-native-fabric icon indicating copy to clipboard operation
react-native-fabric copied to clipboard

Nothing is logged in Fabric when App Crashes

Open to175 opened this issue 5 years ago • 5 comments

Hi, I have successfully (?) installed Fabric for Android in my React Native App. The app is registered and appears in Fabric. I import Crashlytics from react-native-fabric I did Crashlytics.crash() -> the crash occurs but nothing is logged in Fabric I did Crashlytics.logException() no crash no log. I did Crashlytics.logContentView() nothing happen

How to debug and find out why please ?

ps: I'm using the right version of react-native-fabric, I don't have react-native-crashlitics, is it mandatory ?

Thx !

to175 avatar Sep 19 '18 12:09 to175

I also have the same problem and I try to use firebase crashlytics it also too.

anupong-s avatar Sep 25 '18 02:09 anupong-s

Are you using the release variant of your Android app?

solkaz avatar Oct 17 '18 15:10 solkaz

Same problem. @solkaz yes.

ronilitman avatar Nov 08 '18 12:11 ronilitman

I have a similar problem. Crashlytics.crash(); logs successfully. Crashlytics.logError(); does nothing.

I am running a release version of the app and I've basically set it up like so - 1 button for each function.

AngelVenchev avatar Feb 08 '19 15:02 AngelVenchev

Same here;

Answers.logCustom and Crashlytics.crash works, but Crashlytics.logException doesn't.

"react-native-fabric": "^0.5.2",

rochapablo avatar Jul 24 '19 13:07 rochapablo