Crashlytics does not send crash

After the project was launched, the application was not added to the dashboard.

I launched the project on an android SDK with the same package name. After that, the application was added to the dashboard.

Events such as “sendCustomEvent” work. But the crash still is not sent. Does anyone know the solution?

let me look into this

Just an update I have been looking at this for a while, still trying to figure out what is going on.

I just got an email saying 30 crash were reported today. I was testing using a new version of the plugin. The new version is out and this should be fixed. 

screen.pngStill not sent the crash. The plugin loaded. But the truth fabric.lua plugin has an old date change. 

The fabric.lua has not changed, fabric.java has changed on Android. That’s odd, try in your dashboard changing to all events on crashlytics. 

Screen%20Shot%202017-09-15%20at%2012.18.

Interesting. On the “Latest Relay” tab, crashes are displayed. But on the “Crashlytics” tab they are still not displayed.

3.png 2.png

Try changing your time

As 7 day to 60 minutes

I made a mistake. it seems it’s just circles. Well, now I’ll try to change the time.

Nothing

4.jpg

When did you send the crash?

First, you have to rebuild your app.

Second, you have to send a crash 

example:

fabric.recordError("test1", 104)

Less than 60 minutes. At 24 hours the same situation. 

I even reinstalled the application. 

Now I’ll try use your code.

Сrashes are still not displayed.

After use “recordError” in the logs the following messages appear:

D / Fabric (23774): Crashlytics is logging non-fatal exception "java.lang.Exception: Code: 104.0, Description: test1" from thread GLThread 628 D / Fabric (23774): No log data to include with this event.

Also, there is still the following exception in the logs:

E/Fabric  (23774): Error performing auto configuration. E/Fabric  (23774): java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Invalid format of fabric file,fabric/ E/Fabric  (23774): at java.util.concurrent.FutureTask.report(FutureTask.java:93) E/Fabric  (23774): at java.util.concurrent.FutureTask.get(FutureTask.java:163) E/Fabric  (23774): at io.fabric.sdk.android.Onboarding.doInBackground(Onboarding.java:105) E/Fabric  (23774): at io.fabric.sdk.android.Onboarding.doInBackground(Onboarding.java:45) E/Fabric  (23774): at io.fabric.sdk.android.InitializationTask.doInBackground(InitializationTask.java:63) E/Fabric  (23774): at io.fabric.sdk.android.InitializationTask.doInBackground(InitializationTask.java:28) E/Fabric  (23774): at io.fabric.sdk.android.services.concurrency.AsyncTask$2.call(AsyncTask.java:311) E/Fabric  (23774): at java.util.concurrent.FutureTask.run(FutureTask.java:237) E/Fabric  (23774): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422) E/Fabric  (23774): at java.util.concurrent.FutureTask.run(FutureTask.java:237) E/Fabric  (23774): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) E/Fabric  (23774): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) E/Fabric  (23774): at java.lang.Thread.run(Thread.java:841) E/Fabric  (23774): Caused by: java.lang.IllegalStateException: Invalid format of fabric file,fabric/ E/Fabric  (23774): at io.fabric.sdk.android.FabricKitsFinder.loadKitInfo(FabricKitsFinder.java:91) E/Fabric  (23774): at io.fabric.sdk.android.FabricKitsFinder.call(FabricKitsFinder.java:58) E/Fabric  (23774): at io.fabric.sdk.android.FabricKitsFinder.call(FabricKitsFinder.java:35) E/Fabric  (23774): ... 4 more
  1. use all events, recordError records a non fatal crash

  2. You are going to need to post a sample

  1. It seems to be working

Does not work. I wrote you a personal message with a login password from the test account.

Check your test account, it sends a nonfatal crash. I did not change anything in your sample, I did change the package name to the package name on your fabric test2 app. I did notice a bug

fabric.sendCrash()

should be 

fabric.sendCrash(“a string”)