Add small logging to attachment finalization process.

This commit is contained in:
Nicholas Tinsley
2024-08-23 16:18:11 -04:00
parent f1bf6105ea
commit 4354a9ff5e
2 changed files with 19 additions and 2 deletions

View File

@@ -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
}