/system/bt/vendor_libs/test_vendor_lib/src/ |
D | packet_stream.cc | 38 LOG_ERROR(LOG_TAG, "Error: receiving command header."); in ReceiveCommand() 43 LOG_ERROR(LOG_TAG, "Error: receiving params size."); in ReceiveCommand() 48 LOG_ERROR(LOG_TAG, "Error: receiving command payload."); in ReceiveCommand() 59 LOG_ERROR(LOG_TAG, "Error: Could not receive packet type."); in ReceivePacketType() 68 LOG_ERROR(LOG_TAG, "Error: Received invalid packet type."); in ReceivePacketType() 80 LOG_ERROR(LOG_TAG, "Error: Could not send event type."); in SendEvent() 85 LOG_ERROR(LOG_TAG, "Error: Could not send event header."); in SendEvent() 90 LOG_ERROR(LOG_TAG, "Error: Could not send event payload."); in SendEvent()
|
/system/bt/vendor_libs/linux/ |
D | bt_vendor_linux.cc | 96 LOG_ERROR(LOG_TAG, "init failed with no user callbacks!"); in bt_vendor_init() 132 LOG_ERROR(LOG_TAG, "%s cannot stop btcfg service via prop", __func__); in bt_vendor_hw_cfg() 137 LOG_ERROR(LOG_TAG, "%s cannot start btcfg service via prop", __func__); in bt_vendor_hw_cfg() 155 LOG_ERROR(LOG_TAG, "Bluetooth socket error: %s", strerror(errno)); in bt_vendor_wait_hcidev() 165 LOG_ERROR(LOG_TAG, "HCI Channel Control: %s", strerror(errno)); in bt_vendor_wait_hcidev() 181 LOG_ERROR(LOG_TAG, "Unable to write mgmt command: %s", strerror(errno)); in bt_vendor_wait_hcidev() 190 LOG_ERROR(LOG_TAG, "Poll error: %s", strerror(errno)); in bt_vendor_wait_hcidev() 194 LOG_ERROR(LOG_TAG, "Timeout, no HCI device detected"); in bt_vendor_wait_hcidev() 202 LOG_ERROR(LOG_TAG, "Error reading control channel: %s", in bt_vendor_wait_hcidev() 238 LOG_ERROR(LOG_TAG, "socket create error %s", strerror(errno)); in bt_vendor_open() [all …]
|
/system/bt/osi/src/ |
D | semaphore.cc | 47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__, in semaphore_new() 68 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__, in semaphore_wait() 78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__, in semaphore_try_wait() 83 LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s", in semaphore_try_wait() 93 LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s", in semaphore_try_wait() 103 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__, in semaphore_post()
|
D | wakelock.cc | 115 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock: %d", __func__, status); in wakelock_acquire() 127 LOG_ERROR(LOG_TAG, "%s lock not acquired, invalid fd", __func__); in wakelock_acquire_native() 132 LOG_ERROR(LOG_TAG, "%s not acquiring lock: can't release lock", __func__); in wakelock_acquire_native() 139 LOG_ERROR(LOG_TAG, "%s wake lock not acquired: %s", __func__, in wakelock_acquire_native() 172 LOG_ERROR(LOG_TAG, "%s lock not released, invalid fd", __func__); in wakelock_release_native() 178 LOG_ERROR(LOG_TAG, "%s can't release wake lock: %s", __func__, in wakelock_release_native() 181 LOG_ERROR(LOG_TAG, "%s lock release only wrote %zd, assuming released", in wakelock_release_native() 200 LOG_ERROR(LOG_TAG, "%s can't open wake lock %s: %s", __func__, in wakelock_initialize_native() 209 LOG_ERROR(LOG_TAG, "%s can't open wake unlock %s: %s", __func__, in wakelock_initialize_native() 230 LOG_ERROR(LOG_TAG, "%s unable to get current time: %s", __func__, in now()
|
D | reactor.cc | 77 LOG_ERROR(LOG_TAG, "%s unable to create epoll instance: %s", __func__, in reactor_new() 84 LOG_ERROR(LOG_TAG, "%s unable to create eventfd: %s", __func__, in reactor_new() 92 LOG_ERROR(LOG_TAG, "%s unable to allocate object invalidation list.", in reactor_new() 102 LOG_ERROR(LOG_TAG, "%s unable to register eventfd with epoll set: %s", in reactor_new() 162 LOG_ERROR(LOG_TAG, "%s unable to register fd %d to epoll set: %s", __func__, in reactor_register() 185 LOG_ERROR(LOG_TAG, "%s unable to modify interest set for fd %d: %s", in reactor_change_registration() 203 LOG_ERROR(LOG_TAG, "%s unable to unregister fd %d from epoll set: %s", in reactor_unregister() 250 LOG_ERROR(LOG_TAG, "%s error in epoll_wait: %s", __func__, in run_reactor()
|
D | config.cc | 71 LOG_ERROR(LOG_TAG, "%s unable to allocate list for sections.", __func__); in config_new_empty() 90 LOG_ERROR(LOG_TAG, "%s unable to open file '%s': %s", __func__, filename, in config_new() 306 LOG_ERROR(LOG_TAG, "%s error extracting directory from '%s': %s", __func__, in config_save() 313 LOG_ERROR(LOG_TAG, "%s unable to open dir '%s': %s", __func__, in config_save() 320 LOG_ERROR(LOG_TAG, "%s unable to write file '%s': %s", __func__, in config_save() 329 LOG_ERROR(LOG_TAG, "%s unable to write to file '%s': %s", __func__, in config_save() 338 LOG_ERROR(LOG_TAG, "%s unable to write to file '%s': %s", __func__, in config_save() 347 LOG_ERROR(LOG_TAG, "%s unable to write to file '%s': %s", __func__, in config_save() 362 LOG_ERROR(LOG_TAG, "%s unable to close file '%s': %s", __func__, in config_save() 370 LOG_ERROR(LOG_TAG, "%s unable to change file permissions '%s': %s", in config_save() [all …]
|
D | alarm.cc | 292 LOG_ERROR(LOG_TAG, "%s unable to allocate alarm list.", __func__); in lazy_initialize() 304 LOG_ERROR(LOG_TAG, "%s unable to create alarm expired semaphore", __func__); in lazy_initialize() 311 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks thread.", in lazy_initialize() 318 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks queue.", in lazy_initialize() 328 LOG_ERROR(LOG_TAG, "%s unable to create alarm callback thread.", __func__); in lazy_initialize() 364 LOG_ERROR(LOG_TAG, "%s unable to get current time: %s", __func__, in now() 440 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock", __func__); in reschedule_root_alarm() 474 LOG_ERROR(LOG_TAG, "%s unable to set wakeup timer: %s", __func__, in reschedule_root_alarm() 486 LOG_ERROR(LOG_TAG, "%s unable to set timer: %s", __func__, strerror(errno)); in reschedule_root_alarm() 638 LOG_ERROR(LOG_TAG, "%s unable to create timer with clock %d: %s", __func__, in timer_create_internal() [all …]
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_ldac_abr.cc | 71 LOG_ERROR(LOG_TAG, "%s: cannot open LDAC ABR library %s: %s", __func__, in A2DP_VendorLoadLdacAbr() 81 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 91 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 101 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 111 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr() 121 LOG_ERROR(LOG_TAG, in A2DP_VendorLoadLdacAbr()
|
D | a2dp_aac_encoder.cc | 160 LOG_ERROR(LOG_TAG, in updateEncoderUserConfig() 194 LOG_ERROR(LOG_TAG, "%s: Cannot open AAC encoder handle: AAC error 0x%x", in a2dp_aac_encoder_update() 202 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 258 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 267 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 279 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 291 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 303 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 321 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() 330 LOG_ERROR(LOG_TAG, in a2dp_aac_encoder_update() [all …]
|
D | a2dp_sbc.cc | 311 LOG_ERROR(LOG_TAG, "%s: A2DP_BuildInfoSbc failed", __func__); in A2DP_InitDefaultCodecSbc() 330 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilitySbc() 390 LOG_ERROR(LOG_TAG, "%s: can't parse src cap ret = %d", __func__, status); in A2DP_BuildSrc2SinkConfigSbc() 444 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsSbc() 450 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsSbc() 470 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsSbc() 476 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsSbc() 501 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackSampleRateSbc() 527 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackBitsPerSampleSbc() 540 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackChannelCountSbc() [all …]
|
D | a2dp_vendor_aptx.cc | 201 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptx() 244 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptx() 250 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptx() 267 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptx() 273 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptx() 288 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackSampleRateAptx() 305 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackBitsPerSampleAptx() 319 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackChannelCountAptx() 357 LOG_ERROR(LOG_TAG, "%s: A2DP_ParseInfoAptx fail:%d", __func__, a2dp_status); in A2DP_VendorDumpCodecInfoAptx() 446 LOG_ERROR(LOG_TAG, "%s: cannot load the encoder", __func__); in init() [all …]
|
D | a2dp_vendor_aptx_hd.cc | 219 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAptxHd() 258 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptxHd() 264 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecTypeEqualsAptxHd() 281 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptxHd() 287 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorCodecEqualsAptxHd() 303 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackSampleRateAptxHd() 321 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackBitsPerSampleAptxHd() 336 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_VendorGetTrackChannelCountAptxHd() 374 LOG_ERROR(LOG_TAG, "%s: A2DP_ParseInfoAptxHd fail:%d", __func__, in A2DP_VendorDumpCodecInfoAptxHd() 464 LOG_ERROR(LOG_TAG, "%s: cannot load the encoder", __func__); in init() [all …]
|
D | a2dp_aac.cc | 241 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status); in A2DP_CodecInfoMatchesCapabilityAac() 289 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsAac() 295 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecTypeEqualsAac() 312 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsAac() 318 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_CodecEqualsAac() 337 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackSampleRateAac() 378 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackBitsPerSampleAac() 394 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetTrackChannelCountAac() 425 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetObjectTypeCodeAac() 449 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__, in A2DP_GetChannelModeCodeAac() [all …]
|
/system/bt/btif/src/ |
D | btif_sock.cc | 67 LOG_ERROR(LOG_TAG, "%s unable to create btsock_thread.", __func__); in btif_sock_init() 73 LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM sockets: %d", __func__, in btif_sock_init() 80 LOG_ERROR(LOG_TAG, "%s error initializing L2CAP sockets: %d", __func__, in btif_sock_init() 87 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__); in btif_sock_init() 94 LOG_ERROR(LOG_TAG, "%s error initializing SCO sockets: %d", __func__, in btif_sock_init() 149 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, in btsock_listen() 183 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__, in btsock_connect()
|
D | btif_sock_sco.cc | 141 LOG_ERROR(LOG_TAG, "%s unable to allocate socket pair: %s", __func__, in sco_socket_establish_locked() 148 LOG_ERROR(LOG_TAG, "%s unable to allocate new SCO socket.", __func__); in sco_socket_establish_locked() 157 LOG_ERROR(LOG_TAG, "%s unable to create SCO socket: %d", __func__, status); in sco_socket_establish_locked() 163 LOG_ERROR(LOG_TAG, "%s unable to allocate socket from file descriptor %d.", in sco_socket_establish_locked() 229 LOG_ERROR(LOG_TAG, "%s unable to find sco_socket for handle: %hu", __func__, in connection_request_cb() 235 LOG_ERROR( in connection_request_cb() 244 LOG_ERROR(LOG_TAG, "%s unable to allocate new sco_socket.", __func__); in connection_request_cb() 262 LOG_ERROR(LOG_TAG, in connection_request_cb() 283 LOG_ERROR(LOG_TAG, "%s SCO socket not found on connect for handle: %hu", in connect_completed_cb() 305 LOG_ERROR(LOG_TAG, "%s SCO socket not found on disconnect for handle: %hu", in disconnect_completed_cb()
|
D | btif_config_transcode.cc | 32 LOG_ERROR(LOG_TAG, "%s unable to load XML file '%s': %d", __func__, in btif_config_transcode() 39 LOG_ERROR(LOG_TAG, in btif_config_transcode() 47 LOG_ERROR(LOG_TAG, "%s unable to allocate config object.", __func__); in btif_config_transcode()
|
D | btif_sock_rfc.cc | 160 LOG_ERROR(LOG_TAG, "%s unable to find RFCOMM slot id: %d", __func__, id); in find_rfc_slot_by_id() 198 LOG_ERROR(LOG_TAG, "%s unable to find free RFCOMM slot.", __func__); in alloc_rfc_slot() 204 LOG_ERROR(LOG_TAG, "%s error creating socketpair: %s", __func__, in alloc_rfc_slot() 245 LOG_ERROR(LOG_TAG, "%s unable to allocate RFCOMM slot.", __func__); in create_srv_accept_rfc_slot() 308 LOG_ERROR(LOG_TAG, "%s unable to allocate RFCOMM slot.", __func__); in btsock_rfc_listen() 350 LOG_ERROR(LOG_TAG, "%s unable to allocate RFCOMM slot.", __func__); in btsock_rfc_connect() 359 LOG_ERROR(LOG_TAG, "%s unable to initiate RFCOMM connection: %d", in btsock_rfc_connect() 366 LOG_ERROR(LOG_TAG, "%s unable to send channel number.", __func__); in btsock_rfc_connect() 537 LOG_ERROR(LOG_TAG, "%s unable to send connect completion signal to caller.", in on_cli_rfc_connect() 553 LOG_ERROR(LOG_TAG, "%s error writing to RFCOMM socket with slot %u.", in on_rfc_write_done() [all …]
|
/system/bt/hci/src/ |
D | btsnoop_net.cc | 59 LOG_ERROR(LOG_TAG, "%s pthread_create failed: %s", __func__, in btsnoop_net_open() 99 LOG_ERROR(LOG_TAG, "%s socket creation failed: %s", __func__, in listen_fn_() 106 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__, in listen_fn_() 116 LOG_ERROR(LOG_TAG, "%s unable to bind listen socket: %s", __func__, in listen_fn_() 122 LOG_ERROR(LOG_TAG, "%s unable to listen: %s", __func__, strerror(errno)); in listen_fn_()
|
D | hci_layer.cc | 206 LOG_ERROR(LOG_TAG, "%s unable to create startup timer.", __func__); in hci_module_start_up() 212 LOG_ERROR(LOG_TAG, "%s unable to create command response timer.", __func__); in hci_module_start_up() 218 LOG_ERROR(LOG_TAG, "%s unable to create thread.", __func__); in hci_module_start_up() 222 LOG_ERROR(LOG_TAG, "%s unable to make thread RT.", __func__); in hci_module_start_up() 227 LOG_ERROR(LOG_TAG, in hci_module_start_up() 364 LOG_ERROR(LOG_TAG, "%s", __func__); in startup_timer_expired() 448 LOG_ERROR(LOG_TAG, "%s: %d commands pending response", __func__, in command_timed_out() 460 LOG_ERROR(LOG_TAG, "%s: Waited %d ms for a response to opcode: 0x%x %s", in command_timed_out() 467 LOG_ERROR(LOG_TAG, "%s: Size %d Hex %02x %02x %02x %02x", __func__, in command_timed_out() 471 LOG_ERROR(LOG_TAG, "%s: Size %d Hex %02x %02x %02x", __func__, in command_timed_out() [all …]
|
/system/bt/stack/l2cap/ |
D | l2cap_client.cc | 101 LOG_ERROR(LOG_TAG, "%s unable to allocate space for L2CAP client list.", in l2cap_client_new() 142 LOG_ERROR(LOG_TAG, "%s unable to create L2CAP connection.", __func__); in l2cap_client_connect() 154 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", in l2cap_client_disconnect() 195 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", in connect_completed_cb() 201 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, in connect_completed_cb() 211 LOG_ERROR(LOG_TAG, "%s error sending L2CAP config parameters.", __func__); in connect_completed_cb() 222 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_request_cb() 252 LOG_ERROR(LOG_TAG, "%s unable to send config response for LCID 0x%04x.", in config_request_cb() 269 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_completed_cb() 311 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_request_cb() [all …]
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 226 LOG_ERROR("Failed to initialize mutex", ret); in init_reverse_monitor() 228 LOG_ERROR("Failed to initialize condition variable", ret); in init_reverse_monitor() 248 LOG_ERROR("pthread_create failed", ret); in start_thread() 313 LOG_ERROR("Join on monitor thread failed", ret); in main() 320 LOG_ERROR("Join on reverse monitor thread failed", ret); in main() 326 LOG_ERROR("Join on monitor thread failed", ret); in main()
|
/system/bt/osi/include/ |
D | log.h | 37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro 80 #define LOG_ERROR(tag, fmt, args...) \ macro 82 (true) ? ALOG(LOG_ERROR, tag, fmt, ##args) \
|
/system/bt/main/ |
D | bte_conf.cc | 38 LOG_ERROR(LOG_TAG, "%s unable to load DID config '%s'.", __func__, p_path); in bte_load_did_conf() 72 LOG_ERROR(LOG_TAG, in bte_load_did_conf() 93 LOG_ERROR(LOG_TAG, "%s unable to set device ID record %d: error %d.", in bte_load_did_conf()
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 36 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__) 49 #define LOG_ERROR(message, error_code) \ macro
|
/system/bt/service/ |
D | gatt_server_old.cc | 202 LOG_ERROR(LOG_TAG, "%s: Failed to register client", __func__); in ServiceAddedCallback() 284 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestWriteCallback() 326 LOG_ERROR(LOG_TAG, "%s: write failed: %s", __func__, strerror(errno)); in RequestExecWriteCallback() 482 LOG_ERROR(LOG_TAG, "Error getting GATT interface"); in Initialize() 488 LOG_ERROR(LOG_TAG, "Failed to initialize gatt interface"); in Initialize() 494 LOG_ERROR(LOG_TAG, "pipe creation failed: %s", strerror(errno)); in Initialize() 536 LOG_ERROR(LOG_TAG, "Error creating internals"); in Initialize() 544 LOG_ERROR(LOG_TAG, "Error initializing internals"); in Initialize() 552 LOG_ERROR(LOG_TAG, "Failed to register server"); in Initialize() 559 LOG_ERROR(LOG_TAG, "Initialization of server failed"); in Initialize() [all …]
|