mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -372,7 +372,7 @@ int32_t AppExitReasonDataManager::AddAbilityRecoverInfo(uint32_t accessTokenId,
|
||||
|
||||
int32_t AppExitReasonDataManager::DeleteAllRecoverInfoByTokenId(uint32_t tokenId)
|
||||
{
|
||||
TAG_LOGI(AAFwkTag::ABILITYMGR, "tokenId: %{private}u", accessTokenId);
|
||||
TAG_LOGI(AAFwkTag::ABILITYMGR, "tokenId: %{private}u", tokenId);
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(kvStorePtrMutex_);
|
||||
if (!CheckKvStore()) {
|
||||
|
||||
Reference in New Issue
Block a user