Searched refs:g_error_msg (Results 1 – 1 of 1) sorted by relevance
269 static thread_local std::string g_error_msg; variable295 g_error_msg = nativeloader_error_msg; in loadNativeCode_native()299 g_error_msg.c_str()); 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()330 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()346 g_error_msg = "NativeActivity GetJavaVM failed"; in loadNativeCode_native()347 ALOGW("%s", g_error_msg.c_str()); in loadNativeCode_native()394 jstring result = env->NewStringUTF(g_error_msg.c_str()); in getDlError_native()[all …]