Closed plending closed 2 years ago
You might need to adjust the output path to be something other than /sdcard
. And yes, you do need to set debug.xr.conform.args to contain the args you'd otherwise pass on the command line.
An issue (number 1746) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1746 ), to facilitate working group processes.
This GitHub issue will continue to be the main site of discussion.
The output path has been changed to the application data folder in 1.0.25.
Hi,dear Ryan A. Pavlik : I have developed my openxr runtime on android platform. I have build the conformance-debug.apk successfully. But when I tye to run the CTS tests, it seems to can not run any test cases
CTS version : ## OpenXR CTS 1.0.22.1 (Approved 2022-01-13)
which logs seems like below:
now, I want to know: (1). if anything that must to be configured before on android platform ? such as the property debug.xr.conform.args and what is the correct configured? (2). I want to export the result to the file “/sdcard/openxr_conformance.xml”, but it seems can not open。 what is the correct configure for the test result output?
I also run the CTS with monado runtime on android platform, and got the same result above.