Searched refs:ALOGE (Results 1 - 5 of 5) sorted by relevance
/libnativehelper/ |
H A D | ALog-priv.h | 62 #ifndef ALOGE 63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
|
H A D | JniInvocation.cpp | 115 ALOGE("Failed to dlopen %s: %s", library, dlerror()); 128 ALOGE("Failed to dlopen %s: %s", library, dlerror()); 162 ALOGE("Failed to find symbol %s: %s\n", symbol, dlerror());
|
H A D | AsynchronousCloseMonitor.cpp | 59 ALOGE("setting blocked thread signal handler failed: %s", strerror(errno));
|
H A D | JniConstants.cpp | 76 ALOGE("failed to find class '%s'", name);
|
H A D | JNIHelp.cpp | 243 ALOGE("Unable to find exception class %s", className); 249 ALOGE("Failed throwing '%s' '%s'", className, msg);
|
Completed in 43 milliseconds