Searched refs:GetJavaExceptionInfo (Results 1 – 4 of 4) sorted by relevance
12 + LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable);17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
251 GetJavaExceptionInfo(env, java_throwable).c_str()); in CheckException()258 LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable); in CheckException()263 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() function
50 std::string exception_info = base::android::GetJavaExceptionInfo(env, e); in JNI_JavaExceptionReporter_ReportJavaException()
149 BASE_EXPORT std::string GetJavaExceptionInfo(JNIEnv* env,