Add logging around database transactions and group recipient creation.

This commit is contained in:
Greyson Parrelli
2023-10-30 09:36:20 -04:00
parent b8d229e58e
commit ea0c3dbe5a
2 changed files with 4 additions and 0 deletions

View File

@@ -607,6 +607,8 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
Log.w(TAG, "Failed to update newly-created record for $recipientId")
}
Log.i(TAG, "Group $groupId was newly-inserted as $recipientId")
return recipientId
}
}