[mob][photos] Logging

This commit is contained in:
laurenspriem 2024-05-23 14:35:22 +05:30
parent 7800b7db32
commit a76f3ca1b3

View file

@ -508,6 +508,10 @@ class FaceMlService {
rethrow;
}
}
} else {
_logger.warning(
'Not fetching embeddings because user manually disabled it in debug options',
);
}
final smallerChunks = chunk.chunks(_fileDownloadLimit);
for (final smallestChunk in smallerChunks) {