Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
…SERT (grpc#36816) [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT Replacing GPR_ASSERT with absl CHECK. These changes have been made using string replacement and regex. Will not be replacing all instances of CHECK with CHECK_EQ , CHECK_NE etc because there are too many callsites. Only ones which are doable using very simple regex with least chance of failure will be replaced. Given that we have 5000+ instances of GPR_ASSERT to edit, Doing it manually is too much work for both the author and reviewer. Closes grpc#36816 COPYBARA_INTEGRATE_REVIEW=grpc#36816 from tanvi-jagtap:gpr_assert_removal 9db548b PiperOrigin-RevId: 640731171
- Loading branch information