Searched defs:exception (Results 1 – 1 of 1) sorted by relevance
92 static char* getExceptionSummary0(C_JNIEnv* env, jthrowable exception) { in getExceptionSummary0()136 static char* getExceptionSummary(C_JNIEnv* env, jthrowable exception) { in getExceptionSummary()149 static char* getStackTrace(C_JNIEnv* env, jthrowable exception) { in getStackTrace()211 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e)); in jniThrowException() local257 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException()