Searched refs:jniLogException (Results 1 - 2 of 2) sorted by relevance
/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 115 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 D | JNIHelp.cpp | 260 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { function
|
Completed in 84 milliseconds