This commit is contained in:
zhongchao
2022-03-11 19:52:39 +08:00
parent 1e4b69fbd6
commit 4554986f52
350 changed files with 697 additions and 42194 deletions

View File

@@ -2,7 +2,7 @@ package com.mogo.eagle.core.function.api.devatools
import android.view.View
import com.mogo.eagle.core.data.autopilot.AutoPilotRecordResult
import com.mogo.eagle.core.data.chain.ChainLogParam
import com.mogo.eagle.core.data.deva.chain.ChainLogParam
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
/**
@@ -16,7 +16,7 @@ interface IDevaToolsProvider : IMoGoFunctionServerProvider {
fun stopLogCatch()
fun getTraceInfo():HashMap<Int, ChainLogParam>
fun getTraceInfo(): HashMap<Int, ChainLogParam>
fun refreshTraceInfo(map: HashMap<Int, ChainLogParam>)

View File

@@ -0,0 +1,7 @@
package com.mogo.eagle.core.function.api.dispatch
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IDispatchProvider : IMoGoFunctionServerProvider {
}