It would be very useful for development purposes to be able to connected to OpenXR from a forked or exec'd process. Currently it seems that XR_KHR_android_create_instance
is required, and that requires a pointer to the JavaVM which means running on the main Android app process.
If we could connect to OpenXR without those pointers & without needing to be in the original Android process, that would be extremely for e.g. easily getting set up with an on device Jupyter Notebook that can connect OpenXR. As well as being easily able to use tools like gdb (which needs to be exec'd). Having the source of libopenxr_runtime.magicleap.so
(to tweak these things) would be equally useful!