kernel_liteos_a/kernel/common
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
..
blackbox feat: add blackbox for liteos_a 2021-07-14 09:37:35 +08:00
patchfs fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
Kconfig fix: 关闭jffs和fat后,rootfs配置也被相应关闭,导致nand介质的rootfs不可用。 2021-05-21 17:41:30 +08:00
Makefile fix: 设置qemu默认userfs大小/修改qemu驱动目录 2021-06-26 15:38:19 +08:00
console.c !402 消除编译告警 2021-07-09 08:37:20 +00:00
console.h refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
hwi_shell.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_builddef.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_cir_buf.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_cir_buf_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_config.c !402 消除编译告警 2021-07-09 08:37:20 +00:00
los_config.h refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
los_excinfo.c feat: add blackbox for liteos_a 2021-07-14 09:37:35 +08:00
los_excinfo_pri.h 回退 'Pull Request !401 : 【DFX子系统】【BBoxDetector】LiteOS_A死机重启维测框架' 2021-07-07 10:29:43 +08:00
los_hilog.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
los_hilog.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init.c !278 修复开机概率挂死 2021-06-03 14:50:39 +08:00
los_init.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init_info.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_init_pri.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_magickey.c fix:消除编译告警 2021-07-08 20:30:33 +08:00
los_magickey.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_printf.c chore: add a mini config for qemu arm virt 2021-06-05 17:40:22 +08:00
los_rootfs.c fix: 设置qemu默认userfs大小/修改qemu驱动目录 2021-06-26 15:38:19 +08:00
los_rootfs.h fix: Provide a separate configuration macro for boot environment in RAM. 2021-04-26 19:39:52 +08:00
los_seq_buf.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_seq_buf.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_timer_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
sys_config.h use -include option instead of including menuconfig manually 2021-04-14 17:56:48 +08:00
virtual_serial.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
virtual_serial.h fix: remove redundant headfile 2021-06-19 17:32:47 +08:00