diff options
author | Muxi Yan <mxyan@google.com> | 2016-12-07 11:20:57 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-12-07 11:20:57 -0800 |
commit | 58d68f0d49fb2eaf03f19f6775f4f19a611899bc (patch) | |
tree | 31956b2db72e0cd936772e5a44f53b4a6d1089fc /src/core | |
parent | 72e409655ece13b84f8b110a7bcb904187737254 (diff) |
Turn off Cronet logging
Diffstat (limited to 'src/core')
-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 c3abb47735..afc59f4b12 100644 --- a/src/core/ext/transport/cronet/transport/cronet_transport.c +++ b/src/core/ext/transport/cronet/transport/cronet_transport.c @@ -59,7 +59,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, |