[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log

pull/36577/head
tanvi-jagtap 7 months ago
parent d9c6044dd9
commit 9887d74d81
  1. 1
      test/core/bad_connection/close_fd_test.cc
  2. 1
      test/core/bad_ssl/server_common.cc
  3. 1
      test/core/channel/channel_args_test.cc
  4. 1
      test/core/channel/metrics_test.cc
  5. 1
      test/core/compression/compression_test.cc
  6. 1
      test/core/compression/message_compress_test.cc

@ -54,7 +54,6 @@
#include <grpc/byte_buffer.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/gprpp/crash.h"

@ -23,7 +23,6 @@
#include "absl/log/check.h"
#include "absl/log/log.h"
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "test/core/test_util/cmdline.h"

@ -29,7 +29,6 @@
#include <grpc/grpc_security.h>
#include <grpc/impl/channel_arg_names.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/gprpp/notification.h"

@ -17,7 +17,6 @@
#include <memory>
#include "absl/log/log.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

@ -26,7 +26,6 @@
#include <grpc/compression.h>
#include <grpc/slice.h>
#include <grpc/support/log.h>
#include "src/core/lib/gpr/useful.h"
#include "test/core/test_util/test_config.h"

@ -28,7 +28,6 @@
#include <grpc/compression.h>
#include <grpc/slice_buffer.h>
#include <grpc/support/log.h>
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/exec_ctx.h"

Loading…
Cancel
Save