[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

@@ -84,6 +84,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.setTraceLogEnable(enable)
}
/**
* 链路是否写入,preCheck是否开启
*/
fun setTraceEnable(enable: Boolean) {
devaToolsProviderApi?.setTraceEnable(enable)
}
/**
* 获取链路节点信息
*/