Skip to content
Snippets Groups Projects
Commit b67d14c3 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #1288 from ctiller/init-fix2

Get GRPC_TRACE tcp working again
parents 35baaa38 9aadeb81
Branches
Tags
No related merge requests found
...@@ -61,8 +61,8 @@ void grpc_init(void) { ...@@ -61,8 +61,8 @@ void grpc_init(void) {
grpc_register_tracer("http", &grpc_http_trace); grpc_register_tracer("http", &grpc_http_trace);
grpc_register_tracer("batch", &grpc_trace_batch); grpc_register_tracer("batch", &grpc_trace_batch);
grpc_security_pre_init(); grpc_security_pre_init();
grpc_tracer_init("GRPC_TRACE");
grpc_iomgr_init(); grpc_iomgr_init();
grpc_tracer_init("GRPC_TRACE");
census_init(); census_init();
grpc_timers_log_global_init(); grpc_timers_log_global_init();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment