Home
last modified time | relevance | path

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

/libnativehelper/
DALog-priv.h62 #ifndef ALOGE
63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
DJniInvocation.cpp221 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()
DJNIHelp.cpp277 ALOGE("Unable to find exception class %s", className); in jniThrowException()
283 ALOGE("Failed throwing '%s' '%s'", className, msg); in jniThrowException()