crashlytics-android
Log Non-fatal errors on Crashlytics
What I do in order to report a non-fatal issue is to log an exception using the following code (remember you can throw any subclass of Exception): Crashlytics.logException(new Exception(“My custom error message”));
ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()
EDIT: Before proceeding to the solution below, please at first update to the latest stable version of fabric gradle tools and check if the problem is fixed. At the time of this edit, some claim that updating to version 1.31.2 has fixed the issue. This seems to be an issue related to version “1.28.0” of … Read more
SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider [closed]
SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider [closed]