diff --git a/services/abilitymgr/src/insight_intent/insight_intent_rdb_data_mgr.cpp b/services/abilitymgr/src/insight_intent/insight_intent_rdb_data_mgr.cpp index 34594769a1..da1f716d73 100644 --- a/services/abilitymgr/src/insight_intent/insight_intent_rdb_data_mgr.cpp +++ b/services/abilitymgr/src/insight_intent/insight_intent_rdb_data_mgr.cpp @@ -315,6 +315,7 @@ bool InsightIntentRdbDataMgr::QueryAllData(std::unordered_map lock(rdbStoreMutex_); if (!IsIntentRdbLoaded()) { TAG_LOGE(AAFwkTag::INTENT, "null IntentRdbStore"); return;