HomeSort by relevance Sort by last modified time
    Searched refs:MEM_ALOGE (Results 1 - 9 of 9) sorted by null

  /system/core/libmemunreachable/
LeakPipe.cpp 49 MEM_ALOGE("failed to send fd: %s", strerror(errno));
53 MEM_ALOGE("eof when sending fd");
76 MEM_ALOGE("failed to receive fd: %s", strerror(errno));
80 MEM_ALOGE("eof when receiving fd");
86 MEM_ALOGE("missing fd while receiving fd");
LeakPipe.h 104 MEM_ALOGE("failed to send value: %s", strerror(errno));
107 MEM_ALOGE("eof while writing value");
123 MEM_ALOGE("failed to send vector: %s", strerror(errno));
126 MEM_ALOGE("eof while writing vector");
142 MEM_ALOGE("failed to receive value: %s", strerror(errno));
145 MEM_ALOGE("eof while receiving value");
165 MEM_ALOGE("failed to send vector: %s", strerror(errno));
168 MEM_ALOGE("eof while reading vector");
log.h 26 #define MEM_ALOGE(...) async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
49 #define MEM_ALOGE ALOGE
Binder.cpp 67 MEM_ALOGE("getBinderKernelReferences failed");
74 MEM_ALOGE("getHWBinderKernelReferences failed");
ThreadCapture.cpp 115 MEM_ALOGE("failed to open %s: %s", path, strerror(errno));
131 MEM_ALOGE("failed to get directory entries from %s: %s", path, strerror(errno));
182 MEM_ALOGE("failed to detach from thread %d of process %d: %s", tid, pid_, strerror(errno));
191 MEM_ALOGE("failed to attach to thread %d of process %d: %s", tid, pid_, strerror(errno));
203 MEM_ALOGE("failed to interrupt thread %d of process %d: %s", tid, pid_, strerror(errno));
221 MEM_ALOGE("ptrace getregset for thread %d of process %d failed: %s", tid, pid_, strerror(errno));
259 MEM_ALOGE("failed to wait for pause of thread %d of process %d: %s", tid, pid_, strerror(errno));
265 MEM_ALOGE("thread %d of process %d was not paused after waitpid, killed?", tid, pid_);
284 MEM_ALOGE("unexpected signal %d with PTRACE_EVENT_STOP for thread %d of process %d", signal,
PtracerThread.cpp 105 MEM_ALOGE("failed to clone child: %s", strerror(errno));
123 MEM_ALOGE("waitpid %d failed: %s", child_pid_, strerror(errno));
134 MEM_ALOGE("unexpected status %x", status);
ScopedSignalHandler.h 61 MEM_ALOGE("failed to uninstall segfault handler");
HeapWalker.cpp 47 MEM_ALOGE("range %p-%p overlaps with existing range %p-%p", reinterpret_cast<void*>(begin),
157 MEM_ALOGE("failed to map page at %p: %s", page, strerror(errno));
MemUnreachable.cpp 413 MEM_ALOGE("%zu bytes in %zu allocation%s unreachable out of %zu bytes in %zu allocation%s",
534 MEM_ALOGE("%s", it->ToString(log_contents).c_str());

Completed in 231 milliseconds