Disable cronet trace

pull/10176/head
Muxi Yan 8 years ago
parent 94a4ed93a1
commit 1292906a7c
  1. 2
      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,

Loading…
Cancel
Save