1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-10 21:22:20 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Subodh Iyengar
5ae32c3789 only execute logger when it is on
Summary: this gates calling quic logging only until the logger is on. The static trace probes cause the toStrings to be invoked even though the probes are not active. This is not great. We haven't used the probes in a very long time, so let's just disable them

Reviewed By: mjoras

Differential Revision: D18758993

fbshipit-source-id: 4ccce3374cbf431607fc8d5fb5a29410c7f94529
2019-12-02 17:49:05 -08:00
Yang Chi
6f49898bf9 No QUIC_TRACE in tperf
Summary: This turns off QUIC_TRACE from performance test.

Reviewed By: mjoras

Differential Revision: D17476600

fbshipit-source-id: 812ad4fbad1ef0815346adb3468adbe1de0ada73
2019-09-24 15:15:53 -07:00
Subodh Iyengar
408a2b8a09 Gate QuicLogger to server only
Summary:
Using FOLLY_MOBILE macro to be able to exclude
quic trace generation on mobile

Reviewed By: mjoras

Differential Revision: D14609755

fbshipit-source-id: 2d5d624703a5b58c28cb533e3c2cc20d3a5c3d45
2019-05-10 15:59:11 -07:00
udippant
50d4939e9e Initial commit of mvfst 2019-04-22 23:42:46 -07:00