From ebe9a09ca3fae8f2345eb1cdf688b2e9f54d2253 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Thu, 24 Feb 2022 15:24:58 +0800 Subject: [PATCH] udpated docs Signed-off-by: wusongqing --- en/device-dev/subsystems/Readme-EN.md | 8 ++++++++ en/device-dev/subsystems/subsys-dfx-hisysevent.md | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/en/device-dev/subsystems/Readme-EN.md b/en/device-dev/subsystems/Readme-EN.md index f695eec2f4..56c4a6349f 100644 --- a/en/device-dev/subsystems/Readme-EN.md +++ b/en/device-dev/subsystems/Readme-EN.md @@ -3,6 +3,7 @@ - [Compilation and Building](subsys-build.md) - [Building Guidelines for Mini and Small Systems](subsys-build-mini-lite.md) - [Building Guidelines for Standard Systems](subsys-build-standard-large.md) + - [Build System Coding Specifications and Best Practices](subsys-build-gn-coding-style-and-best-practice.md) - [Distributed Remote Startup](subsys-remote-start.md) - [Graphics](subsys-graphics.md) - [Graphics](subsys-graphics-overview.md) @@ -81,7 +82,14 @@ - [DFX](subsys-dfx-overview.md) - [Development Guidelines on HiLog ](subsys-dfx-hilog-rich.md) - [Development Guidelines on HiLog\_Lite](subsys-dfx-hilog-lite.md) + - [HiTrace Development](subsys-dfx-hitrace.md) + - [HiCollie Development](subsys-dfx-hicollie.md) - [Development Guidelines on HiSysEvent](subsys-dfx-hisysevent.md) + - [HiSysEvent Development](subsys-dfx-hisysevent.md) + - [HiSysEvent Logging](subsys-dfx-hisysevent-logging.md) + - [HiSysEvent Listening](subsys-dfx-hisysevent-listening.md) + - [HiSysEvent Query](subsys-dfx-hisysevent-querying.md) + - [HiSysEvent Tool Usage](subsys-dfx-hisysevent-tool.md) - [R&D Tools](subsys-toolchain.md) - [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md) - [hdc\_std Usage Guidelines](subsys-toolchain-hdc-guide.md) diff --git a/en/device-dev/subsystems/subsys-dfx-hisysevent.md b/en/device-dev/subsystems/subsys-dfx-hisysevent.md index f72fee3635..38fe0b8f89 100644 --- a/en/device-dev/subsystems/subsys-dfx-hisysevent.md +++ b/en/device-dev/subsystems/subsys-dfx-hisysevent.md @@ -1,6 +1,4 @@ -# DHiSysEvent Development - -- **[HiSysEvent Logging Configuration](subsys-dfx-hisysevent-logging-config.md)** +# HiSysEvent Development - **[HiSysEvent Logging](subsys-dfx-hisysevent-logging.md)** -- GitLab