We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4dd08 commit 1848870Copy full SHA for 1848870
Source/Common/Android/utils_android.cpp
@@ -6,6 +6,9 @@
6
7
NAMESPACE_XBOX_HTTP_CLIENT_BEGIN
8
9
+// TODO this code needs reworking as it does not quite do the right thing at the moment
10
+std::atomic<JavaVM*> JVM{ nullptr };
11
+
12
static void abort_if_no_jvm()
13
{
14
if (JVM == nullptr)
0 commit comments