Searched refs:ALOGE (Results 1 – 3 of 3) 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 | 221 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init() 234 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init() 268 ALOGE("Failed to find symbol %s: %s\n", symbol, GetError().c_str()); in FindSymbol()
|
D | JNIHelp.cpp | 277 ALOGE("Unable to find exception class %s", className); in jniThrowException() 283 ALOGE("Failed throwing '%s' '%s'", className, msg); in jniThrowException()
|