Log each upload attempt

This commit is contained in:
Vishnu Mohandas 2021-02-18 12:49:13 +05:30
parent 50b12aefbd
commit fb2600d1b1

View file

@ -177,6 +177,7 @@ class FileUploader {
try {
// Placing this in the try-catch block to safe guard against: https://github.com/CaiJingLong/flutter_photo_manager/issues/405
_logger.info("Trying to upload " + file.toString());
sourceFile = (await (await file.getAsset()).originFile);
var key;
var isAlreadyUploadedFile = file.uploadedFileID != null;