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 would like an Android API for determining if Crashlytics data collection is enabled similar to the isCrashlyticsCollectionEnabled() API in Swift Project.
Ideally the new function would be part of FirebaseCrashlytics and it would return a boolean indicating if Crashlytics data collection is currently enabled or disabled.
publicbooleanisCrashlyticsCollectionEnabled()
How would you use it?
We want to be able to allow users to easily see whether crash logging is enabled or disabled in our app.
The text was updated successfully, but these errors were encountered:
What feature would you like to see?
We would like an Android API for determining if Crashlytics data collection is enabled similar to the isCrashlyticsCollectionEnabled() API in Swift Project.
Ideally the new function would be part of FirebaseCrashlytics and it would return a boolean indicating if Crashlytics data collection is currently enabled or disabled.
How would you use it?
We want to be able to allow users to easily see whether crash logging is enabled or disabled in our app.
The text was updated successfully, but these errors were encountered: