Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patch/
Dmojo.patch12 + LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable);
17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
/external/libchrome/base/android/
Djni_android.cc251 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
Djava_exception_reporter.cc50 std::string exception_info = base::android::GetJavaExceptionInfo(env, e); in JNI_JavaExceptionReporter_ReportJavaException()
Djni_android.h149 BASE_EXPORT std::string GetJavaExceptionInfo(JNIEnv* env,