From 311f41bc841346935c95f58965c8d515f10584fc Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 28 八月 2024 11:59:49 +0800 Subject: [PATCH] 添加调试日志 --- compare/capture.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compare/capture.go b/compare/capture.go index 71956f7..daed2cc 100644 --- a/compare/capture.go +++ b/compare/capture.go @@ -1,6 +1,7 @@ package compare import ( + "fmt" "sdkCompare/cache" "basic.com/pubsub/protomsg.git" @@ -52,6 +53,7 @@ continue } + fmt.Printf("Walk area %s, cache len %d\n", key, val.GetLen()) targets := val.Walk(DoSdkCompare, fFeature, baseScore) if len(targets) > 0 { // 姣斿缁撴灉鍘婚噸, 鍚屼竴涓汉鍒拌杩囧涓皬鍖�, 缂撳瓨鏁版嵁鍐呬細鏈夊鏉¤褰� -- Gitblit v1.8.0