How to divide logs between debug and release using crashlytics

Viewed 15

I would like to divide logs between release and debug build variant, but on debug I have crash and application does not load.

Packages

> Task :app:processDebugGoogleServices FAILED
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'com.softwaredevs.learningmanager.debug'

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugGoogleServices'.
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)

I have tried this option: enter image description here

0 Answers
Related