You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an android app and are trying to use crashlytics.
We already have an android crashlytics linked app in our org (not written in flash) so we have an API key. We used that one in the android manifest. It is getting read correctly, but we are not seeing any data in the crashlytics / fabric dashboard.
This is what I see in the logcat:
03-15 11:18:48.386 12314 12314 D Fabric : Build ID is: 964B963A-E397-44CE-BEDD-207C42AB1D6C
03-15 11:18:48.389 12314 12314 I CrashlyticsCore: Initializing Crashlytics 2.5.0.20
03-15 11:18:48.393 12314 12314 D CrashlyticsCore: Installer package name is: null
03-15 11:18:48.430 12314 12314 D CrashlyticsCore: Exception handling initialization successful
03-15 11:18:48.431 12314 12314 D Fabric : Initializing io.fabric.sdk.android:fabric [Version: 1.4.1.19], with the following kits:
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:answers [Version: 1.4.1.19]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:beta [Version: 1.2.7.19]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:crashlytics [Version: 2.8.0.20]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android.crashlytics-core [Version: 2.5.0.20]
03-15 11:18:48.431 12314 12314 D Fabric :
03-15 11:18:48.433 12314 12314 I air.com.supermechs.superapp: [Crashlytics] Crashlytics 2.8.0.20 initialized with API key e370xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The line that worries me is
03-15 11:18:48.393 12314 12314 D CrashlyticsCore: Installer package name is: null
Does that mean anything? What's wrong?
The text was updated successfully, but these errors were encountered:
Hi,
We have an android app and are trying to use crashlytics.
We already have an android crashlytics linked app in our org (not written in flash) so we have an API key. We used that one in the android manifest. It is getting read correctly, but we are not seeing any data in the crashlytics / fabric dashboard.
This is what I see in the logcat:
03-15 11:18:48.386 12314 12314 D Fabric : Build ID is: 964B963A-E397-44CE-BEDD-207C42AB1D6C
03-15 11:18:48.389 12314 12314 I CrashlyticsCore: Initializing Crashlytics 2.5.0.20
03-15 11:18:48.393 12314 12314 D CrashlyticsCore: Installer package name is: null
03-15 11:18:48.430 12314 12314 D CrashlyticsCore: Exception handling initialization successful
03-15 11:18:48.431 12314 12314 D Fabric : Initializing io.fabric.sdk.android:fabric [Version: 1.4.1.19], with the following kits:
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:answers [Version: 1.4.1.19]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:beta [Version: 1.2.7.19]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android:crashlytics [Version: 2.8.0.20]
03-15 11:18:48.431 12314 12314 D Fabric : com.crashlytics.sdk.android.crashlytics-core [Version: 2.5.0.20]
03-15 11:18:48.431 12314 12314 D Fabric :
03-15 11:18:48.433 12314 12314 I air.com.supermechs.superapp: [Crashlytics] Crashlytics 2.8.0.20 initialized with API key e370xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The line that worries me is
03-15 11:18:48.393 12314 12314 D CrashlyticsCore: Installer package name is: null
Does that mean anything? What's wrong?
The text was updated successfully, but these errors were encountered: