Searched refs:ALOGE (Results 101 - 125 of 158) sorted by relevance

1234567

/system/security/keystore/
H A Dkeystore.cpp195 ALOGE("Got unexpected return code %d from KeyStore::get()", rc);
213 ALOGE("Failed to delete user %d's master key", userId);
217 ALOGE("Failed to remove user %d's directory", userId);
485 ALOGE("Keymaster error %d importing key pair", error);
511 ALOGE("Communication with keymaster HAL failed while retrieving hardware features (%s)",
570 ALOGE("User initialization failed for %u; subsuquent operations will fail", userId);
656 ALOGE("Problem instantiating BIO");
662 ALOGE("Couldn't read old PEM file");
669 ALOGE("Couldn't measure PKCS#8 length");
676 ALOGE("Could
[all...]
H A Dkeystore_aidl_hidl_marshalling_utils.cpp111 ALOGE("Unsupported KeyParameter tag %d", tag);
141 ALOGE("Failed to write KeyParameter: Unsupported tag %d", param.tag);
159 ALOGE("Error reading KeyParameter from parcel");
/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp71 ALOGE("Unwind failed: tid = %d: %s", tid,
112 ALOGE("Unwind failed: tid = %d: %s", tid,
H A Delf_utils.cpp68 ALOGE("Possible corrupted note, desc size value is too large: %u",
H A Dtombstone.cpp245 ALOGE("cannot get siginfo: %s\n", strerror(errno));
394 ALOGE("Cannot get siginfo for %d: %s\n", tid, strerror(errno));
496 ALOGE("Unwind failed: pid = %d, tid = %d", pid, tid);
528 ALOGE("Unable to open %s: %s\n", filename, strerror(errno));
546 ALOGE("Error while reading log: %s\n", strerror(-actual));
550 ALOGE("Got zero bytes while reading log: %s\n", strerror(errno));
709 ALOGE("debuggerd: failed to find a valid tombstone, default to using tombstone 0.\n");
717 ALOGE("debuggerd: failed to open tombstone file '%s': %s\n", path, strerror(errno));
770 ALOGE("Unwind failed: pid = %d, tid = %d", pid, tid);
/system/core/debuggerd/libdebuggerd/mips/
H A Dmachine.cpp38 ALOGE("cannot get registers: %s\n", strerror(errno));
67 ALOGE("cannot get registers: %s\n", strerror(errno));
/system/core/debuggerd/libdebuggerd/mips64/
H A Dmachine.cpp38 ALOGE("cannot get registers: %s\n", strerror(errno));
67 ALOGE("cannot get registers: %s\n", strerror(errno));
/system/core/include/log/
H A Dlog_main.h240 #ifndef ALOGE
241 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/system/core/liblog/include/log/
H A Dlog_main.h240 #ifndef ALOGE
241 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/system/core/liblog/include_vndk/log/
H A Dlog_main.h240 #ifndef ALOGE
241 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/system/core/libmemunreachable/
H A DHeapWalker.cpp45 ALOGE("range %p-%p overlaps with existing range %p-%p",
157 ALOGE("failed to map page at %p: %s", page, strerror(errno));
/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h49 ALOGE("HIDL call failed with %s @ %s", error.description().c_str(),
58 ALOGE("HIDL call failed with %s @ %s", error.description().c_str(),
/system/core/libcutils/
H A Dfs_config.c318 ALOGE("%s len is corrupted", conf[which][dir]);
323 ALOGE("%s out of memory", conf[which][dir]);
328 ALOGE("%s prefix is truncated", conf[which][dir]);
334 ALOGE("%s is corrupted", conf[which][dir]);
/system/core/libutils/
H A DPrinter.cpp47 ALOGE("%s: Failed to format string", __FUNCTION__);
H A DProcessCallStack.cpp88 ALOGE("%s: Failed to open %s", __FUNCTION__, path);
132 ALOGE("%s: Failed to update the process's call stacks: %s",
168 ALOGE("%s: Failed to add new ThreadInfo: %s",
H A DRefBase.cpp181 ALOGE("Strong references remain:");
195 ALOGE("Weak references remain!");
207 ALOGE("above errors at:");
286 else ALOGE("FAILED TO PRINT STACK TRACE for %p in %s: %s", this,
338 ALOGE("RefBase: removing id %p on RefBase %p"
H A DLooper.cpp162 ALOGE("Error adding epoll events for fd %d while rebuilding epoll set: %s",
441 ALOGE("Invalid attempt to set NULL callback but not allowed for this looper.");
446 ALOGE("Invalid attempt to set NULL callback with ident < 0.");
472 ALOGE("Error adding epoll events for fd %d: %s", fd, strerror(errno));
500 ALOGE("Error modifying or adding epoll events for fd %d: %s",
506 ALOGE("Error modifying epoll events for fd %d: %s", fd, strerror(errno));
569 ALOGE("Error removing epoll events for fd %d: %s", fd, strerror(errno));
/system/core/trusty/storage/proxy/
H A Drpmb.c148 ALOGE("%s: invalid read size %u\n", __func__, req->read_size);
168 ALOGE("%s: mmc ioctl failed: %d, %s\n", __func__, rc, strerror(errno));
198 ALOGE("unable (%d) to open rpmb device '%s': %s\n",
/system/netd/server/
H A DNatController.cpp165 ALOGE("Duplicate interface specified: %s %s", intIface, extIface);
193 ALOGE("Error setting postroute rule: iface=%s", extIface);
201 ALOGE("Error setting forward rules");
H A DResolverController.cpp106 ALOGE("%s: nscount=%d, dcount=%d", __FUNCTION__, nscount, dcount);
125 ALOGE("getnameinfo() failed for server #%d: %s", i, gai_strerror(rv));
148 ALOGE("%s: params.size()=%zu", __FUNCTION__, params.size());
/system/nfc/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c436 ALOGE("%s create_signal_sockets:socketpair failed, errno: %d", __func__,
457 if (stat == -1) ALOGE("%s, fail close index 0; errno=%d", __func__, errno);
461 if (stat == -1) ALOGE("%s, fail close index 1; errno=%d", __func__, errno);
755 ALOGE(
794 ALOGE(
806 ALOGE(
869 ALOGE("userial_to_tcio_baud: unsupported baud idx %i", cfg_baud);
1212 ALOGE("USERIAL_Write len = %d, ret = %d, errno = %d", len, ret, errno);
1460 ALOGE("%s: pthread_join() FAILED: result: %d", __func__, result);
1476 ALOGE("
[all...]
/system/core/libziparchive/
H A Dzip_archive.cc226 ALOGE("Zip: read %" PRId64 " from offset %" PRId64 " failed",
296 ALOGE("Zip: failed to intialize central directory.\n");
931 ALOGE("Installed zlib is not compatible with linked version (%s)",
1149 ALOGE("Zip: lseek on fd %d failed: %s", fd_, strerror(errno));
1154 ALOGE("Zip: invalid file map\n");
1164 ALOGE("Zip: lseek to %" PRId64 " failed: %s\n", offset, strerror(errno));
1170 ALOGE("Zip: invalid offset: %" PRId64 ", data length: %" PRId64 "\n" , offset,
1183 ALOGE("Zip: read from %d failed\n", fd_);
1198 ALOGE("Zip: failed to read at offset %" PRId64 "\n", off);
1228 ALOGE("Zi
[all...]
/system/libhwbinder/
H A DParcel.cpp187 ALOGE("Invalid object type 0x%08x", obj.type);
206 ALOGE("null proxy");
248 ALOGE("null proxy");
270 ALOGE("Unable to unflatten Binder weak reference!");
775 ALOGE("writeObject: unknown type %d", hdr->type);
1341 ALOGE("Reading a NULL string not supported here.");
1533 ALOGE("Buffer length %" PRIu64 " does not match expected size %zu.",
1539 ALOGE("Buffer flags 0x%02X do not match expected flags 0x%02X.", buffer_obj->flags, flags);
1545 ALOGE("Buffer parent %" PRIu64 " does not match expected parent %zu.",
1550 ALOGE("Buffe
[all...]
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h247 ALOGE("H2BConverter: Failed to create HAL token.");
328 ALOGE("HpInterface: Wrong interface type.");
331 ALOGE("HpInterface: Invalid HAL token.");
/system/security/keystore-engine/
H A Dandroid_engine.cpp155 ALOGE("key had no key_id!");
244 ALOGE("key had no key_id!");
427 ALOGE("Unsupported key type %d", EVP_PKEY_type(pkey->type));

Completed in 383 milliseconds

1234567