Skip to content
Snippets Groups Projects
Commit 447397f7 authored by Florian Fittkau's avatar Florian Fittkau
Browse files

traceId sending

parent 9ca84a63
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ public final class Trace implements ISerializableRecord {
.println("Error - not enough space to put even one record");
return;
}
buffer.put((byte) 0); // indicate trace coming and not a string
// record
final int recordAmountNowComming = maximalSendableRecordIndex
- currentIndex + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment