diff options
author | Muxi Yan <mxyan@google.com> | 2017-03-16 09:36:58 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-03-16 09:36:58 -0700 |
commit | 1292906a7cbbc21748d356e9317bdc83817ab043 (patch) | |
tree | 90a648a0f3a7e327954baac088b17fbef8125cc5 /src | |
parent | 94a4ed93a1bd88a29886bcc377e1eba48013c7ae (diff) |
Disable cronet trace
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/transport/cronet/transport/cronet_transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/cronet/transport/cronet_transport.c b/src/core/ext/transport/cronet/transport/cronet_transport.c index 6499eff3e9..e187360330 100644 --- a/src/core/ext/transport/cronet/transport/cronet_transport.c +++ b/src/core/ext/transport/cronet/transport/cronet_transport.c @@ -62,7 +62,7 @@ } while (0) /* TODO (makdharma): Hook up into the wider tracing mechanism */ -int grpc_cronet_trace = 1; +int grpc_cronet_trace = 0; enum e_op_result { ACTION_TAKEN_WITH_CALLBACK, |