Searched refs:ALOGE (Results 76 - 100 of 158) sorted by relevance

1234567

/system/security/keystore/
H A Dkeystore_client_impl.cpp85 ALOGE("Encrypt: AES operation failed.");
90 ALOGE("Encrypt: Missing initialization vector.");
102 ALOGE("Encrypt: HMAC operation failed.");
110 ALOGE("Encrypt: Failed to serialize EncryptedData protobuf.");
121 ALOGE("Decrypt: Failed to parse EncryptedData protobuf.");
132 ALOGE("Decrypt: HMAC operation failed.");
144 ALOGE("Decrypt: AES operation failed.");
160 ALOGE("BeginOperation failed: %d", int32_t(result));
169 ALOGE("UpdateOperation failed: %d", int32_t(result));
175 ALOGE("FinishOperatio
[all...]
H A Dpermissions.cpp88 ALOGE("Keystore: Failed to retrieve permission label.\n");
96 ALOGE("No keystore audit data");
113 ALOGE("SELinux: Could not acquire target context. Aborting keystore.\n");
131 ALOGE("SELinux: Failed to get source pid context.\n");
H A Dkeymaster_enforcement.cpp359 ALOGE("Auth required but no matching auth token found");
369 ALOGE("Rate-limited keys table not allocated. Rate-limited keys disabled");
374 ALOGE("Rate-limited keys table full. Entries will time out.");
381 ALOGE("Usage-count limited keys tabel not allocated. Count-limited keys disabled");
386 ALOGE("Usage count-limited keys table full, until reboot.");
476 ALOGE("Authentication required, but auth token not provided");
481 ALOGE("Bug: Auth token is the wrong size (%zu expected, %zu found)",
489 ALOGE("Bug: Auth token is the version %hhu (or is not an auth token). Expected %d",
495 ALOGE("Auth token signature invalid");
500 ALOGE("Aut
[all...]
H A Dkeystore_attestation_id.cpp135 ALOGE("Key attestation package info lacks package name");
164 ALOGE("Key attestation package info lacks package name");
171 ALOGE("Building DER attestation package info failed %d", rc);
235 ALOGE("package manager request for key attestation ID failed with: %s",
/system/core/debuggerd/libdebuggerd/x86/
H A Dmachine.cpp33 ALOGE("cannot get registers: %s\n", strerror(errno));
50 ALOGE("cannot get registers: %s\n", strerror(errno));
/system/core/debuggerd/libdebuggerd/x86_64/
H A Dmachine.cpp34 ALOGE("cannot get registers: %s\n", strerror(errno));
51 ALOGE("cannot get registers: %s\n", strerror(errno));
/system/core/libcutils/
H A Dsockets_unix.cpp53 ALOGE("could not get socket credentials: %s\n", strerror(errno));
58 ALOGE("untrusted userid on other end of socket: userid %d\n", cr.uid);
/system/libhwbinder/
H A DProcessState.cpp107 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
160 ALOGE("Binder ioctl to become context manager failed: %s\n", strerror(errno));
286 ALOGE("Binder ioctl to set max threads failed: %s", strerror(-result));
302 ALOGE("Binder ioctl to obtain version failed: %s", strerror(errno));
307 ALOGE("Binder driver protocol(%d) does not match user space protocol(%d)!", vers, BINDER_CURRENT_PROTOCOL_VERSION);
314 ALOGE("Binder ioctl to set max threads failed: %s", strerror(errno));
342 ALOGE("Using /dev/hwbinder failed: unable to mmap transaction memory.\n");
348 ALOGE("Binder driver could not be opened. Terminating.");
271 LOG_ALWAYS_FATAL_IF(maxThreads < 1, �); status_t result = NO_ERROR; size_t kernelMaxThreads = maxThreads - 1; if (ioctl(mDriverFD, BINDER_SET_MAX_THREADS, &kernelMaxThreads) != -1) { AutoMutex _l(mLock); mMaxThreads = maxThreads; mSpawnThreadOnStart = !callerJoinsPool; } else { result = -errno; ALOGE(�, strerror(-result)); } return result; } void ProcessState::giveThreadPoolName() { androidSetThreadName( makeBinderThreadName().string() ); } static int open_driver() { int fd = open(�, O_RDWR | O_CLOEXEC); if (fd >= 0) argument
/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp81 ALOGE("waitpid failed: tid %d, %s", tid, strerror(errno));
86 ALOGE("PTRACE_GETSIGINFO failed: %s", strerror(errno));
91 ALOGE("unexpected waitpid response: n=%d, status=%08x\n", n, status);
134 ALOGE("Bytes read %zu, is not a multiple of %zu", bytes, sizeof(uintptr_t));
163 ALOGE("Bytes after second read %zu, is not a multiple of %zu", bytes, sizeof(uintptr_t));
/system/netd/server/
H A DMDnsSdListener.cpp75 ALOGE("requestId %d already in use during discover call", requestId);
87 ALOGE("Discover request %d got an error from DNSServiceBrowse %d", requestId, result);
109 if (DBG) ALOGE("discover failure for %d, error= %d", refNumber, errorCode);
144 if (DBG) ALOGE("%s stop used unknown requestId %d", str, requestId);
168 ALOGE("requestId %d already in use during register call", requestId);
179 ALOGE("service register request %d got an error from DNSServiceRegister %d", requestId,
201 if (DBG) ALOGE("register failure for %d, error= %d", refNumber, errorCode);
223 ALOGE("request Id %d already in use during resolve call", requestId);
233 ALOGE("service resolve request %d got an error from DNSServiceResolve %d", requestId,
257 if (DBG) ALOGE("resolv
[all...]
H A DNetwork.cpp30 ALOGE("deleting network with netId %u without clearing its interfaces", mNetId);
H A DRouteController.cpp153 ALOGE("cannot find interface %s", interface);
184 ALOGE("failed to write to %s (%s)", RT_TABLES_PATH, strerror(errno));
198 ALOGE("interface name too long (%zu > %u)", *length, IFNAMSIZ);
222 ALOGE("mask 0x%x does not select all the bits set in fwmark 0x%x", mask, fwmark);
240 ALOGE("incompatible start and end UIDs (%u vs %u)", uidStart, uidEnd);
257 ALOGE("RT_TABLE_UNSPEC only allowed when deleting rules");
293 ALOGE("Error %s %s rule: %s", actionName(action), familyName(rule.family),
322 ALOGE("null destination");
333 ALOGE("parsePrefix failed for destination %s (%s)", destination, strerror(-rawLength));
338 ALOGE("impossibl
[all...]
H A DSockDiag.cpp287 ALOGE("Failed to destroy IPv4 sockets on %s: %s", addrstr, strerror(-ret));
292 ALOGE("Failed to destroy IPv6 sockets on %s: %s", addrstr, strerror(-ret));
311 ALOGE("Failed to dump %s sockets for %s: %s", familyName, what, strerror(-ret));
315 ALOGE("Failed to destroy %s sockets for %s: %s", familyName, what, strerror(-ret));
337 ALOGE("Failed to dump %s sockets for UID: %s", familyName, strerror(-ret));
341 ALOGE("Failed to destroy %s sockets for UID: %s", familyName, strerror(-ret));
/system/core/libutils/
H A DTokenizer.cpp55 ALOGE("Error opening file '%s': %s", filename.string(), strerror(errno));
60 ALOGE("Error getting size of file '%s': %s", filename.string(), strerror(errno));
82 ALOGE("Error reading file '%s': %s", filename.string(), strerror(errno));
H A DFileMap.cpp141 ALOGE("CreateFileMapping(%p, %lx) failed with error %lu\n",
156 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %lu\n",
177 ALOGE("could not get _SC_PAGESIZE\n");
193 ALOGE("mmap(%lld,%zu) failed: %s\n",
/system/hwservicemanager/
H A DTokenManager.cpp20 ALOGE("%s: cannot read /dev/urandom", __func__);
78 ALOGE("Fetch of token with invalid hash.");
120 ALOGE("Generating token failed, got %p.", hmacOut);
/system/media/audio_utils/spdif/
H A DSPDIFEncoder.cpp111 ALOGE("SPDIFEncoder: Burst buffer overflow!");
131 ALOGE("SPDIFEncoder: Burst buffer overflow!");
158 ALOGE("SPDIFEncoder: Burst buffer, contents too large!");
/system/media/camera/src/
H A Dcamera_metadata.c395 ALOGE("%s: metadata is null!", __FUNCTION__);
427 ALOGE("%s: Metadata pointer is not aligned (actual %p, "
441 ALOGE("%s: Metadata size (%" PRIu32 ") should be <= expected size (%zu)",
447 ALOGE("%s: Entry count (%" PRIu32 ") should be <= entry capacity "
454 ALOGE("%s: Data count (%" PRIu32 ") should be <= data capacity "
466 ALOGE("%s: Entry start + capacity (%" PRIu32 ") should be <= data start "
479 ALOGE("%s: Data start + capacity (%" PRIu32 ") should be <= total size "
495 ALOGE("%s: Entry index %zu had bad alignment (address %p),"
504 ALOGE("%s: Entry index %zu had a bad type %d",
514 ALOGE("
[all...]
/system/core/libmemunreachable/
H A DScopedSignalHandler.h65 ALOGE("failed to uninstall segfault handler");
/system/libfmq/
H A DEventFlag.cpp85 ALOGE("Attempt to mmap event flag word failed: %s\n", strerror(errno));
125 ALOGE("Error in event flag wake attempt: %s\n", strerror(errno));
175 ALOGE("Event flag wait was unsuccessful: %s\n", strerror(errno));
237 ALOGE("Error in deleting event flag group: %s\n", strerror(errno));
/system/media/audio_utils/
H A Dmono_blend.cpp65 ALOGE("mono_blend: invalid format %d", format);
/system/nfc/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp86 ALOGE("%s: exceed max length", fn);
/system/keymaster/
H A Dkeymaster0_engine.cpp89 ALOGE("Error generating RSA key pair with keymaster0 device");
105 ALOGE("Error generating EC key pair with keymaster0 device");
269 ALOGE("Keymaster0 signing failed with error %d", err);
284 ALOGE("Error %d extracting public key", err);
303 ALOGE("key had no key_blob!");
312 ALOGE("Keymaster0 signing failed because data is too large.");
347 ALOGE("key had no key_blob!");
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp102 ALOGE("OpenSSL error in %s %d: %s", location, error, message);
118 ALOGE("private key size was too big");
130 ALOGE("could not allocate memory for key blob");
169 ALOGE("supplied key blob was NULL");
176 ALOGE("key blob appears to be truncated");
181 ALOGE("cannot read key; it was not made by this keymaster");
194 ALOGE("public key length encoding error: size=%ld, end=%td", publicLen, end - p);
200 ALOGE("private key truncated");
207 ALOGE("private key length encoding error: size=%ld, end=%td", privateLen, end - p);
451 ALOGE("Coul
[all...]
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.cc71 ALOGE("Couldn't start socket client");
87 ALOGE("Couldn't connect to hub daemon");
97 ALOGE("Couldn't send hub info request");
107 ALOGE("Unable to get hub info from CHRE");
236 ALOGE("Failed to decode message");

Completed in 385 milliseconds

1234567