diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m index cea7c479e0f6f20b6c6051d53e9645ef9d776815..9bc8bbad334ad1e27258efbef0854024c7f341bc 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