diff --git a/common/include/rme_scoped_trace.h b/common/include/rme_scoped_trace.h index 8b32f4b5582f5685a8a5eec041d0217d365e97ea..a840329d764b3e7489f128359a4b0f166b46a0d1 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 c00fccca47ca48455131bde776af9bf7628959c9..14253d089f10ffcddf8e702412f4977cedfb3f21 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 969b3ab031dd4a273b26b40d01bd8ca32d692523..6899f3dd5588389ed5a35f13a25c52563fbc41b0 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", ]