From 216a2ad31414ff7fdc9f11b7a363d5a4f13a4afe Mon Sep 17 00:00:00 2001 From: yqx Date: Thu, 24 Aug 2023 09:07:19 +0800 Subject: [PATCH] =?UTF-8?q?ossre=5Fclient=20-p=20=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E6=A3=80=E6=9F=A5dmesg=E6=96=87=E4=BB=B6=E6=97=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tools/combine/ossre_client/ossre_set/vmcore/parse_panic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tools/combine/ossre_client/ossre_set/vmcore/parse_panic.py b/source/tools/combine/ossre_client/ossre_set/vmcore/parse_panic.py index 2b58b749..69e0736f 100644 --- a/source/tools/combine/ossre_client/ossre_set/vmcore/parse_panic.py +++ b/source/tools/combine/ossre_client/ossre_set/vmcore/parse_panic.py @@ -434,6 +434,7 @@ def query(sn, data, log_file="", crashonly=0): result = {} filepath = subdir + os.sep + file if os.path.isfile(filepath) and filepath.endswith('-dmesg.txt'): + column = {} init_column(column) column['filename'] = filepath column['ver'] = '' -- Gitee