mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
[mob] Log file details on decryption Error
This commit is contained in:
@@ -184,7 +184,7 @@ Future<void> _downloadAndDecryptThumbnail(FileDownloadItem item) async {
|
||||
CryptoUtil.base642bin(file.thumbnailDecryptionHeader!),
|
||||
);
|
||||
} catch (e, s) {
|
||||
_logger.severe("Failed to decrypt thumbnail", e, s);
|
||||
_logger.severe("Failed to decrypt thumbnail ${item.file.toString()}", e, s);
|
||||
item.completer.completeError(e);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user