Searched defs:exception (Results 1 – 1 of 1) sorted by relevance
115 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary()166 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace()229 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e)); in jniThrowException() local275 static std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) { in jniGetStackTrace()303 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException()