diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCWrappedCall.m | 2 |
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 |