Log trace when sync is called
This commit is contained in:
parent
404cf4f94f
commit
67e60606ea
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue