We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362ff73 commit cf97c09Copy full SHA for cf97c09
core/android/src/main/kotlin/com/walletconnect/android/utils/Timber.kt
@@ -4,7 +4,7 @@ import com.walletconnect.android.BuildConfig
4
import timber.log.Timber
5
6
internal fun plantTimber() {
7
- if (BuildConfig.DEBUG) {
+ if (BuildConfig.BUILD_TYPE == "debug" || BuildConfig.BUILD_TYPE == "internal") {
8
if (Timber.treeCount == 0) {
9
Timber.plant(
10
object : Timber.DebugTree() {
0 commit comments