Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 167) sorted by relevance

1234567

/system/core/libdiskconfig/
Ddiskconfig.c47 ALOGE("Invalid disk length specified."); in parse_len()
66 ALOGE("Invalid length specified: %s", str); in parse_len()
72 ALOGE("Size modifier illegal when len is -1"); in parse_len()
82 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen); in parse_len()
110 ALOGE("Partition type required: %s", pinfo->name); in load_partitions()
120 ALOGE("Unsupported partition type found: %s", tmp); in load_partitions()
148 ALOGE("Could not malloc disk_info"); in load_diskconfig()
154 ALOGE("Could not malloc part_lst"); in load_diskconfig()
162 ALOGE("Could not read config file %s", fn); in load_diskconfig()
167 ALOGE("Could not find device section in config file '%s'", fn); in load_diskconfig()
[all …]
Ddiskutils.c46 ALOGE("Could not open %s for reading (errno=%d).", src, errno); in write_raw_image()
52 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno); in write_raw_image()
57 ALOGE("Could not seek to offset %lld in %s.", (long long)offset, dst); in write_raw_image()
67 ALOGE("Error (%d) while reading from '%s'", errno, src); in write_raw_image()
88 ALOGE("Error (%d) while writing to '%s'", errno, dst); in write_raw_image()
98 ALOGE("Exited read/write loop without setting flag! WTF?!"); in write_raw_image()
Dconfig_mbr.c64 ALOGE("Error converting kb -> lba. 32bit overflow, expect weirdness"); in kb_to_lba()
77 ALOGE("Maximum number of primary partition exceeded."); in mk_pri_pentry()
82 ALOGE("Unable to allocate memory for partition entry."); in mk_pri_pentry()
148 ALOGE("Unable to allocate memory for EBR."); in mk_ext_pentry()
165 ALOGE("Only the last partition can be specified to fill the disk " in mk_ext_pentry()
215 ALOGE("Unable to allocate memory for MBR signature."); in mk_mbr_sig()
255 ALOGE("Cannot create primary extended partition."); in config_mbr()
281 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name); in config_mbr()
292 ALOGE("Cannot create blank partition %d.", cnt); in config_mbr()
301 ALOGE("Cannot set MBR signature"); in config_mbr()
[all …]
/system/core/libcutils/
Dfs.cpp56 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 …]
Dashmem-dev.cpp82 ALOGE("Failed to dlopen() libashmemd_client.so: %s", dlerror()); in initOpenAshmemFd()
88 ALOGE("Failed to dlsym() openAshmemdFd() function: %s", dlerror()); in initOpenAshmemFd()
131 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed()
156 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed()
194 ALOGE("memfd_create failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support()
199 ALOGE("fcntl(F_ADD_SEALS) failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support()
331 ALOGE("memfd: memfd expected but ashmem fd used - please use libcutils.\n"); in memfd_is_ashmem()
354 ALOGE("memfd_create(%s, %zd) failed: %s\n", name, size, strerror(errno)); in memfd_create_region()
359 ALOGE("ftruncate(%s, %zd) failed for memfd creation: %s\n", name, size, strerror(errno)); in memfd_create_region()
364 ALOGE("memfd_create(%s, %zd) success. fd=%d\n", name, size, fd.get()); in memfd_create_region()
[all …]
Dqtaguid.cpp62 ALOGE("Failed to open libnetd_client.so: %s", dlerror()); in initHandler()
68 ALOGE("load netdTagSocket handler failed: %s", dlerror()); in initHandler()
73 ALOGE("load netdUntagSocket handler failed: %s", dlerror()); in initHandler()
78 ALOGE("load netdSetCounterSet handler failed: %s", dlerror()); in initHandler()
83 ALOGE("load netdDeleteTagData handler failed: %s", dlerror()); in initHandler()
/system/netd/server/
DNetlinkManager.cpp80 ALOGE("Unable to create netlink socket for family %d: %s", netlinkFamily, strerror(errno)); in setupSocket()
89 ALOGE("Unable to set uevent socket SO_RCVBUF option: %s", strerror(errno)); in setupSocket()
101 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket()
108 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno)); in setupSocket()
112 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno)); in setupSocket()
116 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno)); in setupSocket()
123 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket()
155 ALOGE("Unable to open strict socket"); in start()
166 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop()
177 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop()
[all …]
DClatdController.cpp87 ALOGE("Cannot determine initial API level of the device."); in init()
103 ALOGE("openNetlinkSocket() failure: %s", strerror(-rv)); in init()
111 ALOGE("getClatIngressMapFd() failure: %s", strerror(-rv)); in init()
125 if (rv < 0) ALOGE("tcQdiscDelDevClsact() failure: %s", strerror(-rv)); in init()
129 if (!isOk(ret)) ALOGE("mClatIngressMap.iterate() failure: %s", strerror(ret.code())); in init()
131 if (!isOk(ret)) ALOGE("mClatIngressMap.clear() failure: %s", strerror(ret.code())); in init()
240 ALOGE("hardwareAddressType(%s[%d]) failure: %s", tracker.iface, tracker.ifIndex, in maybeStartBpf()
255 ALOGE("hardwareAddressType(%s[%d]) returned unknown type %d.", tracker.iface, in maybeStartBpf()
262 ALOGE("getClatIngressProgFd(%d) failure: %s", isEthernet, strerror(-rv)); in maybeStartBpf()
280 ALOGE("mClatIngress.Map.writeValue failure: %s", strerror(ret.code())); in maybeStartBpf()
[all …]
DBandwidthController.cpp381 ALOGE("unable to update the Bandwidth Uid Map: %s", toString(status).c_str()); in manipulateSpecialApps()
402 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceSharedQuota()
432 ALOGE("Failed set quota rule"); in setInterfaceSharedQuota()
443 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota()
463 ALOGE("No such iface %s to delete", iface.c_str()); in removeInterfaceSharedQuota()
482 ALOGE("Failed to remove shared quota on %s", iface.c_str()); in removeInterfaceSharedQuota()
508 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceQuota()
520 ALOGE("Failed update quota for %s", iface.c_str()); in setInterfaceQuota()
545 ALOGE("Failed set quota rule"); in setInterfaceQuota()
566 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(file).c_str()); in getInterfaceQuota()
[all …]
DNetworkController.cpp103 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
111 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
163 ALOGE("no such netId %u", netId); in setDefaultNetwork()
167 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
178 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
357 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked()
362 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked()
368 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked()
398 ALOGE("No free network ID"); in createPhysicalOemNetwork()
415 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
[all …]
DPppController.cpp57 ALOGE("Multiple PPPD instances not currently supported"); in attachPppd()
69 ALOGE("Invalid tty '%s' specified", tty); in attachPppd()
75 ALOGE("fork failed (%s)", strerror(errno)); in attachPppd()
97 ALOGE("execl failed (%s)", strerror(errno)); in attachPppd()
102 ALOGE("Should never get here!"); in attachPppd()
113 ALOGE("PPPD already stopped"); in detachPppd()
140 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno)); in updateTtyList()
DIptablesRestoreController.cpp66 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady()
88 ALOGE("iptables child process %d unexpectedly disappeared", pid); in stop()
94 ALOGE("Error killing iptables child process %d: %s", pid, strerror(err)); in stop()
99 ALOGE("Error waiting for iptables child process %d: %s", pid, strerror(errno)); in stop()
150 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec()
157 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec()
170 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec()
181 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec()
238 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand()
243 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand()
[all …]
Dmain.cpp122 ALOGE("Unable to create NetlinkManager"); in main()
130 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main()
138 ALOGE("Unable to create NFLogListener: %s", toString(result).c_str()); in main()
156 ALOGE("Unable to init resolver"); in main()
162 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); in main()
168 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); in main()
175 ALOGE("Unable to start NetdNativeService: %d", ret); in main()
186 ALOGE("Unable to start NetdHwService: %d", ret); in main()
DVirtualNetwork.cpp56 ALOGE("Failed to close sockets while %s %s to network %d: %s", in maybeCloseSockets()
70 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); in addUsers()
85 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); in removeUsers()
103 ALOGE("failed to add interface %s to VPN netId %u", interface.c_str(), mNetId); in addInterface()
116 ALOGE("failed to remove interface %s from VPN netId %u", interface.c_str(), mNetId); in removeInterface()
/system/core/trusty/keymaster/ipc/
Dtrusty_keymaster_ipc.cpp52 ALOGE("not connected\n"); in trusty_keymaster_call()
59 ALOGE("failed to allocate msg buffer\n"); in trusty_keymaster_call()
70 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, strerror(errno)); in trusty_keymaster_call()
84 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, in trusty_keymaster_call()
90 ALOGE("invalid response size (%d)\n", (int)rc); in trusty_keymaster_call()
95 ALOGE("invalid command (%d)", header.cmd); in trusty_keymaster_call()
149 ALOGE("Request too big: %u Max size: %u", req_size, TRUSTY_KEYMASTER_SEND_BUF_SIZE); in trusty_keymaster_send()
166 ALOGE("tipc error: %d\n", rc); in trusty_keymaster_send()
175 ALOGE("Error deserializing response of size %d\n", (int)rsp_size); in trusty_keymaster_send()
178 ALOGE("Response of size %d contained error code %d\n", (int)rsp_size, (int)rsp->error); in trusty_keymaster_send()
/system/core/trusty/storage/proxy/
Dipc.c47 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()
Dstorage.c169 ALOGE("%s: invalid request length (%zd < %zd)\n", in storage_file_delete()
177 ALOGE("%s: invalid filename length (%zd != %zd)\n", in storage_file_delete()
185 ALOGE("%s: asprintf failed\n", __func__); in storage_file_delete()
198 ALOGE("%s: error (%d) unlinking file '%s'\n", in storage_file_delete()
223 ALOGE("%s: invalid request length (%zd < %zd)\n", in storage_file_open()
231 ALOGE("%s: invalid filename length (%zd != %zd)\n", in storage_file_open()
239 ALOGE("%s: asprintf failed\n", __func__); in storage_file_open()
276 ALOGE("%s: failed to open file \"%s\": %s\n", in storage_file_open()
304 ALOGE("%s: invalid request length (%zd != %zd)\n", in storage_file_close()
316 ALOGE("%s: fsync failed for fd=%u: %s\n", in storage_file_close()
[all …]
Dproxy.c63 ALOGE("usage: storageproxyd -d <trusty_dev> -p <data_path> -r <rpmb_dev> -t <dev_type>\n"); in show_usage_and_exit()
64 ALOGE("Available dev types: mmc, virt\n"); in show_usage_and_exit()
116 ALOGE("cmd 0x%x: post commit option is not implemented\n", msg->cmd); in handle_req()
163 ALOGE("unhandled command 0x%x\n", msg->cmd); in handle_req()
215 ALOGE("Unrecognized dev type: %s\n", optarg); in parse_args()
221 ALOGE("unrecognized option (%c):\n", opt); in parse_args()
227 ALOGE("missing required argument(s)\n"); in parse_args()
260 ALOGE("exiting proxy loop with status (%d)\n", rc); in main()
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc82 ALOGE( "Bluetooth socket error: %s", strerror(errno)); in openBtHci()
88 ALOGE( "HCI interface (%d) not found", hci_interface); in openBtHci()
98 ALOGE( "HCI Channel Control: %s", strerror(errno)); in openBtHci()
125 ALOGE( "Bluetooth socket error: %s", strerror(errno)); in waitHciDev()
133 ALOGE( "HCI Channel Control: %s", strerror(errno)); in waitHciDev()
149 ALOGE( "Unable to write mgmt command: %s", strerror(errno)); in waitHciDev()
158 ALOGE( "Poll error: %s", strerror(errno)); in waitHciDev()
162 ALOGE( "Timeout, no HCI device detected"); in waitHciDev()
170 ALOGE( "Error reading control channel: %s", in waitHciDev()
207 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno); in findRfKill()
[all …]
/system/netd/resolv/dns_responder/
Ddns_tls_frontend.cpp46 ALOGE("SPKI length mismatch"); in getSPKIDigest()
53 ALOGE("Server cert digest extraction failed"); in getSPKIDigest()
57 ALOGE("Wrong digest length: %d", digest_len); in getSPKIDigest()
81 ALOGE("BN_new failed"); in make_private_key()
85 ALOGE("BN_set_word failed"); in make_private_key()
91 ALOGE("RSA_new failed"); in make_private_key()
95 ALOGE("RSA_generate_key_ex failed"); in make_private_key()
101 ALOGE("EVP_PKEY_new failed"); in make_private_key()
105 ALOGE("EVP_PKEY_assign_RSA failed"); in make_private_key()
117 ALOGE("X509_new failed"); in make_cert()
[all …]
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper_ipc.c48 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/tools/hidl/test/hidl_test/
Dhidl_test_servers.cpp68 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/lmkd/libpsi/
Dpsi.c41 ALOGE("No kernel psi monitor support (errno=%d)", errno); in init_psi_monitor()
52 ALOGE("Invalid psi stall type: %d", stall_type); in init_psi_monitor()
58 ALOGE("%s line overflow for psi stall type '%s'", in init_psi_monitor()
66 ALOGE("%s write failed for psi stall type '%s'; errno=%d", in init_psi_monitor()
86 ALOGE("epoll_ctl for psi monitor failed; errno=%d", errno); in register_psi_monitor()
/system/core/debuggerd/libdebuggerd/
Dopen_files_list.cpp45 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/extras/ANRdaemon/
DANRdaemon.cpp145 ALOGE("Error in getting cpu status. Skipping this check."); in get_cpu_stat()
269 ALOGE("Failed to create %s. Dump aborted.", path_buf); in dump_trace()
274 ALOGE("Failed to write the header."); in dump_trace()
281 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path); in dump_trace()
293 ALOGE("error initializing zlib: %d\n", result); in dump_trace()
311 ALOGE("error reading trace: %s", strerror(errno)); in dump_trace()
325 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace()
337 ALOGE("error deflating trace: %s\n", zs.msg); in dump_trace()
344 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace()
350 ALOGE("error cleaning up zlib: %d\n", result); in dump_trace()
[all …]

1234567