Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c79 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary() function
210 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary()
229 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
260 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()