aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/cronet
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-16 09:36:58 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-03-16 09:36:58 -0700
commit1292906a7cbbc21748d356e9317bdc83817ab043 (patch)
tree90a648a0f3a7e327954baac088b17fbef8125cc5 /src/core/ext/transport/cronet
parent94a4ed93a1bd88a29886bcc377e1eba48013c7ae (diff)
Disable cronet trace
Diffstat (limited to 'src/core/ext/transport/cronet')
-rw-r--r--src/core/ext/transport/cronet/transport/cronet_transport.c2
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,