提交 3862c044 编写于 作者: W wenlong12

update bytrace warehouse name

Signed-off-by: Nwenlong12 <wenlong12@huawei.com>
Signed-off-by: Nwenlong12 <wwx1097114@DESKTOP-2021EGU.localdomain>
上级 bb61bcab
...@@ -48,7 +48,7 @@ ohos_shared_library("rpc") { ...@@ -48,7 +48,7 @@ ohos_shared_library("rpc") {
] ]
external_deps = [ external_deps = [
"bytrace_standard:bytrace_core", "hitrace_native:hitrace_meter",
"hiviewdfx_hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core", "ipc:ipc_core",
] ]
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "rpc_bytrace_inner.h" #include "rpc_bytrace_inner.h"
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include "bytrace.h" #include "hitrace_meter.h"
using namespace std; using namespace std;
void RpcStartTraceInner(uint64_t label, const char *value) void RpcStartTraceInner(uint64_t label, const char *value)
...@@ -54,4 +54,4 @@ void RpcMiddleTraceInner(uint64_t label, const char *beforeValue, const char *af ...@@ -54,4 +54,4 @@ void RpcMiddleTraceInner(uint64_t label, const char *beforeValue, const char *af
return; return;
} }
MiddleTrace(label, beforeValue, afterValue); MiddleTrace(label, beforeValue, afterValue);
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册