1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。 2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。 Close #I3NN7V Signed-off-by: qidechun <qidechun@huawei.com>
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
config BLACKBOX
|
|
bool "Enable BlackBox"
|
|
default y
|
|
help
|
|
Answer Y to enable LiteOS support blackbox
|
|
|
|
config LOG_ROOT_PATH
|
|
string
|
|
default "/storage/data/log" if BLACKBOX
|
|
help
|
|
define the default log path of blackbox |