Searched refs:ALOGE (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/ |
D | ALog-priv.h | 61 #ifndef ALOGE 62 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
|
D | JniInvocation.c | 80 ALOGE("Failed to find symbol: %s", symbol); in FindSymbol() 157 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit() 170 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit()
|
D | JNIHelp.c | 252 ALOGE("Unable to find exception class %s", className); in ThrowException() 259 ALOGE("Failed to find constructor for '%s' '%s'", className, ctorSig); in ThrowException() 265 ALOGE("Failed to construct '%s'", className); in ThrowException() 270 ALOGE("Failed to throw '%s'", className); in ThrowException()
|