Home
last modified time | relevance | path

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

/libnativehelper/
DALog-priv.h61 #ifndef ALOGE
62 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
DJniInvocation.c91 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()
DJNIHelp.c254 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()