Searched defs:exception (Results 1 – 1 of 1) sorted by relevance
90 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary()141 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace()204 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e)); in jniThrowException() local250 static std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) { in jniGetStackTrace()278 MODULE_API void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception)… in jniLogException()