Serializes logging events into a Thrift Compact Protocol binary
matching Instagram's pigeon_nest endpoint format.
Produces the same structure as real Android app traffic:
field 1: LIST [0, 1]
field 2: LIST[N]
[0]: f1 = event batch envelope
[1]: f3 = sequence config (with auth + checksum)
[2]: f4 = version config (with auth + "v1" + checksum)
Serializes logging events into a Thrift Compact Protocol binary matching Instagram's pigeon_nest endpoint format.
Produces the same structure as real Android app traffic: field 1: LIST [0, 1]
field 2: LIST[N]
[0]: f1 = event batch envelope
[1]: f3 = sequence config (with auth + checksum)
[2]: f4 = version config (with auth + "v1" + checksum)