Tweaking log calls a bit.
-) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now) -) Renaming statistics/log.* to statistics/census_log.* to avoid collisions. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81995756
Showing
- Makefile 2 additions, 2 deletionsMakefile
- build.json 2 additions, 2 deletionsbuild.json
- include/grpc/support/log.h 5 additions, 0 deletionsinclude/grpc/support/log.h
- src/core/channel/connected_channel.c 1 addition, 4 deletionssrc/core/channel/connected_channel.c
- src/core/statistics/census_log.c 1 addition, 1 deletionsrc/core/statistics/census_log.c
- src/core/statistics/census_log.h 0 additions, 0 deletionssrc/core/statistics/census_log.h
- src/core/support/log.c 10 additions, 0 deletionssrc/core/support/log.c
- src/core/support/log_android.c 2 additions, 5 deletionssrc/core/support/log_android.c
- src/core/support/log_linux.c 2 additions, 6 deletionssrc/core/support/log_linux.c
- src/core/support/log_posix.c 2 additions, 6 deletionssrc/core/support/log_posix.c
- src/core/support/log_win32.c 2 additions, 7 deletionssrc/core/support/log_win32.c
- test/core/statistics/census_log_tests.c 1 addition, 1 deletiontest/core/statistics/census_log_tests.c
- test/core/statistics/census_log_tests.h 0 additions, 0 deletionstest/core/statistics/census_log_tests.h
- test/core/statistics/multiple_writers_circular_buffer_test.c 1 addition, 1 deletiontest/core/statistics/multiple_writers_circular_buffer_test.c
- test/core/statistics/multiple_writers_test.c 1 addition, 1 deletiontest/core/statistics/multiple_writers_test.c
- test/core/statistics/performance_test.c 1 addition, 1 deletiontest/core/statistics/performance_test.c
- test/core/statistics/quick_test.c 1 addition, 1 deletiontest/core/statistics/quick_test.c
- vsprojects/vs2013/grpc.vcxproj 2 additions, 2 deletionsvsprojects/vs2013/grpc.vcxproj
Loading
Please register or sign in to comment