FORMAT_VERSION

const val FORMAT_VERSION: Int = 1(source)

The version of the .atf trace format. Written into the AnimationTraceHeader that begins every trace file so a renderer can reject or adapt to a file produced by a different format generation. Increment this whenever a change to the event hierarchy or the JSON encoding would break an existing renderer.