Is it possible to override the package identifier for Crashlytics in an Android app? #3010
Unanswered
scorpiodawg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario where my app has a service with its manifest entry specifying
android:process=":foo"
so that it may run within its own isolated process. If there is a crash within that service inside this secondary process, I'd like it to use a separate package identifier to upload crash data to Firebase Crashlytics. Is this possible (perhaps by overriding the package name in the API?)? I see that the package name defaults to whatever is obtained via the app context:firebase-android-sdk/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/FirebaseCrashlytics.java
Line 67 in a90d3c5
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions