Remove fx_logger_config_t.console_fd (flutter/engine#35302)

This was deprecated in https://fxrev.dev/708606.
This commit is contained in:
Tamir Duberstein 2022-08-11 18:02:22 -04:00 committed by GitHub
parent ac61711629
commit 2aaeab3c9d

View File

@ -55,7 +55,6 @@ class LoggingSocketTest : public ::testing::Test {
fx_logger_config_t config = {
.min_severity = FX_LOG_INFO,
.console_fd = -1,
.log_sink_socket = local.release(),
.tags = nullptr,
.num_tags = 0,