genUiTraceFormatVersion top-level constant
int
const genUiTraceFormatVersion
The format version written into every trace.
A reader that meets a version it does not know refuses the file rather than guessing: a trace is evidence about a session that cannot be reproduced any other way, and half-reading one is worse than not reading it.
Implementation
const int genUiTraceFormatVersion = 1;