1 Star 0 Fork 100

xuweig93 / hiviewdfx_hiview_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.48 KB
一键复制 编辑 原始数据 按行查看 历史

hiview Module

Overview

The hiview module provides the initialization of the DFX subsystem and controls the startup of each component as required.

Architecture

The DFX initialization consists of two phases: DEVICE_INIT and CORE_INIT.

DEVICE_INIT:

  1. The config component and core configuration parameters (enabling or disabling the dump or event function) of the DFX subsystem are initialized.

  2. The log component is initialized, without involving the dynamic memory allocation and file operation capabilities.

  3. The status information about the current DFX subsystem is written into the config component.

CORE_INIT:

  1. The log, dump, event, and output components are initialized as required based on the parameters of the config component.

  2. Memory management and file system operations are started normally. Memory can be requested and files can be created as required.

Repositories Involved

DFX subsystem

hiviewdfx_hilog_lite

hiviewdfx_hiview_lite

hiviewdfx_hievent_lite

1
https://gitee.com/xuweig93/hiviewdfx_hiview_lite.git
git@gitee.com:xuweig93/hiviewdfx_hiview_lite.git
xuweig93
hiviewdfx_hiview_lite
hiviewdfx_hiview_lite
master

搜索帮助