Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 65) sorted by relevance

123

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_handover_simulator.py50 self.log.warn('No new cell found, reconfiguring current cell')
59 self.log.warn('No new cell found, releasing ENDC')
100 self.log.warn('No new cell found, activating ENDC')
112 self.log.warn(
150 self.log.warn('No new cell found, reconfiguring current cell')
185 self.log.warn('No free LTE cell found')
203 self.log.warn('No free NR cell found')
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs18 use log::warn;
46 warn!("failed to list device: {}", e); in list_device()
51 ctx.spawn(response.map_err(move |e| warn!("client error {:?}: {:?}", req, e)).map(|_| ())) in list_device()
67 warn!("failed to reset: {}", e); in reset()
72 ctx.spawn(response.map_err(move |e| warn!("client error: {:?}", e)).map(|_| ())) in reset()
Dbackend.rs24 use log::{info, warn};
98 warn!("unknown packet type from chip_id: {}", result.chip_id); in stream_packets()
110 warn!("unknown packet type from chip_id: {}", result.chip_id); in stream_packets()
121 warn!("unknown control packet chip_kind: {:?}", chip_kind); in stream_packets()
128 warn!("failed to remove chip: {}", e); in stream_packets()
132 .map_err(|e: anyhow::Error| warn!("failed to stream packets: {:?}", e)) in stream_packets()
/tools/netsim/rust/daemon/src/wireless/
Dpacket.rs25 use log::{error, info, warn};
115 warn!("handle_response: chip {chip_id} not found"); in handle_response_cxx()
120 warn!("handle_response: error {:?}", e); in handle_response_cxx()
133 warn!("handle_response: chip {chip_id} not found"); in handle_response()
138 warn!("handle_response: error {:?}", e); in handle_response()
158 None => warn!("SharedWirelessAdaptor doesn't exist for chip_id: {chip_id}"), in handle_request()
/tools/tradefederation/contrib/src/com/android/regression/tests/
DMetrics.java148 warn(String.format("Run metric \"%s\" only in before-patch run.", name)); in crossValidate()
154 warn(String.format("Run metric \"%s\" only in after-patch run.", name)); in crossValidate()
160 warn( in crossValidate()
169 warn( in crossValidate()
187 void warn(String msg) { in warn() method in Metrics
/tools/apksig/
Dgradlew94 warn () { function
149 warn "Could not query maximum file descriptor limit"
157 warn "Could not set maximum file descriptor limit to $MAX_FD"
/tools/metalava/
Dsettings.gradle.kts32 logger.warn("Building using custom $customLintRepo maven repository") in <lambda>()
40 logger.warn("Building using custom $lintOverride version of Android Lint.") in <lambda>()
Dgradlew47 warn () { function
120 warn "Could not set maximum file descriptor limit: $MAX_FD"
123 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsTest.java122 verify(mMetrics, times(1)).warn("Run metric \"metric2\" only in before-patch run."); in testCrossValidate()
123 verify(mMetrics, times(1)).warn("Run metric \"metric5\" only in after-patch run."); in testCrossValidate()
125 .warn( in testCrossValidate()
130 .warn( in testCrossValidate()
/tools/netsim/rust/daemon/src/http_server/
Dserver.rs18 use log::{info, warn};
33 warn!("bind error in netsimd frontend http server. {}", e); in run_http_server()
Dhttp_handlers.rs27 use log::warn;
80 warn!("netsim-ui doesn't exist"); in create_filename_hash_set()
185 Err(err) => warn!("{err}"), in handle_connection()
/tools/trebuchet/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/asuite/asuite_plugin/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/ndkports/
Dgradlew52 warn () { function
117 warn "Could not set maximum file descriptor limit: $MAX_FD"
120 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs32 use log::warn;
227 warn!("{err:?}"); in handle_capture_cxx()
268 Err(err) => warn!("{err:?}"), in handle_packet()
273 warn!("Unknown capture type"); in handle_packet()
283 warn!("{err:?}"); in handle_packet()
/tools/netsim/rust/daemon/src/transport/
Dsocket.rs22 use log::{error, info, warn};
110 warn!("{err}"); in handle_hci_client()
125 warn!("{err}"); in handle_hci_client()
Dfd.rs30 use log::{error, info, warn};
160 warn!("{err}"); in fd_reader()
208 warn!("The provided chip kind is unsupported: {:?}", chip.kind); in run_fd_transport()
231 warn!("{err}"); in run_fd_transport()
366 warn!("Unable to find file with stream_id {}", stream_id); in connector_grpc_read_callback()
389 warn!("Unable to register connector for chip type {}", chip_kind); in connector_grpc_reader()
Dwebsocket.rs20 use log::{error, info, warn};
121 warn!("{err}"); in run_websocket_transport()
195 warn!("{err}"); in run_websocket_transport()
Dh4.rs16 use log::{error, warn};
121 warn!("Entering h4 recovery state..."); in h4_recovery()
134 warn!("Received HCI Reset command, exiting recovery state"); in h4_recovery()
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py54 def warn(self, msg, *args, **kwargs): member in TraceLogger
55 self._log_with(self._logger.warn, 3, msg, *args, **kwargs)
/tools/netsim/rust/daemon/src/
Drust_main.rs16 use log::warn;
137 warn!("Unable to find ini file for instance {}, retrying", instance); in run_netsimd_connector()
221 warn!("Warning: netsimd startup flag -s is empty, waiting for gRPC connections."); in run_netsimd_primary()
225 warn!("Failed to start netsim daemon because a netsim daemon is already running"); in run_netsimd_primary()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dpackage_server.py169 self.log.warn(
229 self.log.warn(
237 self.log.warn(
/tools/netsim/rust/common/src/util/
Dzip_artifact.rs24 use log::warn;
53 warn!("Unable to fetch filename for file: {:?}", entry.path()); in recurse_files()
86 warn!("Removing {file:?} error: {err:?}"); in remove_zip_files()
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs21 use log::{debug, info, warn};
159 warn!("error processing wifi {e}"); in process()
207 warn!("Client {} is missing", client_id); in process_internal()
223 warn!("{}", e); in process_response()
258 warn!("Send frame response to unknown destination: {}", dest_addr); in send_frame_response()
292 warn!("multiple clients found for TxInfo frame"); in send_tx_info_response()
448 warn!("Failed to create from_ap attributes. E: {}", e); in create_hwsim_msg()
/tools/asuite/adevice/src/
Dtracking.rs15 use tracing::{debug, warn};
141 .unwrap_or_else(|e| warn!("Error writing tracked file cache: {e}")); in tracked_files()
214 warn!("Error getting the cache path {:?}", path.err().unwrap()); in clear_cache()
279 warn!("code: {} {:?}", output.status, String::from_utf8(stderr.to_owned())); in tracked_files()

123