[6.1.0] add func of trace log enable and change the msgbox move to datacenter start

This commit is contained in:
zhongchao
2023-10-08 15:31:13 +08:00
parent e33c9894a7
commit 3be5391aca
9 changed files with 52 additions and 4 deletions

View File

@@ -58,6 +58,11 @@ interface IDevaToolsProvider : IProvider {
*/
fun setTraceLogEnable(enable: Boolean)
/**
* 设置链路是否写入preCheck是否执行
*/
fun setTraceEnable(enable: Boolean)
/**
* 获取链路信息
*/