Searched refs:jniLogException (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/tests_mts/jni/ |
D | jni_helper_jni.cpp | 71 jniLogException(env, ANDROID_LOG_VERBOSE, __FILE__, throwable); in logException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 492 [[maybe_unused]] static void jniLogException(JNIEnv* env, int priority, const char* tag, 510 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown);
|
/libnativehelper/ |
D | JNIHelp.c | 351 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException() function
|