[2.13.0-arch-opt] remove unuse code and add trace log

This commit is contained in:
zhongchao
2023-02-22 19:10:03 +08:00
parent 088be3f4fb
commit dbb62bbe04
9 changed files with 29 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
package com.mogo.functions.test
import android.os.Debug
import android.util.Log
import androidx.test.core.app.ActivityScenario
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.LargeTest
@@ -30,7 +29,6 @@ class RxJavaBackPressureTest {
fun before() {
launch = ActivityScenario.launch(MainLauncherActivity::class.java)
RxJavaPlugins.setErrorHandler {
Log.e("RxJava2", it.message, it)
}
}