mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add small logging to attachment finalization process.
This commit is contained in:
@@ -947,6 +947,8 @@ class AttachmentTable(
|
||||
.where("$ID = ?", attachmentId.id)
|
||||
.run()
|
||||
|
||||
Log.i(TAG, "[finalizeAttachmentAfterDownload] Finalized downloaded data for $attachmentId. (MessageId: $mmsId, $attachmentId)")
|
||||
|
||||
hashMatch != null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user