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.
2 parents 362ff73 + cf97c09 commit bcf2c4cCopy full SHA for bcf2c4c
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