Log trace when sync is called

This commit is contained in:
Vishnu Mohandas 2021-02-19 14:53:39 +05:30
parent 404cf4f94f
commit 67e60606ea

View file

@ -139,6 +139,7 @@ class SyncService {
}
Future<void> _doSync({bool isAppInBackground = false}) async {
_logger.info("Doing sync", Error(), StackTrace.current);
final existingLocalFileIDs = await _db.getExistingLocalFileIDs();
final syncStartTime = DateTime.now().microsecondsSinceEpoch;
if (isAppInBackground) {