KhronosGroup / OpenXR-CTS

Conformance test suite for OpenXR
https://www.khronos.org/conformance/adopters/
Apache License 2.0
66 stars 21 forks source link

Unable to obtain the parameters set by the CTS test command during the first command test after the device is powered on #67

Closed RookieProgra closed 1 year ago

RookieProgra commented 1 year ago

Use the following command for the first time after the device is turned on: adb shell am start-activity -S -n org.khronos.openxr.cts/android.app.NativeActivity --esa args "exclude:[interactive]" -e graphicsPlugin vulkan -e xmlFilename automated_vulkan.xml

Unable to obtain the value corresponding to args、graphicsPlugin and xmlFilename. The values obtained are all empty.

RookieProgra commented 1 year ago

fixed