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 91cf4b6 commit ddb00baCopy full SHA for ddb00ba
matrix-sdk-android/src/androidTest/java/im/vector/matrix/android/common/CommonTestHelper.kt
@@ -44,6 +44,7 @@ import kotlinx.coroutines.runBlocking
44
import org.junit.Assert.assertEquals
45
import org.junit.Assert.assertNotNull
46
import org.junit.Assert.assertTrue
47
+import timber.log.Timber
48
import java.util.ArrayList
49
import java.util.UUID
50
import java.util.concurrent.CountDownLatch
@@ -58,6 +59,8 @@ class CommonTestHelper(context: Context) {
58
59
val matrix: Matrix
60
61
init {
62
+ Timber.plant(Timber.DebugTree())
63
+
64
Matrix.initialize(context, MatrixConfiguration("TestFlavor"))
65
66
matrix = Matrix.getInstance(context)
0 commit comments