Closed
Description
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.
public boolean isCrashlyticsCollectionEnabled()
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.