Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp269 static thread_local std::string g_error_msg; variable
295 g_error_msg = nativeloader_error_msg; in loadNativeCode_native()
299 g_error_msg.c_str()); in loadNativeCode_native()
315 g_error_msg = needs_native_bridge ? NativeBridgeGetError() : dlerror(); in loadNativeCode_native()
316 ALOGW("ANativeActivity_onCreate not found: %s", g_error_msg.c_str()); in loadNativeCode_native()
322 g_error_msg = "Unable to retrieve native MessageQueue"; in loadNativeCode_native()
323 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()
329 g_error_msg = android::base::StringPrintf("could not create pipe: %s", strerror(errno)); in loadNativeCode_native()
330 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()
346 g_error_msg = "NativeActivity GetJavaVM failed"; in loadNativeCode_native()
[all …]