Log each upload attempt
This commit is contained in:
parent
50b12aefbd
commit
fb2600d1b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue