Skip to content

Commit cf97c09

Browse files
committed
Enable internal logging
1 parent 362ff73 commit cf97c09

File tree

1 file changed

+1
-1
lines changed
  • core/android/src/main/kotlin/com/walletconnect/android/utils

1 file changed

+1
-1
lines changed

core/android/src/main/kotlin/com/walletconnect/android/utils/Timber.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.walletconnect.android.BuildConfig
44
import timber.log.Timber
55

66
internal fun plantTimber() {
7-
if (BuildConfig.DEBUG) {
7+
if (BuildConfig.BUILD_TYPE == "debug" || BuildConfig.BUILD_TYPE == "internal") {
88
if (Timber.treeCount == 0) {
99
Timber.plant(
1010
object : Timber.DebugTree() {

0 commit comments

Comments
 (0)