From 84f1519486cec82cc01d895007e5aadc0de06526 Mon Sep 17 00:00:00 2001 From: shenchenkai Date: Wed, 21 Apr 2021 16:54:40 +0800 Subject: [PATCH] expand HILOG_BUFFER to reduce the probability of hilog loss --- kernel/common/los_hilog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/common/los_hilog.c b/kernel/common/los_hilog.c index 1da79321..8731ad83 100644 --- a/kernel/common/los_hilog.c +++ b/kernel/common/los_hilog.c @@ -39,7 +39,7 @@ #include "los_vm_lock.h" #include "user_copy.h" -#define HILOG_BUFFER 1024 +#define HILOG_BUFFER 4096 #define DRIVER_MODE 0666 #define HILOG_DRIVER "/dev/hilog" -- GitLab