From 8635d8247f264022daf99e2bb476a8b1d71bab6f Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Thu, 28 Apr 2022 17:58:10 +0800 Subject: [PATCH] update bytrace warehouse name Signed-off-by: wenlong12 Signed-off-by: wenlong12 --- common/include/rme_scoped_trace.h | 2 +- common/src/rme_scoped_trace.cpp | 2 +- interfaces/innerkits/frameintf/BUILD.gn | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/include/rme_scoped_trace.h b/common/include/rme_scoped_trace.h index 8b32f4b..a840329 100644 --- a/common/include/rme_scoped_trace.h +++ b/common/include/rme_scoped_trace.h @@ -16,7 +16,7 @@ #ifndef RME_SCOPED_TRACE_H #define RME_SCOPED_TRACE_H -#include "bytrace.h" +#include "hitrace_meter.h" #include #include diff --git a/common/src/rme_scoped_trace.cpp b/common/src/rme_scoped_trace.cpp index c00fccc..14253d0 100644 --- a/common/src/rme_scoped_trace.cpp +++ b/common/src/rme_scoped_trace.cpp @@ -15,7 +15,7 @@ #include "rme_scoped_trace.h" -#include +#include #include namespace OHOS { diff --git a/interfaces/innerkits/frameintf/BUILD.gn b/interfaces/innerkits/frameintf/BUILD.gn index 969b3ab..6899f3d 100644 --- a/interfaces/innerkits/frameintf/BUILD.gn +++ b/interfaces/innerkits/frameintf/BUILD.gn @@ -49,8 +49,8 @@ ohos_shared_library("frame_ui_intf") { public_deps = [ "//utils/native/base:utils" ] external_deps = [ - "bytrace_standard:bytrace_core", "dsoftbus_standard:softbus_client", + "hitrace_native:hitrace_meter", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] @@ -92,9 +92,9 @@ ohos_shared_library("frame_msg_intf") { ] external_deps = [ - "bytrace_standard:bytrace_core", "dsoftbus_standard:softbus_client", "eventhandler:libeventhandler", + "hitrace_native:hitrace_meter", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] -- Gitee