aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-05 13:19:26 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-05 13:19:26 -0800
commit293a9b3691a963cfc1a418e9d3f5bd29c9e1b709 (patch)
treef45c238b9a0983b2d3ee82661d7c7a8dd531d83e
parent61ed001585f2c99e93fb8f7307741c301c19f09a (diff)
test code
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index cea7c479e0..9bc8bbad33 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -244,6 +244,8 @@
static dispatch_once_t initialization;
dispatch_once(&initialization, ^{
grpc_init();
+ grpc_tracer_set_enabled("api", 1);
+ grpc_tracer_set_enabled("tcp", 1);
});
// Each completion queue consumes one thread. There's a trade to be made between creating and