[fea]
[recode]
This commit is contained in:
yangyakun
2024-12-18 10:07:16 +08:00
parent c2593a8766
commit 1a55b23e03
2 changed files with 2 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ object TicketModel {
}
emitterMain?.onNext(Pair(0,0))
d(TAG, "线路或者站点")
d(TAG, "线路或者站点")
}

View File

@@ -72,7 +72,6 @@ import com.mogo.och.unmanned.taxi.constant.TaxiUnmannedConst
import com.mogo.och.unmanned.taxi.constant.TaxiUnmannedConst.Companion.BUSINESSTYPE
import com.mogo.och.unmanned.taxi.network.TaxiTaskWithOrderServiceManager
import com.mogo.och.unmanned.taxi.ui.debug.DebugView
import com.mogo.och.unmanned.taxi.utils.RxJavaUtils
import com.zhjt.service.chain.ChainLog
import io.reactivex.Observable
import io.reactivex.android.schedulers.AndroidSchedulers
@@ -195,7 +194,7 @@ object TaxiTaskModel {
fun init() {
initListeners()
RxJavaUtils.setErrorHandler(TAG)
RxUtils.errCatch()
}
fun release() {