[cobalt][c++ client lib] Adds new factory method NewCobaltLoggerForProjectName
Previously this library only supported connecting to Cobalt via the older, heavier technique of passing a VMO containing the registry bytes. Now it also supports connecting via the newer, lighter technique of passing just the project name. Test: I added a new test case to cobalt_logger_unittest.cc Change-Id: Id90ff6fc67faf73d7b19d9dc8a9691adee48de49
Showing
- garnet/public/lib/cobalt/cpp/deprecated_cobalt_logger_impl.cc 3 additions, 1 deletion...et/public/lib/cobalt/cpp/deprecated_cobalt_logger_impl.cc
- src/lib/cobalt/cpp/cobalt_logger.cc 10 additions, 3 deletionssrc/lib/cobalt/cpp/cobalt_logger.cc
- src/lib/cobalt/cpp/cobalt_logger.h 43 additions, 3 deletionssrc/lib/cobalt/cpp/cobalt_logger.h
- src/lib/cobalt/cpp/cobalt_logger_impl.cc 58 additions, 23 deletionssrc/lib/cobalt/cpp/cobalt_logger_impl.cc
- src/lib/cobalt/cpp/cobalt_logger_impl.h 32 additions, 7 deletionssrc/lib/cobalt/cpp/cobalt_logger_impl.h
- src/lib/cobalt/cpp/cobalt_logger_unittest.cc 30 additions, 4 deletionssrc/lib/cobalt/cpp/cobalt_logger_unittest.cc
Loading
Please register or sign in to comment