Searched refs:ALOGE (Results 51 - 75 of 158) sorted by relevance

1234567

/system/extras/ANRdaemon/
H A DANRdaemon.cpp146 ALOGE("Error in getting cpu status. Skipping this check.");
270 ALOGE("Failed to create %s. Dump aborted.", path_buf);
275 ALOGE("Failed to write the header.");
282 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path);
294 ALOGE("error initializing zlib: %d\n", result);
312 ALOGE("error reading trace: %s", strerror(errno));
326 ALOGE("error writing deflated trace: %s", strerror(errno));
338 ALOGE("error deflating trace: %s\n", zs.msg);
345 ALOGE("error writing deflated trace: %s", strerror(errno));
351 ALOGE("erro
[all...]
/system/core/adf/libadfhwc/
H A Dadfhwc.cpp94 ALOGE("failed to get ADF interface data: %s", strerror(err));
140 ALOGE("unknown display attribute %u", attribute);
157 ALOGE("failed to get ADF interface data: %s", strerror(err));
191 ALOGE("unknown display attribute %u", attribute);
208 ALOGE("failed to get ADF interface data: %s", strerror(err));
239 ALOGE("error reading event from display %d: %s", disp, strerror(err));
282 ALOGE("failed to set thread exit action %s", strerror(errno));
300 ALOGE("error in event thread: %s", strerror(errno));
328 ALOGE("failed to dup interface fd: %s", strerror(errno));
337 ALOGE("faile
[all...]
/system/core/debuggerd/libdebuggerd/
H A Dopen_files_list.cpp42 ALOGE("failed to open directory %s: %s", fd_dir_name.c_str(), strerror(errno));
58 ALOGE("failed to readlink %s: %s", path.c_str(), strerror(errno));
/system/libhidl/transport/include/hidl/
H A DLegacySupport.h39 ALOGE("Could not get passthrough implementation for %s/%s.",
53 ALOGE("Could not register service %s/%s (%d).",
/system/security/keystore/
H A Dkeystore_get_wifi_hidl.cpp38 ALOGE("Null pointer argument passed");
44 ALOGE("could not contact keystore HAL");
/system/security/keystore-engine/
H A Dkeystore_backend_binder.cpp46 ALOGE("could not contact keystore");
69 ALOGE("could not contact keystore");
/system/core/libcutils/
H A Dtrace-dev.c101 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno);
105 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno),
124 ALOGE("Error parsing trace property: Not a number: %s", value);
127 ALOGE("Error parsing trace property: Number too large: %s", value);
166 ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno);
/system/core/libion/
H A Dion.c39 ALOGE("open /dev/ion failed!\n");
55 ALOGE("ioctl %x failed with code %d: %s\n", req,
109 ALOGE("map ioctl returned negative fd\n");
114 ALOGE("mmap failed: %s\n", strerror(errno));
136 ALOGE("share ioctl returned negative fd\n");
/system/netd/server/
H A DNetlinkCommands.cpp55 ALOGE("netlink recv failed (%s)", strerror(-ret));
60 ALOGE("bad netlink response message size (%d != %zu)", ret, sizeof(response));
97 ALOGE("netlink socket connect/writev failed (%s)", strerror(-ret));
152 ALOGE("Unknown flush type getAction=%d deleteAction=%d", getAction, deleteAction);
167 ALOGE("Error writing flush request: %s", strerror(errno));
H A Doem_iptables_hook.cpp69 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno));
/system/tools/hidl/test/
H A Dhidl_test_servers.cpp84 ALOGE("Could not kill %s; errno = %d", serverName, errno);
87 ALOGE("Waiting for %s to exit...", serverName);
90 ALOGE("%s terminates abnormally with status %d", serverName, status);
92 ALOGE("%s killed successfully", serverName);
94 ALOGE("Continuing...");
/system/core/trusty/storage/lib/
H A Dstorage.c63 ALOGE("invalid msg length (%zd < %zd)\n", res, sizeof(*msg));
83 ALOGE("cmd 0x%x: is unhandles command\n", msg->cmd);
93 ALOGE("cmd 0x%x: internal server error\n", msg->cmd);
97 ALOGE("cmd 0x%x: unhandled server response %u\n",
113 ALOGE("failed to send request: %s\n", strerror(errno));
120 ALOGE("failed to recv response: %s\n", strerror(errno));
158 ALOGE("%s: invalid response length (%zd != %zd)\n", __func__, rc, sizeof(rsp));
176 ALOGE("close file failed (%d)\n", (int)rc);
257 ALOGE("got partial write (%d)\n", (int)rc);
293 ALOGE("
[all...]
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc94 ALOGE("Error reading from archive fd: %s", strerror(errno));
96 ALOGE("Short read of zip file, possibly corrupted zip?");
165 ALOGE("Installed zlib is not compatible with linked version (%s)",
168 ALOGE("Call to inflateInit2 failed (zerr=%d)", zerr);
215 ALOGE("Error reading from archive fd: %s", strerror(errno));
217 ALOGE("Short read of zip file, possibly corrupted zip?");
229 ALOGE("inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)",
/system/media/audio_route/
H A Daudio_route.c132 ALOGE("Path: %s, length: %d", path->name, path->length);
136 ALOGE(" id=%d: ctl=%s", i, mixer_ctl_get_name(ctl));
139 ALOGE(" id=%d value=0x%02x", j, path->setting[i].value.bytes[j]);
142 ALOGE(" id=%d value=%d", j, path->setting[i].value.enumerated[j]);
145 ALOGE(" id=%d value=%ld", j, path->setting[i].value.integer[j]);
185 ALOGE("Path name '%s' already exists", name);
199 ALOGE("Unable to allocate more paths");
243 ALOGE("Unable to allocate more path settings");
264 ALOGE("Control '%s' already exists in path '%s'",
270 ALOGE("unsupporte
[all...]
/system/core/libmemunreachable/
H A DThreadCapture.cpp113 ALOGE("failed to open %s: %s", path, strerror(errno));
129 ALOGE("failed to get directory entries from %s: %s", path, strerror(errno));
180 ALOGE("failed to detach from thread %d of process %d: %s", tid, pid_,
190 ALOGE("failed to attach to thread %d of process %d: %s", tid, pid_,
203 ALOGE("failed to interrupt thread %d of process %d: %s", tid, pid_,
222 ALOGE("ptrace getregset for thread %d of process %d failed: %s",
261 ALOGE("failed to wait for pause of thread %d of process %d: %s", tid, pid_,
268 ALOGE("thread %d of process %d was not paused after waitpid, killed?",
288 ALOGE("unexpected signal %d with PTRACE_EVENT_STOP for thread %d of process %d",
H A DPtracerThread.cpp105 ALOGE("failed to clone child: %s", strerror(errno));
123 ALOGE("waitpid %d failed: %s", child_pid_, strerror(errno));
134 ALOGE("unexpected status %x", status);
/system/nfc/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp206 ALOGE("%s: Patch download failed", __func__);
231 ALOGE("%s: Setting snooze mode failed, status=%i", __func__, status);
408 ALOGE("%s fail reading i2c fix; actual len=%zu; expected len=%lu",
411 ALOGE("%s Unable to get buffer to i2c fix (%lu bytes)", __func__,
417 ALOGE("%s Unable to open i2c fix patchfile %s", __func__, sPrePatchFn);
447 ALOGE("%s fail reading patchram", __func__);
449 ALOGE("%s Unable to buffer to hold patchram (%lu bytes)", __func__,
454 ALOGE("%s Unable to open patchfile %s", __func__, sPatchFn);
464 ALOGE(
/system/core/debuggerd/libdebuggerd/arm/
H A Dmachine.cpp34 ALOGE("cannot get registers: %s\n", strerror(errno));
69 ALOGE("cannot get registers: %s\n", strerror(errno));
77 ALOGE("cannot get FP registers: %s\n", strerror(errno));
/system/core/debuggerd/libdebuggerd/arm64/
H A Dmachine.cpp40 ALOGE("ptrace failed to get registers: %s", strerror(errno));
73 ALOGE("ptrace error: %s\n", strerror(errno));
84 ALOGE("ptrace error: %s\n", strerror(errno));
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp82 ALOGE("could not open file: %s: %s", filename, strerror(errno));
94 ALOGE("could not open file: %s : %s", filename, strerror(errno));
126 ALOGE("%s: could not remove file [%s], attempting 0 write", __func__, strerror(errno));
188 ALOGE("enroll transaction failed\n");
202 ALOGE("HAL: password_handle=%p size_of_handle=%" PRIu32 "\n",
278 ALOGE("verify transaction failed\n");
309 ALOGE("Failure sending auth token to KeyStore: %" PRId32, int32_t(ret));
312 ALOGE("Unable to communicate with KeyStore");
347 ALOGE("%s: permission denied for [%d:%d]", __func__, calling_pid, calling_uid);
385 ALOGE("
[all...]
/system/hwservicemanager/
H A DAccessControl.cpp70 ALOGE("SELinux: failed to retrieved process context for pid %d", sourcePid);
91 ALOGE("No match for interface %s in hwservice_contexts", interface);
106 ALOGE("No valid hwservicemanager audit data");
/system/keymaster/
H A Dkeymaster_configuration.cpp79 ALOGE("Failed to compile version regex! (%s)", kPlatformVersionRegex);
108 ALOGE("Failed to compile platform patchlevel regex! (%s)", kPlatformPatchlevelRegex);
125 ALOGE("Invalid patch month %d", month);
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc49 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
68 ALOGE("cb == nullptr! -> Unable to call initializationComplete(ERR)");
159 ALOGE("Test channel SetUp(%d) failed.", port);
167 ALOGE("Error watching test channel fd.");
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.cpp107 ALOGE("failed to connect to keymaster (%d)", rc);
123 ALOGE("Keymaster version %d.%d.%d not supported.", version_response.major_ver,
175 ALOGE("Got error %d from send", err);
233 ALOGE("No key specified for import");
240 ALOGE("Could not parse PKCS8 key blob");
246 ALOGE("Could not extract key from PKCS8 key blob");
258 ALOGE("Unsupported algorithm %d", EVP_PKEY_type(pkey->type));
301 ALOGE("Error extracting signing params: %d", err);
309 ALOGE("Error sending sign begin: %d", err);
320 ALOGE("Erro
[all...]
/system/media/audio_utils/spdif/
H A DFrameScanner.cpp71 ALOGE("FrameScanner: ERROR - parseHeader() failed.");

Completed in 1153 milliseconds

1234567