mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Increase logging around attachment compression/upload job lifecycle.
This commit is contained in:
@@ -1044,6 +1044,7 @@ class AttachmentTable(
|
||||
|
||||
@Throws(MmsException::class)
|
||||
fun insertAttachmentForPreUpload(attachment: Attachment): DatabaseAttachment {
|
||||
Log.d(TAG, "Inserting attachment $attachment for pre-upload.")
|
||||
val result = insertAttachmentsForMessage(PREUPLOAD_MESSAGE_ID, listOf(attachment), emptyList())
|
||||
|
||||
if (result.values.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user