Searched refs:g_error_msg (Results 1 – 1 of 1) sorted by relevance
269 static thread_local std::string g_error_msg; variable290 &g_error_msg); in loadNativeCode_native()295 g_error_msg.c_str()); in loadNativeCode_native()311 g_error_msg = needs_native_bridge ? NativeBridgeGetError() : dlerror(); in loadNativeCode_native()312 ALOGW("ANativeActivity_onCreate not found: %s", g_error_msg.c_str()); in loadNativeCode_native()318 g_error_msg = "Unable to retrieve native MessageQueue"; in loadNativeCode_native()319 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()325 g_error_msg = android::base::StringPrintf("could not create pipe: %s", strerror(errno)); in loadNativeCode_native()326 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()342 g_error_msg = "NativeActivity GetJavaVM failed"; in loadNativeCode_native()[all …]