From fef87f5da86ea491bfa521f12a370e28ae415bb8 Mon Sep 17 00:00:00 2001 From: hw_llm Date: Mon, 19 Aug 2024 11:04:32 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=20bca2645=20from=20https://gitee.?= =?UTF-8?q?com/hw=5Fllm/kernel=5Fliteos=5Fa/pulls/1210=20cherry=20pick=202?= =?UTF-8?q?ac53f2=20from=20https://gitee.com/hw=5Fllm/kernel=5Fliteos=5Fa/?= =?UTF-8?q?pulls/1209=20Description:=20shell=20lk=20=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20IssueNo:=20https://gitee.com/openharmony/k?= =?UTF-8?q?ernel=5Fliteos=5Fa/issues/IAKVF0=20Feature=20Or=20Bugfix:=20Fea?= =?UTF-8?q?ture=20Binary=20Source:=20No=20Signed-off-by:=20hw=5Fllm=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/full/src/base/shell_lk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/full/src/base/shell_lk.c b/shell/full/src/base/shell_lk.c index 23772d24..1811dfb8 100644 --- a/shell/full/src/base/shell_lk.c +++ b/shell/full/src/base/shell_lk.c @@ -154,7 +154,6 @@ INT32 CmdLog(INT32 argc, const CHAR **argv) PRINTK("not support yet\n"); } } else if (!strncmp(argv[0], "path", strlen(argv[0]) + 1)) { - OsLkLogFileSet(argv[1]); PRINTK("not support yet\n"); } else { PRINTK("Usage: log level \n");