Skip to content

Commit fc0ff7e

Browse files
committed
add logs
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent c9923a5 commit fc0ff7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/nextcloud/client/jobs/FilesSyncWork.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ class FilesSyncWork(
185185
Log_OC.d(TAG, "AutoUpload calculatedScanInterval: $calculatedScanInterval")
186186
Log_OC.d(TAG, "AutoUpload totalScanInterval: $totalScanInterval")
187187
Log_OC.d(TAG, "AutoUpload currentTime: $currentTime")
188+
Log_OC.d(TAG, "AutoUpload passedScanInterval: $passedScanInterval")
188189

189190
if (!passedScanInterval && changedFiles.isNullOrEmpty() && !overridePowerSaving) {
190191
Log_OC.w(

0 commit comments

Comments
 (0)