File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
AudioCoder/src/main/java/org/operatorfoundation/audiocoder Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package org.operatorfoundation.audiocoder
33import org.operatorfoundation.audiocoder.WSPRBandplan.getDefaultFrequency
44import org.operatorfoundation.audiocoder.WSPRConstants.WSPR_REQUIRED_SAMPLE_RATE
55import org.operatorfoundation.audiocoder.WSPRConstants.SYMBOLS_PER_MESSAGE
6+ import timber.log.Timber
67
78/* *
89 * High-level WSPR audio processing with buffering and multiple decode strategies.
@@ -215,13 +216,13 @@ class WSPRProcessor
215216
216217 messages?.let {
217218 allMessages.addAll(it.toList())
218- // Timber.d("Decoded ${it.size} messages from ${window.description}")
219+ Timber .d(" Decoded ${it.size} messages from ${window.description} " )
219220 }
220221 }
221222 catch (exception: Exception )
222223 {
223224 // Log decode failure but continue with other windows
224- // Timber.w(exception, "Failed to decode ${window.description}")
225+ Timber .w(exception, " Failed to decode ${window.description} " )
225226 }
226227 }
227228
You can’t perform that action at this time.
0 commit comments