-
- Downloads
liblog: replace "frontend" with "transport"
We still do not have any users of the 'frontend' interface, let's right a wrong and rename it to 'transport' as it makes more sense. Renames android_log_set_frontend, android_log_get_frontend and include/log/log_frontend.h. SideEffects: None Test: gTest liblog-unit-tests Bug: 27405083 Change-Id: I7c1c0f3dfdc7cf047285403e306edbd16ad1324d
Showing
- liblog/README 9 additions, 9 deletionsliblog/README
- liblog/config_read.c 4 additions, 4 deletionsliblog/config_read.c
- liblog/config_write.c 5 additions, 5 deletionsliblog/config_write.c
- liblog/include/log/log_transport.h 7 additions, 7 deletionsliblog/include/log/log_transport.h
- liblog/local_logger.c 2 additions, 2 deletionsliblog/local_logger.c
- liblog/logger.h 1 addition, 1 deletionliblog/logger.h
- liblog/logger_write.c 13 additions, 13 deletionsliblog/logger_write.c
- liblog/tests/liblog_benchmark.cpp 3 additions, 3 deletionsliblog/tests/liblog_benchmark.cpp
- liblog/tests/liblog_test.cpp 13 additions, 13 deletionsliblog/tests/liblog_test.cpp
- liblog/tests/liblog_test_default.cpp 2 additions, 2 deletionsliblog/tests/liblog_test_default.cpp
- liblog/tests/liblog_test_local.cpp 2 additions, 2 deletionsliblog/tests/liblog_test_local.cpp
- liblog/tests/liblog_test_stderr.cpp 2 additions, 2 deletionsliblog/tests/liblog_test_stderr.cpp
- liblog/tests/liblog_test_stderr_local.cpp 2 additions, 2 deletionsliblog/tests/liblog_test_stderr_local.cpp
Loading
Please register or sign in to comment