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 | 91 ALOGE("Failed to find symbol: %s", symbol); in FindSymbol() 179 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit() 192 ALOGE("Failed to dlopen %s: %s", library_name, DlGetError()); in JniInvocationInit()
|
D | JNIHelp.c | 254 ALOGE("Unable to find exception class %s", className); in ThrowException() 261 ALOGE("Failed to find constructor for '%s' '%s'", className, ctorSig); in ThrowException() 267 ALOGE("Failed to construct '%s'", className); in ThrowException() 272 ALOGE("Failed to throw '%s'", className); in ThrowException()
|