Home
last modified time | relevance | path

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

/libnativehelper/
DALog-priv.h71 #ifndef ALOG_ALWAYS_FATAL_IF
72 #define ALOG_ALWAYS_FATAL_IF(cond, ...) \ macro
DJniConstants.cpp87 ALOG_ALWAYS_FATAL_IF(klass.get() == nullptr, "failed to find class '%s'", name); in FindClass()
93 ALOG_ALWAYS_FATAL_IF(result == nullptr, "failed to find field '%s:%s'", name, desc); in FindField()
99 ALOG_ALWAYS_FATAL_IF(result == nullptr, "failed to find method '%s%s'", name, signature); in FindMethod()
105 ALOG_ALWAYS_FATAL_IF(result == nullptr, "failed to find static method '%s%s'", name, signature); in FindStaticMethod()
DJNIHelp.cpp74 ALOG_ALWAYS_FATAL_IF(c.get() == NULL, in jniRegisterNativeMethods()
79 ALOG_ALWAYS_FATAL_IF(result < 0, "RegisterNatives failed for '%s'; aborting...", in jniRegisterNativeMethods()