mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Improve log
This commit is contained in:
parent
440d01c552
commit
e069e196af
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ internal class InitialSyncResponseParser @Inject constructor(private val moshi:
|
|||
|
||||
fun parse(syncStrategy: InitialSyncStrategy.Optimized, workingFile: File): SyncResponse {
|
||||
val syncResponseLength = workingFile.length().toInt()
|
||||
Timber.v("Sync file size is $syncResponseLength bytes")
|
||||
Timber.v("INIT_SYNC Sync file size is $syncResponseLength bytes")
|
||||
val shouldSplit = syncResponseLength >= syncStrategy.minSizeToSplit
|
||||
Timber.v("INIT_SYNC should split in several files: $shouldSplit")
|
||||
return getMoshi(syncStrategy, workingFile, shouldSplit)
|
||||
|
|
Loading…
Add table
Reference in a new issue