Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 1700) sorted by relevance

12345678910>>...68

/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmLog.java35 public static void log(String tag, String log) { in log() method in VvmLog
36 PersistentLogger.logText(tag, log); in log()
46 public static void e(String tag, String log) { in e() argument
47 log(tag, log); in e()
48 LogUtil.e(tag, log); in e()
51 public static void e(String tag, String log, Throwable e) { in e() argument
52 log(tag, log + " " + e); in e()
53 LogUtil.e(tag, log, e); in e()
56 public static void w(String tag, String log) { in w() argument
57 log(tag, log); in w()
[all …]
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmLog.java35 public static void log(String tag, String log) { in log() method in VvmLog
36 sLocalLog.log(tag + ": " + log); in log()
46 public static int e(String tag, String log) { in e() argument
47 log(tag, log); in e()
48 return Log.e(tag, log); in e()
51 public static int e(String tag, String log, Throwable e) { in e() argument
52 log(tag, log + " " + e); in e()
53 return Log.e(tag, log, e); in e()
56 public static int w(String tag, String log) { in w() argument
57 log(tag, log); in w()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttMetricsTest.java77 WifiMetricsProto.WifiRttLog log; in testRecordRequest() local
80 log = mDut.consolidateProto(); in testRecordRequest()
81 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordRequest()
82 checkPeerStats("No requests: AP", log.rttToAp, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest()
83 checkPeerStats("No requests: Aware", log.rttToAware, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest()
113 log = mDut.consolidateProto(); in testRecordRequest()
114 checkMainStats("Sequence AP-only", log, 10, 0, 0, 0); in testRecordRequest()
116 checkPeerStats("Sequence AP-only: AP", log.rttToAp, 10, 41, 2, 2, 4, 0, 0, 5); in testRecordRequest()
119 log.rttToAp.histogramNumRequestsPerApp[0], 1, 10, 1); in testRecordRequest()
121 log.rttToAp.histogramNumRequestsPerApp[1], 10, 100, 1); in testRecordRequest()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc183 log::info(""); in btif_a2dp_sink_init()
187 log::error("A2DP Sink media task already running"); in btif_a2dp_sink_init()
197 log::error("unable to start up media thread"); in btif_a2dp_sink_init()
207 log::fatal("Failed to increase A2DP decoder thread priority"); in btif_a2dp_sink_init()
215 log::info(""); in btif_a2dp_sink_init_delayed()
220 log::info(""); in btif_a2dp_sink_startup()
226 log::info(""); in btif_a2dp_sink_startup_delayed()
239 log::info("Initializing the control block for peer {}", peer_address); in btif_a2dp_sink_initialize_a2dp_control_block()
241 log::error("Peer address is empty. Control block cannot be initialized"); in btif_a2dp_sink_initialize_a2dp_control_block()
245 log::verbose("p_codec_info[{:x}:{:x}:{:x}:{:x}:{:x}:{:x}]", codec_config[1], codec_config[2], in btif_a2dp_sink_initialize_a2dp_control_block()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc86 log::warn("Unknown sco_codec {}, defaulting to vendor codec", in sco_codec_to_hal_codec()
118 log::warn("Unsupported HIDL or AIDL version"); in Get()
129 log::info("decode"); in Cleanup()
141 log::warn("Unsupported HIDL or AIDL version"); in StartSession()
144 log::info("decode"); in StartSession()
148 log::error("cannot update audio config to HAL"); in StartSession()
158 log::warn("Unsupported HIDL or AIDL version"); in StopSession()
161 log::info("decode"); in StopSession()
171 log::warn( in UpdateAudioConfigToHal()
178 log::warn("Unsupported HIDL or AIDL version"); in UpdateAudioConfigToHal()
[all …]
Dle_audio_software_host.cc45 log::info("UIPC_OPEN_EVT"); in lea_data_cb()
55 log::info("UIPC_CLOSE_EVT"); in lea_data_cb()
69 log::error("failed: {}", strerror(errno)); in lea_data_path_open()
84 log::warn("instance is null"); in HostStartRequest()
95 log::warn("instance is null"); in HostStopRequest()
104 log::warn("instance is null"); in GetHostPcmConfig()
124 log::warn("instance is null"); in PeerStartRequest()
135 log::warn("instance is null"); in PeerStopRequest()
144 log::warn("instance is null"); in GetPeerPcmConfig()
195 log::info(""); in Cleanup()
[all …]
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc83 log::assert_that(L2CA_LeCreditThreshold() < L2CA_LeCreditDefault(), in check_l2cap_credit()
122 log::error( in L2CA_Register()
131 log::error("L2CAP - invalid PSM value, PSM: 0x{:04x}", psm); in L2CA_Register()
145 log::debug("L2CAP - Real PSM: 0x{:04x} Virtual PSM: 0x{:04x}", psm, vpsm); in L2CA_Register()
153 log::warn("L2CAP - no RCB available, PSM: 0x{:04x} vPSM: 0x{:04x}", psm, vpsm); in L2CA_Register()
158 log::info("L2CAP Registered service classic PSM: 0x{:04x}", psm); in L2CA_Register()
184 log::verbose("L2CAP - L2CA_Deregister() called for PSM: 0x{:04x}", psm); in L2CA_Deregister()
208 log::warn("L2CAP - PSM: 0x{:04x} not found for deregistration", psm); in L2CA_Deregister()
226 log::verbose("last psm={}", psm); in L2CA_AllocateLePSM()
230 log::error("Out of free BLE PSM"); in L2CA_AllocateLePSM()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java137 WifiMetricsProto.WifiAwareLog log; in testEnableDisableUsageMetrics() local
150 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics()
151 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics()
153 validateProtoHistBucket("Duration[0] #1", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics()
155 validateProtoHistBucket("Duration[1] #1", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics()
157 collector.checkThat(log.availableTimeMs, equalTo(6L)); in testEnableDisableUsageMetrics()
164 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics()
165 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics()
167 validateProtoHistBucket("Duration[0] #2", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics()
169 validateProtoHistBucket("Duration[1] #2", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.cc89 log::error("can't get capability from unknown factory"); in GetAudioCapabilities()
95 log::fatal("BluetoothAudioHal::getProviderCapabilities failure: {}", in GetAudioCapabilities()
115 log::error("can't get provider info from unknown factory"); in GetProviderInfo()
123 log::error("BluetoothAudioHal::getProviderInfo failure: {}", aidl_retval.getDescription()); in GetProviderInfo()
132 log::error("aidl is not supported on this platform."); in FetchAudioProvider()
136 log::warn("refetch"); in FetchAudioProvider()
146 log::error("can't get capability from unknown factory"); in FetchAudioProvider()
154 log::error("BluetoothAudioHal::getProviderCapabilities failure: {}, retry number {}", in FetchAudioProvider()
159 log::warn("SessionType={} Not supported by BluetoothAudioHal", in FetchAudioProvider()
163 log::info("BluetoothAudioHal SessionType={} has {} AudioCapabilities", in FetchAudioProvider()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_sink_hal_client.cc89 log::error("Can't get LE Audio HAL interface"); in Acquire()
96 log::error("Can't get Audio HAL Audio source interface"); in Acquire()
100 log::info(""); in Acquire()
107 log::warn("Audio HAL Audio source is not running"); in Release()
111 log::info(""); in Release()
124 log::error("Can't get LE Audio HAL interface"); in Release()
134 log::error("audioSinkCallbacks_ not set"); in OnResumeReq()
145 log::error("do_in_main_thread err={}", status); in OnResumeReq()
151 log::error("audioSinkCallbacks_ not set"); in OnSuspendReq()
162 log::error("do_in_main_thread err={}", status); in OnSuspendReq()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dclient_interface_aidl.cc78 log::error("can't get capability from unknown factory"); in GetAudioCapabilities()
84 log::fatal("BluetoothAudioHal::getProviderCapabilities failure: {}", in GetAudioCapabilities()
104 log::error("can't get provider info from unknown factory"); in GetProviderInfo()
112 log::error("BluetoothAudioHal::getProviderInfo failure: {}", aidl_retval.getDescription()); in GetProviderInfo()
127 log::error("can't get a2dp configuration from unknown provider"); in GetA2dpConfiguration()
135 log::error("getA2dpConfiguration failure: {}", aidl_retval.getDescription()); in GetA2dpConfiguration()
148 log::error("can not parse A2DP configuration because of unknown provider"); in ParseA2dpConfiguration()
156 log::error("parseA2dpConfiguration failure: {}", aidl_retval.getDescription()); in ParseA2dpConfiguration()
165 log::error("aidl is not supported on this platform."); in FetchAudioProvider()
169 log::warn("refetch"); in FetchAudioProvider()
[all …]
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp77 log::warn("Passed unexpected transport value:{}", val); in to_bt_transport()
137 log::error("Failed! sHaveCallbackThread={}, pthread_self()={}, sCallbackThread={}", in isCallbackThread()
146 log::error("JNI obj is null. Failed to call JNI callback"); in adapter_state_change_callback()
154 log::verbose("Status is: {}", status); in adapter_state_change_callback()
164 log::error("Error while allocation of array"); in get_properties()
180 log::error("JNI obj is null. Failed to call JNI callback"); in adapter_properties_callback()
189 log::verbose("Status is: {}, Properties: {}", bt_status_text(status), num_properties); in adapter_properties_callback()
192 log::error("Status {} is incorrect", bt_status_text(status)); in adapter_properties_callback()
199 log::error("Error allocating byteArray"); in adapter_properties_callback()
211 log::error("Error allocating object Array for properties"); in adapter_properties_callback()
[all …]
Dcom_android_bluetooth_hid_device.cpp53 log::error("Fail to new jbyteArray bd addr"); in marshall_bda()
74 log::error("failed to allocate storage for bt_addr"); in application_state_callback()
88 log::error("failed to allocate storage for bt_addr"); in connection_state_callback()
107 log::error("failed to allocate storage for report data"); in set_report_callback()
127 log::error("failed to allocate storage for report data"); in intr_data_callback()
156 log::verbose("enter"); in initNative()
159 log::error("Cannot obtain BT interface"); in initNative()
164 log::warn("Cleaning up interface"); in initNative()
170 log::warn("Cleaning up callback object"); in initNative()
176 log::error("Cannot obtain interface"); in initNative()
[all …]
Dcom_android_bluetooth_avrcp_controller.cpp67 log::verbose("id: {}, pressed: {} --- Not implemented", id, pressed); in btavrcp_passthrough_response_callback()
71 log::verbose("id: {}, pressed: {} --- Not implemented", id, pressed); in btavrcp_groupnavigation_response_callback()
76 log::info("conn state: rc: {} br: {}", rc_connect, br_connect); in btavrcp_connection_state_callback()
83 log::error("sCallbacksObj is null"); in btavrcp_connection_state_callback()
90 log::error("Failed to allocate a new byte array"); in btavrcp_connection_state_callback()
100 log::verbose("--- Not implemented"); in btavrcp_get_rcfeatures_callback()
104 log::verbose("--- Not implemented"); in btavrcp_setplayerapplicationsetting_rsp_callback()
111 log::info(""); in btavrcp_playerapplicationsetting_callback()
118 log::error("sCallbacksObj is null"); in btavrcp_playerapplicationsetting_callback()
125 log::error("Failed to allocate a new byte array"); in btavrcp_playerapplicationsetting_callback()
[all …]
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc150 log::error( in CsisClientImpl()
166 log::error("Invalid event received by CSIP: {}", static_cast<int>(event)); in CsisClientImpl()
173 log::debug("Background scan enabled"); in CsisClientImpl()
183 log::debug("Device: {}, group_id: {}", address, group_id); in AssignCsisGroup()
188 log::debug(": Create a new group {}", group_id); in AssignCsisGroup()
193 log::error(": Missing group - that shall not happen"); in AssignCsisGroup()
213 log::debug("address: {}, uuid: {}, group_id: {}", address, uuid.ToString(), group_id); in OnGroupAddedCb()
219 log::debug("{}, group_id: {}", address, group_id); in OnGroupMemberAddedCb()
229 log::debug("{}, group_id: {}", address, group_id); in OnGroupMemberRemovedCb()
246 log::error("the csis group (id: {} ) does not exist", group_id); in OnGroupAddFromStorageCb()
[all …]
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc91 log::verbose(""); in Init()
129 log::error("Peer codecs is set to null"); in IsSupportedCodec()
158 log::verbose("peer {} bta_av_handle:0x{:x} num_seps:{} num_sinks:{} num_sources:{}", peer_address, in ProcessDiscoveryResult()
164 log::error("could not find peer entry for bta_av_handle 0x{:x} peer {}", bta_av_handle, in ProcessDiscoveryResult()
171 log::error("peer {} already opened", peer_address); in ProcessDiscoveryResult()
199 log::verbose("peer {} bta_av_handle:0x{:x} codec:{} seid:{}", peer_address, bta_av_handle, in ProcessSourceGetConfig()
201 log::verbose("num_protect:0x{:02x} protect_info:0x{:02x}{:02x}{:02x}", *p_num_protect, in ProcessSourceGetConfig()
203 log::verbose("codec: {}", A2DP_CodecInfoString(p_codec_info)); in ProcessSourceGetConfig()
208 log::error("could not find peer entry for bta_av_handle 0x{:x} peer {}", bta_av_handle, in ProcessSourceGetConfig()
212 log::verbose("peer(o={}, n_sinks={}, n_rx_sinks={}, n_sup_sinks={})", p_peer->opened, in ProcessSourceGetConfig()
[all …]
Dbta_hh_co.cc81 log::error("Getting flags failed ({})", strerror(errno)); in uhid_set_non_blocking()
87 log::verbose("Setting non-blocking flag failed ({})", strerror(errno)); in uhid_set_non_blocking()
92 log::debug("Report type = {}, id = {}", req.rtype, req.rnum); in uhid_get_report_req_handler()
95 log::error("Invalid report type {}", req.rtype); in uhid_get_report_req_handler()
100 log::error("Queue is not initialized"); in uhid_get_report_req_handler()
109 log::error("Queue is full, dropping event {}", req.id); in uhid_get_report_req_handler()
119 log::debug("Report type = {}, id = {}", req.rtype, req.rnum); in uhid_set_report_req_handler()
122 log::error("Invalid report type {}", req.rtype); in uhid_set_report_req_handler()
127 log::error("Queue is not initialized"); in uhid_set_report_req_handler()
136 log::error("Queue is full, dropping event {}", req.id); in uhid_set_report_req_handler()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc81 log::error("BluetoothAudioHal failure: {}", hidl_retval.description()); in startStream()
93 log::error("BluetoothAudioHal failure: {}", hidl_retval.description()); in suspendStream()
121 log::verbose("result={}, delay={}, data={} byte(s), timestamp={}", retval, in getPresentationPosition()
130 log::info("{} track(s)", sourceMetadata.tracks.size()); in updateMetadata()
162 log::warn("restarting connection with new Audio Hal"); in serviceDied()
169 log::error("BluetoothAudioClientInterface corrupted"); in serviceDied()
209 log::error("can't get capability from unknown factory"); in GetAudioCapabilities()
215 log::assert_that(providersFactory != nullptr, in GetAudioCapabilities()
227 log::fatal("BluetoothAudioHal::getProviderCapabilities failure: {}", hidl_retval.description()); in GetAudioCapabilities()
236 log::error("can't get capability for HAL 2.1"); in GetAudioCapabilities_2_1()
[all …]
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc58 log::assert_that(instance_ != nullptr, "assert failed: instance_ != nullptr"); in Get()
67 log::info("Absolute volume disabled by property"); in IsAbsoluteVolumeEnabled()
71 log::info("Absolute volume disabled by IOP table"); in IsAbsoluteVolumeEnabled()
79 log::assert_that(instance_ == nullptr, "assert failed: instance_ == nullptr"); in Initialize()
80 log::assert_that(avrcp != nullptr, "assert failed: avrcp != nullptr"); in Initialize()
81 log::assert_that(sdp != nullptr, "assert failed: sdp != nullptr"); in Initialize()
101 log::assert_that(instance_ != nullptr, "assert failed: instance_ != nullptr"); in CleanUp()
123 log::assert_that(instance_ == nullptr, "assert failed: instance_ == nullptr"); in InitForTesting()
128 log::info("Attempting to connect to device {}", bdaddr); in ConnectDevice()
132 log::warn("Already connected to device with address {}", bdaddr); in ConnectDevice()
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc32 log::assert_that(event_view.IsValid(), "assert failed: event_view.IsValid()"); in log_hci_event()
37 log::assert_that(complete_view.IsValid(), "assert failed: complete_view.IsValid()"); in log_hci_event()
41 log::assert_that(command_view->IsValid(), "assert failed: command_view->IsValid()"); in log_hci_event()
48 log::assert_that(response_view.IsValid(), "assert failed: response_view.IsValid()"); in log_hci_event()
52 log::assert_that(command_view->IsValid(), "assert failed: command_view->IsValid()"); in log_hci_event()
59 log::assert_that(le_meta_event_view.IsValid(), "assert failed: le_meta_event_view.IsValid()"); in log_hci_event()
71 log::assert_that(command_view->IsValid(), "assert failed: command_view->IsValid()"); in log_link_layer_connection_command()
87 log::assert_that(connection_management_command_view.IsValid(), in log_link_layer_connection_command()
93 log::assert_that(create_connection_view.IsValid(), in log_link_layer_connection_command()
103 log::assert_that(create_connection_cancel_view.IsValid(), in log_link_layer_connection_command()
[all …]
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h125 log::warn("Channel {:c}, for device {} is not empty on disconnection.", lcid, channel->bda_); in remove_channel_by_cid()
157 log::info("Adding device: {} on incoming EATT creation request", bda); in eatt_l2cap_connect_ind_common()
173 log::warn("Unable to respond L2CAP le_coc credit indication peer:{}", bda); in eatt_l2cap_connect_ind_common()
179 log::assert_that(eatt_dev->eatt_tcb_ != nullptr, in eatt_l2cap_connect_ind_common()
185 log::assert_that(channel == nullptr, "assert failed: channel == nullptr"); in eatt_l2cap_connect_ind_common()
193 log::info("Channel connected CID 0x{:x}", cid); in eatt_l2cap_connect_ind_common()
203 log::info("device {}, num: {}", eatt_dev->bda_, num_of_sdu);
224 log::error("There is no OPEN cid or MTU is 0");
234 log::info("Data num: {} sent with status {}", i, static_cast<int>(status));
240 log::info("device {}", bda); in upper_tester_delay_connect_cb()
[all …]
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc122 bluetooth::log::error( in VolumeControlImpl()
138 bluetooth::log::info(": {}", address); in StartOpportunisticConnect()
143 bluetooth::log::info(": {}", address); in Connect()
148 bluetooth::log::error("Connecting {} when not bonded", address); in Connect()
157 bluetooth::log::warn("address={}, connection_id={} already connected.", address, in Connect()
174 bluetooth::log::info("{}", address); in AddFromStorage()
181 bluetooth::log::info("{}, conn_id=0x{:04x}, transport={}, status={}(0x{:02x})", address, in OnGattConnected()
186 bluetooth::log::warn("Only LE connection is allowed (transport {})", in OnGattConnected()
194 bluetooth::log::error("Skipping unknown device, address={}", address); in OnGattConnected()
199 bluetooth::log::info("Failed to connect to Volume Control device"); in OnGattConnected()
[all …]
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc225 log::debug("bd_addr={} read_rssi_count={}", d.address, d.read_rssi_count); in StartRssiLog()
253 log::error("handle= {}, conn_id={}, status= 0x{:x}, length={}", handle, conn_id, in write_rpt_ctl_cfg_cb()
263 log::warn("encoder already initialized"); in encoder_state_init()
320 log::error("invalid interval={}ms. Overwrriting back to default", default_data_interval_ms); in HearingAidImpl()
327 log::info("default_data_interval_ms={} overwrite_min_ce_len={} overwrite_max_ce_len={}", in HearingAidImpl()
335 log::error("Can't start Hearing Aid profile - no gatt clients left!"); in HearingAidImpl()
361 log::info("is_iso_running={} needs_parameter_update={}", is_iso_running, in IsoTrafficEventCb()
379 log::info("Configuring Asha resampler"); in ConfigureAsrc()
393 log::info("Resetting the Asha resampling context"); in ResetAsrc()
427 log::error("invalid default_data_interval_ms={}", default_data_interval_ms); in UpdateBleConnParams()
[all …]
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc118 log::error("Can't find Ranging Service"); in FindCharacteristicByUuid()
155 log::info("controller does not support channel sounding."); in do_initialize()
167 log::error("Can't start Gatt client for Ranging Service"); in do_initialize()
170 log::info("Initialize, client_id {}", client_id); in do_initialize()
181 log::info("address {}, resolve {}", address, ble_bd_addr.bda); in Connect()
187 log::info("Already connected"); in Connect()
210 log::info("address {}, resolve {}", address, ble_bd_addr.bda); in SendVendorSpecificReply()
217 log::warn("Can't find characteristic uuid {}", in SendVendorSpecificReply()
221 log::debug("write to remote, uuid {}, len {}", in SendVendorSpecificReply()
231 log::debug("event: {}", gatt_client_event_text(event)); in GattcCallback()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc254 log::verbose("StreamSpeedTracker group_id: {}, context: {} #{}", group_id_, in Init()
260 log::verbose("StreamSpeedTracker Reset called for invalid group_id: {} != {}", group_id, in Reset()
265 log::verbose("StreamSpeedTracker group_id: {}", group_id_); in Reset()
274 log::verbose("StreamSpeedTracker group_id: {}", group_id_); in ReconfigStarted()
281 log::verbose("StreamSpeedTracker group_id: {}", group_id_); in StartStream()
288 log::verbose("StreamSpeedTracker group_id: {}, {} reconfig time {} ms", group_id_, in ReconfigurationComplete()
294 log::verbose("StreamSpeedTracker group_id: {}, {} stream create time {} ms", group_id_, in StreamCreated()
303 log::verbose("StreamSpeedTracker group_id: {}, {} setup time {} ms", group_id_, in StopStreamSetup()
309 log::verbose("StreamSpeedTracker group_id: {}, {} is_started_: {} ", group_id_, in IsStarted()
313 log::verbose("StreamSpeedTracker not started {} or group_id does not match ({} ! = {}) ", in IsStarted()
[all …]

12345678910>>...68