From f85c201906cf2cb012c4ac72ccef477289199912 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Wed, 22 Feb 2023 07:36:58 +0000 Subject: [PATCH] test hilog Signed-off-by: wangtiantian --- services/hilogd/etc/hilogd.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/hilogd/etc/hilogd.cfg b/services/hilogd/etc/hilogd.cfg index 0cd5bd3..11be54a 100644 --- a/services/hilogd/etc/hilogd.cfg +++ b/services/hilogd/etc/hilogd.cfg @@ -4,6 +4,12 @@ "cmds" : [ "write /proc/sys/net/unix/max_dgram_qlen 600" ] + }, { + "name" : "post-fs-data", + "cmds" : [ + "exec /system/bin/hilog -w start -n 50", + "exec /system/bin/hilog -w start -t kmsg" + ] }, { "name" : "services:hilogd", "cmds" : [ -- Gitee