Skip to content

Commit 489ca8c

Browse files
committed
Ahead of google#2608, mark operator_proxy noncritical.
Empirical testing indicates that operator_proxy unexpectedly exiting does not seem to prevent the instance from booting.
1 parent 56a4a82 commit 489ca8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • base/cvd/cuttlefish/host/commands/run_cvd/launch

base/cvd/cuttlefish/host/commands/run_cvd/launch/streamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class WebRtcServer : public virtual CommandSource,
233233
// legacy port.
234234
Command sig_proxy(WebRtcSigServerProxyBinary());
235235
sig_proxy.AddParameter("-server_port=", config_.sig_server_proxy_port());
236-
commands.emplace_back(std::move(sig_proxy));
236+
commands.emplace_back(std::move(sig_proxy), /* is_critical= */ false);
237237

238238
auto stopper = [webrtc_controller = webrtc_controller_]() mutable {
239239
(void)webrtc_controller.SendStopRecordingCommand();

0 commit comments

Comments
 (0)