You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
412 B
15 lines
412 B
1 year ago
|
config HILOG
|
||
|
tristate "Hilog support"
|
||
|
default y
|
||
|
help
|
||
|
hilog buffer manager.
|
||
|
|
||
|
Hilog is a simple log manager for OpenHarmonyOS.
|
||
|
log string write to /dev/hilog, and the hilog driver copy it
|
||
|
to the ring buffer. Ring buffer can be read from userspace.
|
||
|
|
||
|
config HILOG_BUFFER_SIZE
|
||
|
int "hilog buffer size"
|
||
|
default 4096
|
||
|
help
|
||
|
Define the default ring buffer size of hilog
|