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

pull/36577/head
tanvi-jagtap 7 months ago
parent b82e831db1
commit d9c6044dd9
  1. 1
      test/core/bad_ssl/server_common.cc
  2. 1
      test/core/channel/channel_args_test.cc
  3. 2
      test/core/channel/metrics_test.cc

@ -21,6 +21,7 @@
#include <signal.h>
#include "absl/log/check.h"
#include "absl/log/log.h"
#include <grpc/support/log.h>
#include <grpc/support/time.h>

@ -21,6 +21,7 @@
#include <string.h>
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "gtest/gtest.h"
#include <grpc/credentials.h>

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

Loading…
Cancel
Save