未验证 提交 11df27f2 编写于 作者: O openharmony_ci 提交者: Gitee

!20943 hitrace部件名整改

Merge pull request !20943 from shanghuanni/master
......@@ -134,7 +134,7 @@ The trace data of **StartAsyncTrace** and **FinishAsyncTrace** is matched based
1. Add the build dependencies to the build configuration file **base\hiviewdfx\hitrace\cmd\BUILD.gn**.
```
external_deps = [ "hitrace_native:hitrace_meter"]
external_deps = [ "hitrace:hitrace_meter"]
```
2. Add the header file dependencies.
......@@ -220,10 +220,10 @@ The following is a demo debugging process, where the **StartTrace** and **Finish
ohos_executable("hitrace_example") {
sources = [ "example/hitrace_example.cpp" ]
external_deps = [ "hitrace_native:hitrace_meter" ]
external_deps = [ "hitrace:hitrace_meter" ]
subsystem_name = "hiviewdfx"
part_name = "hitrace_native"
part_name = "hitrace"
}
group("hitrace_target") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册