Quickstart-android: Android Firebase Crashlytics displays no crashes for Internal Test Track

Created on 4 Mar 2019  路  5Comments  路  Source: firebase/quickstart-android

Step 1: Describe your environment

  • Android device: Pixel XL

    • Android OS version: 9.0

    • Google Play Services version: 15.0.90

    • Firebase/Play Services SDK version: 16.0.2

    • Crashlytics SDK(com.crashlytics.sdk.android:crashlytics) version : 2.9.9

    • Crashlytics NDK (com.crashlytics.sdk.android:crashlytics-ndk) version : 2.0.5

Step 2: Describe the problem:

How do I see the crashlytics crashes with symbols both for android and native (via NDK).

I am currently on the internal track for the app, as it is under development and not released yet. I also tried publishing to the alpha track and did not make any difference. The app is published as a AAB (android app bundle).
Am I missing any steps to get symbols uploaded?

I also have an issue opened on stackoverflow here : https://stackoverflow.com/questions/54836789/android-firebase-crashlytics-displays-no-crashes-for-internal-test-track

Steps to reproduce:

Integrate crashlytics SDK and NDK in an android app following the instructions here: https://firebase.google.com/docs/crashlytics/get-started#android

Observed Results:

I have firebase crashlytics integrated on a new android app and its currently deployed on internal test track only. I see the internal version tags show in crashlytics but I see no crashes for that those versions.

Are crashlytics logs not available for internal test track? Would they work for alpha (closed) test track?

Relevant Code:

AndroidManifest.xml has

<meta-data android:name="firebase_crashlytics_collection_enabled"  
 android:value="false" />

Initializing as:

Fabric.with(Fabric.Builder(this)
                    .kits(Crashlytics(), CrashlyticsNdk())
                    .build())

in the Application subclass.

Also added:

implementation 'com.crashlytics.sdk.android:crashlytics-ndk:2.0.5' to the build.gradle for crashlytics ndk support. (Assuming the symbols are uploaded automatically with cmake build)

crashlytics closed-by-bot needs-info stale question

Most helpful comment

@google-oss-bot Updated.

All 5 comments

This issue does not seem to follow the issue template. Make sure you provide all the required information.

@google-oss-bot Updated.

@udaysrinath sorry for the slow response here. Can you give more information about the "internal test track"? Does it have the same package name? Is it in the same Firebase project? What are the differences in general


Hey @udaysrinath. We need more information to resolve this issue but there hasn't been an update in 7 days. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!


Since there haven't been any recent updates here, I am going to close this issue.

@udaysrinath if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

charlizesmith picture charlizesmith  路  5Comments

shivamsriva31093 picture shivamsriva31093  路  3Comments

fisache picture fisache  路  4Comments

wellbranding picture wellbranding  路  3Comments

ksachdeva11 picture ksachdeva11  路  4Comments