You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Processors/RecordNode/BinaryFormat/BinaryRecording.cpp
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,9 @@ void BinaryRecording::openFiles (File rootFolder, int experimentNumber, int reco
110
110
singleStreamJSON.clear();
111
111
}
112
112
113
-
LOGD ("Recording channel: ", channelInfo->getName(), " from stream ", streamId, " with global index ", globalIndex, " and local index ", indexWithinStream);
//LOGD("BinaryRecording::writeContinuousDataBatch: Writing ", numSamples, " samples for ", numChannels, " channels at position ", startPos, " to file index ", fileIndex);
849
+
//LOGD("BinaryRecording::writeContinuousDataBatch: Writing ", numSamples, " samples for ", numChannels, " channels at position ", startPos, " to file index ", resolvedFileIndex);
848
850
849
851
// Try batch interleaving if we have all channels for this file
850
852
// The file's channel count is determined by the stream's channel count
851
853
// If we have a partial batch, fall back to per-channel writes
0 commit comments