Home
last modified time | relevance | path

Searched refs:jniLogException (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL…
172 jniLogException(&env->functions, priority, tag, exception);
/libnativehelper/
DJNIHelp.cpp286 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException() function