Searched refs:jniLogException (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 181 MODULE_API void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 271 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL… 272 jniLogException(&env->functions, priority, tag, exception);
|
/libnativehelper/ |
D | libnativehelper.map.txt | 27 jniLogException;
|
D | JNIHelp.cpp | 278 MODULE_API void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception)… in jniLogException() function
|