diff --git a/en/device-dev/subsystems/figure/dfx-overview.png b/en/device-dev/subsystems/figure/dfx-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..357d87edbaeaff0494573b2b7f35ba2af162ed26 Binary files /dev/null and b/en/device-dev/subsystems/figure/dfx-overview.png differ diff --git a/en/device-dev/subsystems/subsys-dfx-overview.md b/en/device-dev/subsystems/subsys-dfx-overview.md index 246375d40c696fc92a4d4a733543c0b3fd231169..b7487c10632d95533a94b29c78a340fbb808d17c 100644 --- a/en/device-dev/subsystems/subsys-dfx-overview.md +++ b/en/device-dev/subsystems/subsys-dfx-overview.md @@ -5,14 +5,16 @@ The DFX subsystem provides the following functions: - HiLog: implements the logging function. It is applicable to mini-system devices \(reference memory ≥ 128 KiB\), small-system devices \(reference memory ≥ 1 MiB\), and standard-system devices \(reference memory ≥ 128 MB\). - - HiTraceChain: implements distributed call chain tracing. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). +- HiTraceMeter: implements performance trace. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). - HiCollie: implements thread suspension detection. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). - HiSysEvent: implements system event logging. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). -- HiChecker: implements defect scanning. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). - HiDumper: exports system information. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). - FaultLogger: implements crash detection. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). - Hiview: implements device maintenance across different platforms. It is applicable to standard-system devices \(reference memory ≥ 128 MiB\). +- HiAppEvent and HiChecker are only hap developer oriented。 + +![dfx features overview](figure/dfx-overview.png) ## Basic Concepts diff --git a/zh-cn/device-dev/subsystems/figures/dfx-overview.png b/zh-cn/device-dev/subsystems/figures/dfx-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..42ee515131dbf60c56c5eb4abafbc0603e027f0e Binary files /dev/null and b/zh-cn/device-dev/subsystems/figures/dfx-overview.png differ diff --git a/zh-cn/device-dev/subsystems/subsys-dfx-overview.md b/zh-cn/device-dev/subsystems/subsys-dfx-overview.md index 9a5bff06a43d0d4de373c4ae3396eb33f98bf165..c20077d8a63df17583c8634d865668bbea5fa9b8 100644 --- a/zh-cn/device-dev/subsystems/subsys-dfx-overview.md +++ b/zh-cn/device-dev/subsystems/subsys-dfx-overview.md @@ -7,9 +7,7 @@ 提供以下功能: -- HiLog流水日志,标准系统类设备(参考内存≥128MB)适用。 - -- HiLog_Lite轻量化流水日志,轻量系统类设备(参考内存≥128KiB)、小型系统类设备(参考内存≥1MiB)适用。 +- HiLog流水日志,轻量系统类设备(参考内存≥128KiB)、小型系统类设备(参考内存≥1MiB)适用、标准系统类设备(参考内存≥128MB)适用。 - HiTraceChain分布式跟踪,标准系统类设备(参考内存≥128MiB)适用。 @@ -25,6 +23,9 @@ - Hiview插件平台,标准系统类设备(参考内存≥128MB)适用。 +- HiAppEvent应用事件及HiChecker缺陷扫描仅供应用开发者使用。 + +![dfx特性概览](figures/dfx-overview.png) ## 基本概念