diff --git a/services/samgr/native/source/collect/common_event_collect.cpp b/services/samgr/native/source/collect/common_event_collect.cpp index 2bb8bcb3411a2747154dd09d3349dad5c4aaff8e..534966438e5a504906276b1a8870580ea989964f 100644 --- a/services/samgr/native/source/collect/common_event_collect.cpp +++ b/services/samgr/native/source/collect/common_event_collect.cpp @@ -559,6 +559,7 @@ void CommonEventCollect::StartReclaimIpcThreadWork(const EventFwk::CommonEventDa } if (isTrigger && !isTriggerTaskStart_.exchange(true)) { + isCancel_ = false; SendKernalReclaimIpcThread(); } }