Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/platform/android/
Djni_util.h39 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable);
Djni_util.cc126 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() function
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dtexture_register.cpp24 FML_LOG(ERROR) << fml::jni::GetJavaExceptionInfo(env, exception); in CheckException()
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc37 FML_LOG(ERROR) << fml::jni::GetJavaExceptionInfo(env, exception); in CheckException()
Dplatform_view_android_jni.cc39 FML_LOG(ERROR) << fml::jni::GetJavaExceptionInfo(env, exception); in CheckException()