Searched refs:ALOGE (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/ |
D | ALog-priv.h | 62 #ifndef ALOGE 63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
|
D | JniInvocation.cpp | 109 ALOGE("Failed to dlopen %s: %s", library, dlerror()); in Init() 122 ALOGE("Failed to dlopen %s: %s", library, dlerror()); in Init() 156 ALOGE("Failed to find symbol %s: %s\n", symbol, dlerror()); in FindSymbol()
|
D | JNIHelp.cpp | 227 ALOGE("Unable to find exception class %s", className); in jniThrowException() 233 ALOGE("Failed throwing '%s' '%s'", className, msg); in jniThrowException()
|
D | JniConstants.cpp | 85 ALOGE("failed to find class '%s'", name); in findClass()
|