kernel_liteos_a/kernel/base/misc
qidechun a195aac9fb feat: add blackbox for liteos_a
1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。
2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。
3、BBOX特性默认关闭,若想使用此特性,请在内核配置文件中增加如下编译选项:
LOSCFG_BLACKBOX=y
LOSCFG_SAVE_EXCINFO=y
LOSCFG_SAVE_EXCINFO可以帮助抓取更多的故障日志。
4、若已经打开BBOX特性,想快速验证此特性,请添加如下编译选项:
LOSCFG_HIDUMPER=y

Close #I406NP

Signed-off-by: qidechun <qidechun@huawei.com>
2021-07-14 09:37:35 +08:00
..
kill_shellcmd.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_misc.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_stackinfo.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
mempt_shellcmd.c refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
panic_shellcmd.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
swtmr_shellcmd.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
sysinfo_shellcmd.c refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
task_shellcmd.c feat: add blackbox for liteos_a 2021-07-14 09:37:35 +08:00
vm_shellcmd.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00