# hiviewdfx_hiview_lite
**Repository Path**: cdcoldcode/hiviewdfx_hiview_lite
## Basic Information
- **Project Name**: hiviewdfx_hiview_lite
- **Description**: Basic components of the MCU module in the DFX subsystem | DFX-MCU基础组件
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 112
- **Created**: 2021-04-20
- **Last Updated**: 2021-08-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Hiview介绍
- [简介](#section469617221261)
- [架构](#section15884114210197)
- [相关仓](#section767551120815)
## 简介
提供DFX子系统整体的初始化功能,控制各组件按需启动
## 架构
DFX子系统初始化分为两个阶段:DEVICE\_INIT、CORE\_INIT。
DEVICE\_INIT阶段:
1\) 初始化config模块,初始化DFX子系统核心配置参数(配置开启关闭dump\\event功能)。
2\) 初始化log组件,不能涉及内存动态分配、文件操作能力。
3\) 记录当前DFX子系统的状态信息到config中。
CORE\_INIT阶段:
1\) 根据config的参数,按需初始化log、dump、event及对应的output组件。
2\) 该阶段内存管理、文件系统已经正常启动,可按需申请内存并创建文件。
- [相关仓](#section767551120815)
## 相关仓
[DFX子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/DFX%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
[hiviwdfx\_hilog\_lite](https://gitee.com/openharmony/hiviewdfx_hilog_lite/blob/master/README_zh.md)
**hiviwdfx\_hiview\_lite**
[hiviwdfx\_hievent\_lite](https://gitee.com/openharmony/hiviewdfx_hievent_lite/blob/master/README_zh.md)