Home
last modified time | relevance | path

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

/libnativehelper/
DALog-priv.h57 #ifndef ALOGW
58 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
DJniInvocation.c139 ALOGW("Failed to stat %s: %s", kDebugJniInvocationLibraryPath, strerror(errno)); in JniInvocationGetLibraryWith()
187 ALOGW("Falling back from %s to %s after dlopen error: %s", in JniInvocationInit()
DJNIHelp.c234 ALOGW("Discarding pending exception (%s) to throw %s", details, className); in DiscardPendingException()