From 669c928a757c4b9c3743bf67e06aa63df1ff5431 Mon Sep 17 00:00:00 2001 From: liaozhaoyan Date: Tue, 11 Jul 2023 10:32:35 +0800 Subject: [PATCH] do not use unity to download btf and ko file. --- source/tools/monitor/unity/collector/btfLoader.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tools/monitor/unity/collector/btfLoader.lua b/source/tools/monitor/unity/collector/btfLoader.lua index c9354b83..f7d4869e 100644 --- a/source/tools/monitor/unity/collector/btfLoader.lua +++ b/source/tools/monitor/unity/collector/btfLoader.lua @@ -70,6 +70,7 @@ local function downKo(path, name, region, machine, release) end function CbtfLoader:_init_(root) + return local distro = utsname.uname() if distro then local release, machine = distro.release, distro.machine -- Gitee