provider log start interface to ui showing and fix bug of feedbugmanager to stop logcatch
This commit is contained in:
@@ -27,7 +27,7 @@ interface IDevaToolsProvider : IProvider {
|
||||
/**
|
||||
* 停止i抓取日志
|
||||
*/
|
||||
fun stopLogCatch()
|
||||
fun stopLogCatch(logPrefixName: String?)
|
||||
|
||||
/**
|
||||
* 获取链路信息
|
||||
|
||||
@@ -7,6 +7,13 @@ import com.mogo.eagle.core.data.deva.scene.SceneModule
|
||||
*/
|
||||
interface IMoGoDevaToolsListener {
|
||||
|
||||
/**
|
||||
* 日志抓取开始回调
|
||||
*/
|
||||
fun onLogCatchStart(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 日志抓取关闭回调(日志抓取忘记关闭,默认设置时长计时返回)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user