Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/
DJNIHelp.cpp92 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() local
257 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException()