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

/libnativehelper/include/nativehelper/
H A DJNIHelp.h115 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
176 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) { function
177 jniLogException(&env->functions, priority, tag, exception);
/libnativehelper/
H A DJNIHelp.cpp260 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { function

Completed in 84 milliseconds