Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FirebaseCrashlytics: Send to Reports Endpoint for non-native reports disabled

I connected FirebaseCrashlytics as described here for Android. Then I tried to send a test exception and got these lines in the FirebaseCrashlitycs log:

...
FirebaseCrashlytics: Attempting to send crash report at time of crash...
FirebaseCrashlytics: Send to Reports Endpoint for non-native reports disabled. Removing Reports Uploader report.
...

No crash events appeared in the FirebaseConsole during 2 hours. What does it mean - "Send to Reports Endpoint for non-native reports disabled.", how to fix that?

like image 558
Maxim Firsoff Avatar asked Sep 04 '20 06:09

Maxim Firsoff


2 Answers

The problem was in AndroidStudio cache, "invalidate cache & restart" got helped me.

like image 199
Maxim Firsoff Avatar answered Oct 19 '22 12:10

Maxim Firsoff


Are you using android emulator? I'm facing this issue when use emulator created on the AVD Manager of Android Studio - Pixel 2 API 22 Lollipop. When i testing on real device - Android 10 api 29 - works fine.

I facing issues for send crash to firebase crashlytics for a week, (i changed version of all dependencies and sdk many times) but today, after contact support and try force crash sometimes( the only thing that i made of diferent, suggested by them, was activate debugger mode in logcat ) the project magically sended a crash to console.

EDIT: The sugestion of @Maxim Firsoff works fine for me on another project too (in android emulator).

like image 3
Wellington Brito Avatar answered Oct 19 '22 12:10

Wellington Brito