mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(mobile): Add log when saving asset (#5259)
This commit is contained in:
parent
8c2851fbc4
commit
ff275ea175
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ class ImageViewerService {
|
||||||
}
|
}
|
||||||
return entity != null;
|
return entity != null;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (error, stack) {
|
||||||
debugPrint("Error saving file $e");
|
_log.severe("Error saving file ${error.toString()}", error, stack);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue