mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Add logging around database transactions and group recipient creation.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user