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

  /system/core/libmemunreachable/
log.h 42 #define MEM_LOG_ALWAYS_FATAL(...) async_safe_fatal(__VA_ARGS__)
53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
ScopedSignalHandler.h 40 if (signal_ != -1) MEM_LOG_ALWAYS_FATAL("ScopedSignalHandler already installed");
51 MEM_LOG_ALWAYS_FATAL("failed to install segfault handler: %s", strerror(errno));
ScopedPipe.h 31 MEM_LOG_ALWAYS_FATAL("failed to open pipe");
LeakPipe.h 41 MEM_LOG_ALWAYS_FATAL("failed to create socketpair: %s", strerror(errno));
PtracerThread.cpp 73 MEM_LOG_ALWAYS_FATAL("failed to mmap child stack: %s", strerror(errno));

Completed in 163 milliseconds