provider log start interface to ui showing and fix bug of feedbugmanager to stop logcatch

This commit is contained in:
zhongchao
2022-03-29 14:47:45 +08:00
parent 9cee7a84e7
commit 0d0fa50beb
8 changed files with 47 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ interface IDevaToolsProvider : IProvider {
/**
* 停止i抓取日志
*/
fun stopLogCatch()
fun stopLogCatch(logPrefixName: String?)
/**
* 获取链路信息

View File

@@ -7,6 +7,13 @@ import com.mogo.eagle.core.data.deva.scene.SceneModule
*/
interface IMoGoDevaToolsListener {
/**
* 日志抓取开始回调
*/
fun onLogCatchStart(){
}
/**
* 日志抓取关闭回调(日志抓取忘记关闭,默认设置时长计时返回)
*/