Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp71 jniLogException(env, ANDROID_LOG_VERBOSE, __FILE__, throwable); in logException()
/libnativehelper/include/nativehelper/
DJNIHelp.h492 [[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/
DJNIHelp.c351 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException() function