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
Integrate crashlytics SDK and NDK in an android app following the instructions here: https://firebase.google.com/docs/crashlytics/get-started#android
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?
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)
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.
Most helpful comment
@google-oss-bot Updated.