aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-15 11:01:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-15 11:02:40 -0700
commit9aadeb815b3839a323cab3096e1d16ce7ad27e6f (patch)
tree4f829fe440a98abb5e5d02feba84c1d8ff7b5598 /src/core/surface/init.c
parentdb38bb1d824833a509facbe76a0a8b4d25add99b (diff)
Get GRPC_TRACE tcp working again
Diffstat (limited to 'src/core/surface/init.c')
-rw-r--r--src/core/surface/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index 4de51a666f..5a119a47cc 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -61,8 +61,8 @@ void grpc_init(void) {
grpc_register_tracer("http", &grpc_http_trace);
grpc_register_tracer("batch", &grpc_trace_batch);
grpc_security_pre_init();
- grpc_tracer_init("GRPC_TRACE");
grpc_iomgr_init();
+ grpc_tracer_init("GRPC_TRACE");
census_init();
grpc_timers_log_global_init();
}