This commit is contained in:
zhongchao
2022-04-06 11:09:01 +08:00
parent cba95d81b9
commit f4aa520f45
9 changed files with 45 additions and 9 deletions

View File

@@ -51,6 +51,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.refreshTraceInfo(map)
}
/**
* 链路Log输出日志开关
*/
fun setTraceLogEnable(enable:Boolean){
devaToolsProviderApi?.setTraceLogEnable(enable)
}
/**
* 获取链路节点信息
*/