diff --git a/services/samgr/native/source/collect/common_event_collect.cpp b/services/samgr/native/source/collect/common_event_collect.cpp index a0063c696aa1ab6d105a58abc125abf448374e55..dec363103f2fe2a2c3a227cd797768e6798a3a48 100644 --- a/services/samgr/native/source/collect/common_event_collect.cpp +++ b/services/samgr/native/source/collect/common_event_collect.cpp @@ -607,6 +607,7 @@ CommonEventSubscriber::CommonEventSubscriber(const EventFwk::CommonEventSubscrib void CommonEventSubscriber::OnReceiveEvent(const EventFwk::CommonEventData& data) { + SamgrXCollie samgrXCollie("samgr--OnReceiveEvent"); std::string action = data.GetWant().GetAction(); int32_t code = data.GetCode(); auto collect = collect_.promote();