/system/core/libcutils/ |
D | fs.cpp | 56 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_path_impl() 64 ALOGE("Not a %s: %s", (prepare_as_dir ? "directory" : "regular file"), path); in fs_prepare_path_impl() 76 ALOGE("Expected path %s with owner %d:%d but found %d:%d", in fs_prepare_path_impl() 92 ALOGE("Failed to %s(%s): %s", in fs_prepare_path_impl() 104 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_path_impl() 108 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_path_impl() 130 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int() 136 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int() 140 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int() 155 ALOGE("Path too long"); in fs_write_atomic_int() [all …]
|
D | ashmem-dev.cpp | 120 ALOGE("memfd_create failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support() 125 ALOGE("fcntl(F_ADD_SEALS) failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support() 148 ALOGE("Failed to read %s: %s.\n", boot_id_path.c_str(), strerror(errno)); in get_ashmem_device_path() 174 ALOGE("Unable to open ashmem device %s (error = %s) and /dev/ashmem(error = %s)", in __ashmem_open_locked() 270 ALOGE("memfd: memfd expected but ashmem fd used - please use libcutils.\n"); in memfd_is_ashmem() 295 ALOGE("memfd_create(%s, %zd) failed: %s\n", name, size, strerror(errno)); in memfd_create_region() 300 ALOGE("ftruncate(%s, %zd) failed for memfd creation: %s\n", name, size, strerror(errno)); in memfd_create_region() 306 ALOGE("memfd_create(%s, %zd) F_ADD_SEALS failed: %m", name, size); in memfd_create_region() 311 ALOGE("memfd_create(%s, %zd) success. fd=%d\n", name, size, fd.get()); in memfd_create_region() 363 ALOGE("memfd_set_prot_region(%d, %d): F_GET_SEALS failed: %s\n", fd, prot, strerror(errno)); in memfd_set_prot_region() [all …]
|
/system/core/trusty/storage/proxy/ |
D | proxy.c | 67 ALOGE("Provided file mapping is null\n"); in parse_and_append_file_mapping() 72 ALOGE("Couldn't duplicate string: %s\n", file_mapping); in parse_and_append_file_mapping() 77 ALOGE("No file name found\n"); in parse_and_append_file_mapping() 82 ALOGE("No backing storage found\n"); in parse_and_append_file_mapping() 88 ALOGE("Couldn't allocate additional storage_mapping_node\n"); in parse_and_append_file_mapping() 110 ALOGE("usage: storageproxyd -d <trusty_dev> -p <data_path> -r <rpmb_dev> -t <dev_type> [-m " in show_usage_and_exit() 112 ALOGE("Available dev types: mmc, virt\n"); in show_usage_and_exit() 113 ALOGE("-f = Maps secure storage files like `0` and `persist/0`\n" in show_usage_and_exit() 116 ALOGE("-m = Specifies the max size constraint for file backed storages.\n" in show_usage_and_exit() 134 ALOGE("cmd 0x%x: post commit option is not implemented\n", msg->cmd); in handle_req() [all …]
|
D | storage.c | 115 ALOGE("%s: untracked fd=%u\n", __func__, handle); in clear_fd_symlink_status() 155 ALOGE("%s: asprintf failed\n", __func__); in possibly_symlink_and_clear_mapping() 163 ALOGE("%s: error symlinking %s->%s (%s)\n", __func__, path, entry->backing_storage, in possibly_symlink_and_clear_mapping() 280 ALOGE("%s: invalid request length (%zd < %zd)\n", in storage_file_delete() 288 ALOGE("%s: invalid filename length (%zd != %zd)\n", in storage_file_delete() 296 ALOGE("%s: asprintf failed\n", __func__); in storage_file_delete() 309 ALOGE("%s: error (%d) unlinking file '%s'\n", in storage_file_delete() 334 ALOGE("%s: failed to open parent directory \"%s\" for sync: %s\n", __func__, parent_path, in sync_parent() 382 ALOGE("Requesting exclusive open on backed storage isn't supported: %s\n", full_path); in open_possibly_mapped_file() 392 ALOGE("%s Failed to open mapping file: %s\n", __func__, mapping_entry->backing_storage); in open_possibly_mapped_file() [all …]
|
D | ipc.c | 47 ALOGE("failed (%d) to connect to storage server\n", rc); in ipc_connect() 49 ALOGE("max number of reconnect retries (%d) has been reached\n", in ipc_connect() 76 ALOGE("failed to read request: %s\n", strerror(errno)); in ipc_get_msg() 82 ALOGE("message is too short (%zu bytes received)\n", rc); in ipc_get_msg() 88 ALOGE("inconsistent message size [cmd=%d] (%u != %u)\n", in ipc_get_msg() 107 ALOGE("error sending response 0x%x: %s\n", in ipc_respond()
|
D | rpmb.c | 173 ALOGE("log_buf prefix was too long"); in log_buf() 215 ALOGE("Invalid SCSI sense buffer, length: %zu\n", len); in check_scsi_sense() 222 ALOGE("Invalid SCSI sense response code: %hhu\n", response_code); in check_scsi_sense() 274 ALOGE("Unexpected SCSI sense data: key=%hhu, asc=%hhu, ascq=%hhu\n", sense_key, in check_scsi_sense() 286 ALOGE("SG_IO received unknown status, LSB is set: %hhu", io_hdrp->status); in check_sg_io_hdr() 294 ALOGE("Unexpected SCSI sense. masked_status: %hhu, host_status: %hu, driver_status: " in check_sg_io_hdr() 308 ALOGE("SG_IO failed with masked_status: %hhu, host_status: %hu, driver_status: %hu\n", in check_sg_io_hdr() 314 ALOGE("SG_IO failed with host_status: %hu, driver_status: %hu\n", io_hdrp->host_status, in check_sg_io_hdr() 319 ALOGE("SG_IO resid was non-zero: %d\n", io_hdrp->resid); in check_sg_io_hdr() 383 ALOGE("%s: mmc ioctl failed: %d, %s\n", __func__, rc, strerror(errno)); in send_mmc_rpmb_req() [all …]
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_dev.c | 92 ALOGE("HMAC_Init_ex failed\n"); in rpmb_mac() 98 ALOGE("HMAC_Update failed\n"); in rpmb_mac() 104 ALOGE("bad md_len %d != %zd\n", md_len, sizeof(mac->byte)); in rpmb_mac() 108 ALOGE("HMAC_Final failed\n"); in rpmb_mac() 122 ALOGE("rpmb_dev: seek to %d failed, got %d\n", pos, ret); in rpmb_file_seek() 140 ALOGE("rpmb_dev: Failed to seek rpmb data file\n"); in rpmb_dev_program_key() 146 ALOGE("rpmb_dev: Failed to write rpmb key: %d, %s\n", ret, strerror(errno)); in rpmb_dev_program_key() 168 ALOGE("rpmb_dev: Write counter expired\n"); in rpmb_dev_data_write() 176 ALOGE("rpmb_dev: Invalid write counter %u. Expected: %u\n", write_counter, in rpmb_dev_data_write() 184 ALOGE("rpmb_dev: Failed to seek rpmb data file\n"); in rpmb_dev_data_write() [all …]
|
/system/netd/server/ |
D | NetlinkManager.cpp | 81 ALOGE("Unable to create netlink socket for family %d: %s", netlinkFamily, strerror(errno)); in setupSocket() 90 ALOGE("Unable to set uevent socket SO_RCVBUF option: %s", strerror(errno)); in setupSocket() 102 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket() 109 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno)); in setupSocket() 113 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno)); in setupSocket() 117 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno)); in setupSocket() 124 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket() 156 ALOGE("Unable to open strict socket"); in start() 167 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop() 178 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop() [all …]
|
D | IptablesRestoreController.cpp | 70 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady() 134 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec() 141 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec() 155 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec() 166 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec() 225 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand() 230 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand() 248 ALOGE("iptables error:"); in maybeLogStderr() 249 ALOGE("------- COMMAND -------"); in maybeLogStderr() 250 ALOGE("%s", command.c_str()); in maybeLogStderr() [all …]
|
D | BandwidthController.cpp | 319 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceSharedQuota() 348 ALOGE("Failed set quota rule"); in setInterfaceSharedQuota() 359 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota() 379 ALOGE("No such iface %s to delete", iface.c_str()); in removeInterfaceSharedQuota() 397 ALOGE("Failed to remove shared quota on %s", iface.c_str()); in removeInterfaceSharedQuota() 417 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceQuota() 429 ALOGE("Failed update quota for %s", iface.c_str()); in setInterfaceQuota() 453 ALOGE("Failed set quota rule"); in setInterfaceQuota() 474 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(file).c_str()); in getInterfaceQuota() 479 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(rv).c_str()); in getInterfaceQuota() [all …]
|
D | PppController.cpp | 58 ALOGE("Multiple PPPD instances not currently supported"); in attachPppd() 70 ALOGE("Invalid tty '%s' specified", tty); in attachPppd() 76 ALOGE("fork failed (%s)", strerror(errno)); in attachPppd() 98 ALOGE("execl failed (%s)", strerror(errno)); in attachPppd() 103 ALOGE("Should never get here!"); in attachPppd() 114 ALOGE("PPPD already stopped"); in detachPppd() 141 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno)); in updateTtyList()
|
D | main.cpp | 142 ALOGE("Failed to find cgroup v2 root %s", strerror(errno)); in main() 147 ALOGE("libnetd_updatable_init failed"); in main() 154 ALOGE("Unable to create NetlinkManager"); in main() 163 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main() 171 ALOGE("Unable to create NFLogListener: %s", toString(result).c_str()); in main() 189 ALOGE("Unable to init resolver"); in main() 195 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); in main() 202 ALOGE("Unable to start NetdNativeService: %d", ret); in main() 208 ALOGE("Unable to start MDnsService: %d", ret); in main() 226 ALOGE("Unable to start HIDL NetdHwService: %d", ret); in main()
|
D | NetworkController.cpp | 106 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 114 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 183 ALOGE("no such netId %u", netId); in setDefaultNetwork() 187 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork() 198 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork() 403 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked() 408 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked() 414 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked() 444 ALOGE("No free network ID"); in createPhysicalOemNetwork() 462 ALOGE("invalid netId %u", netId); in createVirtualNetwork() [all …]
|
D | PhysicalNetwork.cpp | 33 ALOGE("failed to add interface %s to default netId %u", interface.c_str(), netId); in addToDefault() 46 ALOGE("failed to remove interface %s from default netId %u", interface.c_str(), netId); in removeFromDefault() 77 ALOGE("Error closing sockets for netId %d permission change", mNetId); in destroySocketsLackingPermission() 82 ALOGE("Failed to close sockets changing netId %d to permission %d: %s", in destroySocketsLackingPermission() 120 ALOGE("failed to change permission on interface %s of netId %u from %x to %x", in setPermission() 179 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); in addUsers() 194 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); in removeUsers() 208 ALOGE("failed to add interface %s to netId %u", interface.c_str(), mNetId); in addInterface() 235 ALOGE("failed to remove interface %s from netId %u", interface.c_str(), mNetId); in removeInterface()
|
/system/memory/lmkd/ |
D | watchdog.cpp | 34 ALOGE("Failed to assign cpuset to the watchdog thread"); in watchdog_main() 38 ALOGE("Watchdog timer creation failed!"); in watchdog_main() 44 ALOGE("sigwait failed: %s", strerror(errno)); in watchdog_main() 57 ALOGE("pthread_create failed: %s", strerror(errno)); in init() 81 ALOGE("timer_settime failed: %s", strerror(errno)); in start() 96 ALOGE("timer_settime failed: %s", strerror(errno)); in stop() 109 ALOGE("sigprocmask failed: %s", strerror(errno)); in create_timer() 117 ALOGE("timer_create failed: %s", strerror(errno)); in create_timer()
|
D | lmkd.cpp | 673 ALOGE("%s open: %s", data->filename, strerror(errno)); in reread_file() 681 ALOGE("%s read: %s", data->filename, strerror(errno)); in reread_file() 759 ALOGE("control data socket read failed; %s", strerror(errno)); in ctrl_data_read() 763 ALOGE("Got EOF on control data socket"); in ctrl_data_read() 778 ALOGE("Failed to retrieve sender credentials"); in ctrl_data_read() 798 ALOGE("control data socket write failed; errno=%d", errno); in ctrl_data_write() 800 ALOGE("Got EOF on control data socket"); in ctrl_data_write() 903 ALOGE("kernel lmk event file could not be opened; errno=%d", errno); in init_poll_kernel() 1017 ALOGE("Error opening %s; errno=%d", path, errno); in writefilestring() 1024 ALOGE("Error writing %s; errno=%d", path, errno); in writefilestring() [all …]
|
/system/core/trusty/utils/spiproxyd/ |
D | main.c | 36 ALOGE("failed (%d) to read request from TA\n", rc); in handle_msg() 44 ALOGE("failed (%d) to forward request to host\n", rc); in handle_msg() 51 ALOGE("failed (%d) to read response from host\n", rc); in handle_msg() 59 ALOGE("failed (%d) to forward response to TA\n", rc); in handle_msg() 70 ALOGE("exiting event loop\n"); in event_loop() 77 ALOGE("usage: spiproxyd -t TRUSTY_DEVICE -s SPI_DEVICE -p SPI_PROXY_PORT\n"); in show_usage() 123 ALOGE("failed (%d) to connect to SPI proxy port\n", rc); in main() 130 ALOGE("failed (%d) to open SPI device\n", rc); in main()
|
/system/bpf/loader/ |
D | BpfLoader.cpp | 117 ALOGE("Failed to load object: %s, ret: %s", progPath.c_str(), std::strerror(-ret)); in loadAllElfObjects() 138 ALOGE("Failed to create directory: %s, ret: %s", s.c_str(), std::strerror(err)); in createSysFsBpfSubDir() 153 ALOGE("=== CRITICAL FAILURE LOADING BPF PROGRAMS FROM %s ===", location.dir); in main() 154 ALOGE("If this triggers reliably, you're probably missing kernel options or patches."); in main() 155 ALOGE("If this triggers randomly, you might be hitting some memory allocation " in main() 157 ALOGE("--- DO NOT EXPECT SYSTEM TO BOOT SUCCESSFULLY ---"); in main() 165 ALOGE("FATAL: execve(): %d[%s]", errno, strerror(errno)); in main()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper_ipc.c | 48 ALOGE("not connected\n"); in trusty_gatekeeper_call() 61 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, in trusty_gatekeeper_call() 68 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", in trusty_gatekeeper_call() 74 ALOGE("invalid response size (%d)\n", (int) rc); in trusty_gatekeeper_call() 81 ALOGE("invalid command (%d)\n", msg->cmd); in trusty_gatekeeper_call()
|
/system/memory/lmkd/libpsi/ |
D | psi.cpp | 39 ALOGE("Invalid psi resource type: %d", resource); in init_psi_monitor() 49 ALOGE("No kernel psi monitor support (errno=%d)", errno); in init_psi_monitor() 60 ALOGE("Invalid psi stall type: %d", stall_type); in init_psi_monitor() 66 ALOGE("%s line overflow for psi stall type '%s'", psi_resource_file[resource], in init_psi_monitor() 74 ALOGE("%s write failed for psi stall type '%s'; errno=%d", psi_resource_file[resource], in init_psi_monitor() 94 ALOGE("epoll_ctl for psi monitor failed; errno=%d", errno); in register_psi_monitor()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_servers.cpp | 68 ALOGE("Could not kill %s; errno = %d", serverName, errno); in killServer() 71 ALOGE("Waiting for %s to exit...", serverName); in killServer() 74 ALOGE("%s terminates abnormally with status %d", serverName, status); in killServer() 76 ALOGE("%s killed successfully", serverName); in killServer() 78 ALOGE("Continuing..."); in killServer()
|
/system/core/trusty/keymaster/ipc/ |
D | trusty_keymaster_ipc.cpp | 78 ALOGE("not connected\n"); in trusty_keymaster_call_2() 85 ALOGE("failed to allocate msg buffer\n"); in trusty_keymaster_call_2() 112 ALOGE("write poll error: %d", errno); in trusty_keymaster_call_2() 127 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, strerror(errno)); in trusty_keymaster_call_2() 181 ALOGE("read poll error: %d", errno); in trusty_keymaster_call_2() 193 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, in trusty_keymaster_call_2() 199 ALOGE("invalid response size (%d)\n", (int)rc); in trusty_keymaster_call_2() 204 ALOGE("invalid command (%d)", header.cmd); in trusty_keymaster_call_2() 230 ALOGE("Message was to large (%zu) for the provided buffer (%u)", out_buffer->size(), in trusty_keymaster_call() 281 ALOGE("Request too big: %u Max size: %u", req_size, TRUSTY_KEYMASTER_SEND_BUF_SIZE); in trusty_keymaster_send() [all …]
|
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 45 ALOGE("failed to open directory %s: %s", fd_dir_name.c_str(), strerror(errno)); in populate_open_files_list() 62 ALOGE("failed to readlink %s: %s", path.c_str(), strerror(errno)); in populate_open_files_list() 76 ALOGE("failed to read fdsan table entry %zu: %s", i, strerror(errno)); in populate_fdsan_table() 87 ALOGE("failed to read fdsan table overflow pointer: %s", strerror(errno)); in populate_fdsan_table() 97 ALOGE("failed to read fdsan overflow table length: %s", strerror(errno)); in populate_fdsan_table() 102 ALOGE("unreasonable large fdsan overflow table size %zu, bailing out", overflow_length); in populate_fdsan_table() 111 ALOGE("failed to read fdsan overflow entry for fd %d: %s", fd, strerror(errno)); in populate_fdsan_table() 136 ALOGE("OpenFilesList contains an entry (fd %d) with no path or owner", fd); in dump_open_files_list()
|
/system/libhidl/transport/ |
D | LegacySupport.cpp | 38 ALOGE("Could not get passthrough implementation for %s/%s.", interfaceName.c_str(), in registerPassthroughServiceImplementation() 43 ALOGE("Implementation of %s/%s is remote!", interfaceName.c_str(), serviceName.c_str()); in registerPassthroughServiceImplementation() 51 ALOGE("Error retrieving interface name from %s/%s: %s", interfaceName.c_str(), in registerPassthroughServiceImplementation() 56 ALOGE("Implementation of %s/%s is actually %s, not a %s!", interfaceName.c_str(), in registerPassthroughServiceImplementation() 65 ALOGE("Could not register service %s/%s (%d).", interfaceName.c_str(), serviceName.c_str(), in registerPassthroughServiceImplementation()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 135 ALOGE("Error in getting cpu status. Skipping this check."); in get_cpu_stat() 257 ALOGE("Failed to create %s. Dump aborted.", path_buf); in dump_trace() 262 ALOGE("Failed to write the header."); in dump_trace() 269 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path); in dump_trace() 281 ALOGE("error initializing zlib: %d\n", result); in dump_trace() 299 ALOGE("error reading trace: %s", strerror(errno)); in dump_trace() 313 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace() 325 ALOGE("error deflating trace: %s\n", zs.msg); in dump_trace() 332 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace() 338 ALOGE("error cleaning up zlib: %d\n", result); in dump_trace() [all …]
|