Merge pull request #677 from ctiller/diagnose
Add a facility to control tracing without recompiling
No related branches found
No related tags found
Showing
- Makefile 5 additions, 0 deletionsMakefile
- build.json 2 additions, 0 deletionsbuild.json
- src/core/channel/channel_stack.h 3 additions, 11 deletionssrc/core/channel/channel_stack.h
- src/core/debug/trace.c 110 additions, 0 deletionssrc/core/debug/trace.c
- src/core/debug/trace.h 60 additions, 0 deletionssrc/core/debug/trace.h
- src/core/iomgr/tcp_posix.c 20 additions, 19 deletionssrc/core/iomgr/tcp_posix.c
- src/core/security/secure_endpoint.c 18 additions, 17 deletionssrc/core/security/secure_endpoint.c
- src/core/surface/init.c 3 additions, 1 deletionsrc/core/surface/init.c
- src/core/surface/surface_trace.h 3 additions, 10 deletionssrc/core/surface/surface_trace.h
- vsprojects/vs2013/grpc.vcxproj 3 additions, 0 deletionsvsprojects/vs2013/grpc.vcxproj
- vsprojects/vs2013/grpc.vcxproj.filters 9 additions, 0 deletionsvsprojects/vs2013/grpc.vcxproj.filters
- vsprojects/vs2013/grpc_shared.vcxproj 3 additions, 0 deletionsvsprojects/vs2013/grpc_shared.vcxproj
- vsprojects/vs2013/grpc_shared.vcxproj.filters 9 additions, 0 deletionsvsprojects/vs2013/grpc_shared.vcxproj.filters
- vsprojects/vs2013/grpc_unsecure.vcxproj 3 additions, 0 deletionsvsprojects/vs2013/grpc_unsecure.vcxproj
- vsprojects/vs2013/grpc_unsecure.vcxproj.filters 9 additions, 0 deletionsvsprojects/vs2013/grpc_unsecure.vcxproj.filters
Loading
Please register or sign in to comment