Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/
DALog-priv.h62 #ifndef ALOGE
63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
DJniInvocation.cpp115 ALOGE("Failed to dlopen %s: %s", library, dlerror()); in Init()
128 ALOGE("Failed to dlopen %s: %s", library, dlerror()); in Init()
162 ALOGE("Failed to find symbol %s: %s\n", symbol, dlerror()); in FindSymbol()
DAsynchronousCloseMonitor.cpp57 ALOGE("setting blocked thread signal handler failed: %s", strerror(errno)); in init()
DJNIHelp.cpp241 ALOGE("Unable to find exception class %s", className); in jniThrowException()
247 ALOGE("Failed throwing '%s' '%s'", className, msg); in jniThrowException()
DJniConstants.cpp91 ALOGE("failed to find class '%s'", name); in findClass()