Searched refs:GetExceptionSummary (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 80 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary() function 213 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary() 232 GetExceptionSummary(env, exception, &summary); in DiscardPendingException() 341 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 133 [[maybe_unused]] static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, in GetExceptionSummary() function 267 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary() 286 GetExceptionSummary(env, exception, &summary); in DiscardPendingException() 385 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()
|