From cc4d33a8f32761a475ee03b16b70f01d76e6502f Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sat, 18 Nov 2023 00:12:40 +0100 Subject: [PATCH] removed some files --- examples/android/out | 81 -- examples/demo/quest2_stdout.txt | 739 --------------- examples/demo/quest2_stdout_no_stacktrace.txt | 738 --------------- examples/demo/tee | 5 - quest2_stdout_no_stacktrace.txt | 5 - tree | 861 ------------------ 6 files changed, 2429 deletions(-) delete mode 100644 examples/android/out delete mode 100644 examples/demo/quest2_stdout.txt delete mode 100644 examples/demo/quest2_stdout_no_stacktrace.txt delete mode 100644 examples/demo/tee delete mode 100644 quest2_stdout_no_stacktrace.txt delete mode 100644 tree diff --git a/examples/android/out b/examples/android/out deleted file mode 100644 index 0b577c7..0000000 --- a/examples/android/out +++ /dev/null @@ -1,81 +0,0 @@ -Using package `bevy_openxr_android` in `/home/schmarni/Code/adeptus_bevy_oxr/examples/android/Cargo.toml` -Warning: Environment variable ANDROID_SDK_ROOT is deprecated (https://developer.android.com/studio/command-line/variables#envar). It will be used until it is unset and replaced by ANDROID_HOME. -warning: unused import: `PresentMode` - --> /home/schmarni/Code/adeptus_bevy_oxr/src/lib.rs:18:20 - | -18 | use bevy::window::{PresentMode, PrimaryWindow, RawHandleWrapper}; - | ^^^^^^^^^^^ - | - = note: `#[warn(unused_imports)]` on by default - -warning: use of deprecated function `bevy::prelude::info`: use `.map(bevy_utils::info)` instead - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/debug_gizmos.rs:2:5 - | -2 | info, Color, Gizmos, GlobalTransform, Plugin, Quat, Query, Res, Transform, Update, Vec2, Vec3, - | ^^^^ - | - = note: `#[warn(deprecated)]` on by default - -warning: use of deprecated function `bevy::prelude::info`: use `.map(bevy_utils::info)` instead - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/interactions.rs:4:5 - | -4 | info, Color, Component, Entity, Event, EventReader, EventWriter, Gizmos, GlobalTransform, Quat, - | ^^^^ - -warning: use of deprecated function `bevy::prelude::info`: use `.map(bevy_utils::info)` instead - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/trackers.rs:2:5 - | -2 | info, Added, BuildChildren, Commands, Component, Entity, Query, Res, Transform, Vec3, With, - | ^^^^ - -warning: use of deprecated function `bevy::prelude::info`: use `.map(bevy_utils::info)` instead - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/hand.rs:4:14 - | -4 | default, info, Color, Commands, Component, Entity, Gizmos, GlobalTransform, Plugin, PostUpdate, - | ^^^^ - -warning: variable `tracking_transform` is assigned to, but never used - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/debug_gizmos.rs:54:13 - | -54 | let mut tracking_transform = &Transform::IDENTITY; - | ^^^^^^^^^^^^^^^^^^ - | - = note: consider using `_tracking_transform` instead - = note: `#[warn(unused_variables)]` on by default - -warning: value assigned to `tracking_transform` is never read - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/debug_gizmos.rs:69:13 - | -69 | tracking_transform = position.0; - | ^^^^^^^^^^^^^^^^^^ - | - = help: maybe it is overwritten before being read? - = note: `#[warn(unused_assignments)]` on by default - -warning: value assigned to `reference_quat` is never read - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/prototype_locomotion.rs:91:21 - | -91 | let mut reference_quat = Quat::IDENTITY; - | ^^^^^^^^^^^^^^ - | - = help: maybe it is overwritten before being read? - -warning: field `instance` is never read - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/oculus_touch.rs:37:5 - | -35 | pub struct OculusControllerRef<'a> { - | ------------------- field in this struct -36 | oculus_controller: &'a OculusController, -37 | instance: &'a Instance, - | ^^^^^^^^ - | - = note: `#[warn(dead_code)]` on by default - -warning: function `log_hand` is never used - --> /home/schmarni/Code/adeptus_bevy_oxr/src/xr_input/hand.rs:873:4 - | -873 | fn log_hand(hand_pose: [Posef; 26]) { - | ^^^^^^^^ - -warning: `bevy_openxr` (lib) generated 10 warnings (run `cargo fix --lib -p bevy_openxr` to apply 1 suggestion) - Finished release [optimized] target(s) in 0.19s diff --git a/examples/demo/quest2_stdout.txt b/examples/demo/quest2_stdout.txt deleted file mode 100644 index 42106d3..0000000 --- a/examples/demo/quest2_stdout.txt +++ /dev/null @@ -1,739 +0,0 @@ -[1/3] Fetch precompiled artifacts -[1/3] Fetch precompiled artifacts [107ms] -[2/3] Build rust `demo` -[2/3] Build rust `demo` [442ms] -[3/3] Create apk -[3/3] Create apk [2761ms] -/home/schmarni/Code/adeptus_bevy_oxr/examples/demo/target/x/release/android/demo.apk: 1 file pushed, 0 skipped. 206.4 MB/s (17960272 bytes in 0.083s) -Success -Starting: Intent { act=android.intent.action.MAIN cmp=org.bevyengine.demo_openxr_android/android.app.NativeActivity } ---------- beginning of main - - 8986 8986 E _openxr_androi: Not starting debugger since process cannot load the jdwp agent. - 8986 8986 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10060; state: ENABLED - 8986 8986 W System : ClassLoader referenced unknown path: - 8986 8986 V GraphicsEnvironment: Lazy GPU memory allocation for 'org.bevyengine.demo_openxr_android': false - 8986 8986 V GraphicsEnvironment: ANGLE Developer option for 'org.bevyengine.demo_openxr_android' set to: 'default' - 8986 8986 V GraphicsEnvironment: ANGLE GameManagerService for org.bevyengine.demo_openxr_android: false - 8986 8986 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. - 8986 8986 D CompatibilityChangeReporter: Compat change id reported: 175409949; UID 10060; state: DISABLED - 8986 8986 D CompatibilityChangeReporter: Compat change id reported: 175409951; UID 10060; state: ENABLED - 8986 8986 D CompatibilityChangeReporter: Compat change id reported: 175409950; UID 10060; state: DISABLED - 8986 8986 D NetworkSecurityConfig: No Network Security Config specified, using platform default - 8986 8986 D CompatibilityChangeReporter: Compat change id reported: 175409952; UID 10060; state: DISABLED - 8986 8986 D NetworkSecurityConfig: No Network Security Config specified, using platform default - 8986 8986 W Thread-2: type=1400 audit(0.0:253): avc: denied { read } for name="cpu.cfs_quota_us" dev="cgroup" ino=9 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android - 8986 8986 W Thread-2: type=1400 audit(0.0:254): avc: denied { read } for name="cpu.cfs_period_us" dev="cgroup" ino=10 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrInitializeLoaderKHR | OpenXR-Loader] : Entering loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline - 8986 9016 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar - 8986 9016 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar - 8986 9016 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar - 8986 9016 D vulkan : searching for layers in '/data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64' - 8986 9016 D vulkan : searching for layers in '/data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/base.apk!/lib/arm64-v8a' - 8986 9016 I DriverLoader: Calling into SetLegacyVrApiEntryPointOverride - 8986 9016 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: calling sprintf - 8986 9016 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: env buffer is '0x781d09ee60' - 8986 9016 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: calling setenv - 8986 9016 I DriverLoader: Creating Temp JNIEnv - 8986 9016 I DriverLoader: Calling FindClass - 8986 9016 I DriverLoader: Calling RegisterNativeVrApiLoaderMethods - 8986 9016 I VrApi_DriverLoader: RegisterNativeVrApiLoaderMethods: calling RegisterNatives - 8986 9016 I DriverLoader: Calling RegisterNativeXrLoaderMethods - 8986 9016 I OpenXR_DriverLoader: RegisterNativeVrApiLoaderMethods: calling RegisterNatives - 8986 9016 I DriverLoader: Exiting JNI_OnLoad - 8986 9016 I OpenXR_ClientState: OpenXRClientState::create - from xrInitializeLoaderKHR - 8986 9016 I XrRuntimeSharedClientState: SharedClientState::create called from 'OpenXRClientState::init' - 8986 9016 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: Loader: IPC Service API Loader Version: 52 Oct 7 2023 12:26:40 - 8986 9016 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so - 8986 9016 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so - 8986 9016 I DeadlockObserver [RUNTIMEIPC]: Init SUCCESS - 8986 9025 I DeadlockObserver [RUNTIMEIPC]: MainLoop starting - 8986 9026 D IPCDataChannelServer [RUNTIMEIPC]: Connected: 1, broker_package:broker_process:0 - 8986 9016 I BrokerRPC [RUNTIMEIPC]: InitRPCToServiceInternal: Success - 8986 9016 I RuntimeIPCSystem [RUNTIMEIPC]: RuntimeIPCSystem: Init SUCCESS - 8986 9016 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.systemdriver:com.oculus.vrruntimeservice - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) - 8986 9016 I OpenXR_ClientState: Client state creation succeeded. - 8986 9016 I OpenXR-Loader: Info [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntime succeeded loading runtime using interface version 1 and OpenXR API version 1.0 - 8986 9016 I OpenXR : IsFirstParty 0 - 8986 9016 W _openxr_androi: Accessing hidden method Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z (blocked,test-api, reflection, denied) - 8986 9016 W _openxr_androi: If this is a platform test consider enabling VMRuntime.ALLOW_TEST_API_ACCESS change id for this package. - 8986 9016 I OpenXR : IsPrivileged 0 - 8986 9016 I OpenXR : Is_X_PartnerGateKeeper - 8986 9016 I OpenXR : PGK Status: exp = 0, hor = false, dc = false - 8986 9016 I OpenXR : Extension status: P - 8986 9016 I OpenXR : IsFirstParty 0 - 8986 9016 I DeviceProperties: ovrDeviceProperties::Initialize - 8986 9016 I DeviceProperties: Device Region: 'US' - 8986 9016 I DeviceProperties: GPU Type: 'ADRENO_650' - 8986 9016 I DeviceProperties: Num Refresh Rates Supported 61 - 8986 9016 I DeviceProperties: Refresh Rate (0): 120.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (1): 119.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (2): 118.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (3): 117.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (4): 116.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (5): 115.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (6): 114.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (7): 113.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (8): 112.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (9): 111.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (10): 110.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (11): 109.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (12): 108.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (13): 107.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (14): 106.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (15): 105.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (16): 104.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (17): 103.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (18): 102.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (19): 101.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (20): 100.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (21): 99.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (22): 98.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (23): 97.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (24): 96.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (25): 95.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (26): 94.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (27): 93.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (28): 92.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (29): 91.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (30): 90.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (31): 89.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (32): 88.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (33): 87.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (34): 86.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (35): 85.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (36): 84.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (37): 83.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (38): 82.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (39): 81.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (40): 80.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (41): 79.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (42): 78.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (43): 77.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (44): 76.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (45): 75.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (46): 74.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (47): 73.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (48): 72.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (49): 71.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (50): 70.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (51): 69.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (52): 68.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (53): 67.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (54): 66.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (55): 65.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (56): 64.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (57): 63.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (58): 62.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (59): 61.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (60): 60.000000Hz - 8986 9016 I DeviceProperties: DisplayParms.ScanoutDirection = 1 - 8986 9016 I DeviceProperties: DisplayParms.ShutterType = 1 - 8986 8986 W Thread-2: type=1400 audit(0.0:255): avc: denied { read } for name="u:object_r:vendor_board_init_prop:s0" dev="tmpfs" ino=12449 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:vendor_board_init_prop:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android - 8986 9016 W libc : Access denied finding property "ro.vendor.product.model_extended" - 8986 9016 I DeviceProperties: getDisplayDimensions returned: 3664, 1920 - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_body_tracking` due to: missing uses-feature string `com.oculus.software.body_tracking` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_keyboard_tracking` due to: missing uses-feature string `oculus.software.trackedkeyboard` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_triangle_mesh` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_passthrough` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_passthrough_color_lut` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_passthrough_color_lut` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest - 8986 9016 I OpenXR : PassesGKKillswitch 1 - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_render_model` due to: missing uses-feature string `com.oculus.feature.RENDER_MODEL` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_query` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_query` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_query` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_touch_controller_extras` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_storage` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_storage` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_storage` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_storage_batch` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_sharing` due to: missing uses-permission string `com.oculus.permission.IMPORT_EXPORT_IOT_MAP_DATA` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_container` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_scene` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_scene_capture` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_spatial_entity_mesh` due to: missing uses-permission string `com.oculus.permission.USE_SCENE` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_face_tracking` due to: missing uses-feature string `oculus.software.face_tracking` from AndroidManifest - 8986 9016 I OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension 'XR_META_local_dimming' as device requirements requirements (16) are not met. - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_foveation_eye_tracked` due to: missing uses-feature string `oculus.software.eye_tracking` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_eye_tracking_social` due to: missing uses-feature string `oculus.software.eye_tracking` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_passthrough_keyboard_hands` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_settings` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_depth_test` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_eye_gaze_interaction` due to: missing uses-permission string `com.oculus.permission.EYE_TRACKING` from AndroidManifest - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_hand_joints_motion_range` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXTX1_hand_tracking_data_source` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_performance_metrics` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_virtual_keyboard` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX2_virtual_keyboard` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX2_detached_controllers` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXTX1_event_channel` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_environment_depth` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_active_action_set_priority` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_palm_pose` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_simultaneous_hands_controllers_management` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu available xr exts: ExtensionSet { - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu almalence_digital_lens_control: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu epic_view_configuration_fov: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_performance_settings: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_thermal_query: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_debug_utils: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_eye_gaze_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_view_configuration_depth_range: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_conformance_automation: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hand_tracking: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_dpad_binding: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hand_joints_motion_range: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_samsung_odyssey_controller: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hp_mixed_reality_controller: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_palm_pose: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_uuid: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu extx_overlay: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_image_layout: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_alpha_blend: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_android_surface_swapchain_create: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_secure_content: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_display_refresh_rate: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_color_space: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_mesh: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_aim: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_capsules: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation_configuration: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_keyboard_tracking: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_triangle_mesh: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_passthrough: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_render_model: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_query: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_storage: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation_vulkan: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_android_surface: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_opengl_es: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_vulkan: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_space_warp: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_scene: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_container: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_passthrough_keyboard_hands: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_settings: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_cosmos_controller_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_facial_tracking: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_focus3_controller_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_hand_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_wrist_tracker_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htcx_vive_tracker_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu huawei_controller_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_thread_settings: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_surface_swapchain: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_cube: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_create_instance: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_depth: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_swapchain_format_list: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_cylinder: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_equirect: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_opengl_enable: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_opengl_es_enable: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_enable: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_visibility_mask: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_color_scale_bias: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_convert_timespec_time: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_loader_init: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_loader_init_android: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_enable2: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_equirect2: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_binding_modification: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_swapchain_usage_input_attachment_bit: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu meta_vulkan_swapchain_create_info: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu meta_performance_metrics: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ml_ml2_controller_interaction: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mnd_headless: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mnd_swapchain_usage_input_attachment_bit: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mndx_egl_enable: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_unbounded_reference_space: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_anchor: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_graph_bridge: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_hand_interaction: true, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_hand_tracking_mesh: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_secondary_view_configuration: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_first_person_observer: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_controller_model: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_composition_layer_reprojection: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_anchor_persistence: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu oculus_android_session_state_enable: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu oculus_audio_device_guid: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ultraleap_hand_tracking_forearm: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu valve_analog_threshold: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_quad_views: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_foveated_rendering: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_composition_layer_depth_test: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_environment_depth_estimation: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_marker_tracking: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_view_offset: false, - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu other: [ - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_OCULUS_common_reference_spaces\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_common_events\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_passthrough_preferences\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_touch_controller_proximity\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_touch_controller_pro\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_touch_controller_plus\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_haptic_amplitude_envelope\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_haptic_pcm\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_spatial_entity_user\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_feature_fidelity\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_composition_layer_depth_test\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_virtual_keyboard\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_headset_id\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_recommended_layer_resolution\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_automatic_layer_filter\0", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ], - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu} - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64 - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64 - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu available xr layers: [] - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64 - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator - 8986 9016 I OpenXR : ----------- xrCreateInstance [start] ---------- - 8986 9016 I OpenXR : xrCreateInstance: Extension XR_KHR_android_create_instance enabled. - 8986 9016 I OpenXR : xrCreateInstance: Extension XR_KHR_vulkan_enable2 enabled. - 8986 9016 I VersionGater: App OpenXR version is 1.0.25 - 8986 9016 I VersionGater: Version gate state: 1111 1000 0 - 8986 9016 W VrRuntimeClient: InitDeviceConfig called before service connection! GKs checked before service connection will return defaults! - 8986 9016 I TREX : Initializing TREX for client c56f4dcb3ab1079f... - 8986 9016 I TREX : Initializing system... - 8986 9016 I XrRuntimeSystem_Client: BodyPoweredHands checkSysPropForBodyAPIOverride 0 - 8986 9016 I TREX : Created plugin package context for com.oculus.systemdriver - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) - 8986 9016 I TREX : Loading plugin com.oculus.wearableinputservice:libtrex_wristband_client_plugin.so - 8986 9016 I TREX : package 'com.oculus.wearableinputservice' not found, skipping - 8986 9016 I TREX : Plugin 'com.oculus.wearableinputservice:libtrex_wristband_client_plugin.so' not loaded. - 8986 9016 I PerformanceManagerInterface_Impl: perfmgr: Skipping initial server state initialization, will initialize next time around - 8986 9016 E TREX : Interface version 3 was not found. Check debug build for more information. - 8986 9016 I DeviceProperties: ovrDeviceProperties::Initialize - 8986 9016 I DeviceProperties: Device Region: 'US' - 8986 9016 I DeviceProperties: GPU Type: 'ADRENO_650' - 8986 9016 I DeviceProperties: Num Refresh Rates Supported 61 - 8986 9016 I DeviceProperties: Refresh Rate (0): 120.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (1): 119.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (2): 118.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (3): 117.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (4): 116.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (5): 115.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (6): 114.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (7): 113.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (8): 112.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (9): 111.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (10): 110.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (11): 109.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (12): 108.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (13): 107.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (14): 106.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (15): 105.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (16): 104.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (17): 103.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (18): 102.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (19): 101.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (20): 100.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (21): 99.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (22): 98.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (23): 97.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (24): 96.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (25): 95.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (26): 94.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (27): 93.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (28): 92.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (29): 91.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (30): 90.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (31): 89.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (32): 88.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (33): 87.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (34): 86.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (35): 85.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (36): 84.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (37): 83.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (38): 82.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (39): 81.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (40): 80.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (41): 79.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (42): 78.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (43): 77.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (44): 76.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (45): 75.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (46): 74.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (47): 73.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (48): 72.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (49): 71.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (50): 70.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (51): 69.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (52): 68.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (53): 67.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (54): 66.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (55): 65.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (56): 64.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (57): 63.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (58): 62.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (59): 61.000000Hz - 8986 9016 I DeviceProperties: Refresh Rate (60): 60.000000Hz - 8986 9016 I DeviceProperties: DisplayParms.ScanoutDirection = 1 - 8986 9016 I DeviceProperties: DisplayParms.ShutterType = 1 - 8986 8986 W Thread-2: type=1400 audit(0.0:256): avc: denied { read } for name="u:object_r:vendor_board_init_prop:s0" dev="tmpfs" ino=12449 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:vendor_board_init_prop:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android - 8986 9016 W libc : Access denied finding property "ro.vendor.product.model_extended" - 8986 9016 I DeviceProperties: getDisplayDimensions returned: 3664, 1920 - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT - 8986 9016 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT - 8986 9016 I VrRuntimeClient: DevicesSupported : 3 devices, quest|quest2|quest3 - 8986 9016 I Distortion: Initializing Mesh Decenter Correction - 8986 9016 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 - 8986 9016 I Distortion: Initializing Mesh Decenter Correction - 8986 9016 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 - 8986 9016 I OpenXR : ----------- xrCreateInstance [end] ---------- - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator - 8986 9016 I OpenXR-Loader: Info [GENERAL | xrCreateInstance | OpenXR-Loader] : LoaderInstance::CreateInstance succeeded with 0 layers enabled and runtime interface - created instance = 0x0100000000000001 - 8986 9016 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created instance - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created system - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu loaded OpenXR runtime: Oculus 57.295.0 Oculus Quest2 - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu creating vulkan instance with these extensions: [ - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_surface", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_android_surface", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_EXT_swapchain_colorspace", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_get_physical_device_properties2", - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu] - 8986 9016 I AdrenoVK-0: ===== BEGIN DUMP OF OVERRIDDEN SETTINGS ===== - 8986 9016 I AdrenoVK-0: ===== END DUMP OF OVERRIDDEN SETTINGS ===== - 8986 9016 I AdrenoVK-0: QUALCOMM build : fa5d856e9e, I160a5475da - 8986 9016 I AdrenoVK-0: Build Date : 07/24/23 - 8986 9016 I AdrenoVK-0: Shader Compiler Version : E031.42.07.00 - 8986 9016 I AdrenoVK-0: Local Branch : - 8986 9016 I AdrenoVK-0: Remote Branch : - 8986 9016 I AdrenoVK-0: Remote Branch : - 8986 9016 I AdrenoVK-0: Reconstruct Branch : - 8986 9016 I AdrenoVK-0: Build Config : S P 10.0.7 AArch64 - 8986 9016 I AdrenoVK-0: Driver Path : /vendor/lib64/hw/vulkan.adreno.so - 8986 9016 I AdrenoVK-0: Driver Version : 0728.0 - 8986 9016 I AdrenoVK-0: PFP : 0x016dd112 - 8986 9016 I AdrenoVK-0: ME : 0x00000000 - 8986 9016 I AdrenoVK-0: Application Name : Ambient - 8986 9016 I AdrenoVK-0: Application Version : 0x00000001 - 8986 9016 I AdrenoVK-0: Engine Name : Ambient - 8986 9016 I AdrenoVK-0: Engine Version : 0x00000001 - 8986 9016 I AdrenoVK-0: Api Version : 0x00401000 - 8986 9016 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created vulkan instance - 8986 9016 I VulkanLoader: ovrVulkanLoader::Load - 8986 9016 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkCreateDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan - 8986 9016 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkDestroyDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan - 8986 9016 W VulkanLoader: ovrVulkanLoader::LoadDeviceFunctions: device invalid - 8986 9016 W VulkanLoader: ovrVulkanLoader::LoadExtensionList: physicalDevice invalid - 8986 9016 I Vulkan_Utils: -------------------------------- - 8986 9016 I Vulkan_Utils: Device Name : Adreno (TM) 650 - 8986 9016 I Vulkan_Utils: Device Type : integrated GPU - 8986 9016 I Vulkan_Utils: Vendor ID : 0x5143 - 8986 9016 I Vulkan_Utils: Device ID : 0x6050002 - 8986 9016 I Vulkan_Utils: Driver Version : 512.728.0 - 8986 9016 I Vulkan_Utils: API Version : 1.1.128 - 8986 9016 I Vulkan_Utils: Queue Families : 0 = graphics compute (3 queues, 3 priorities) - 8986 9016 I Vulkan_Utils: Work Queue Family : 0 - 8986 9016 I Vulkan_Utils: Device Extensions : VK_KHR_swapchain (required, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_external_memory (required, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_get_memory_requirements2 (required, enabled) - 8986 9016 I Vulkan_Utils: Device Extensions VK_EXT_fragment_density_map (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_EXT_fragment_density_map2 (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_maintenance1 (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_bind_memory2 (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_sampler_ycbcr_conversion (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_EXT_queue_family_foreign (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_dedicated_allocation (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_KHR_external_memory_fd (optional, enabled) - 8986 9016 I Vulkan_Utils: VK_ANDROID_external_memory_android_hardware_buffer (optional, enabled) - 8986 9016 I OpenXR : ------------ xrCreateSession [start] ----------- - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) - 8986 9016 I VrRuntimeClient: g_RuntimeServiceSDKClient.Connected: com.oculus.systemdriver:com.oculus.vrruntimeservice - 8986 9016 I VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: publicReadOnly SharedMemorySize=8744 () sizeof(sharedMemoryPublicReadOnly)=8768 - 8986 9016 I VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: privateReadWrite SharedMemorySize=40352 () sizeof(privateSharedMemorySize)=8 - 8986 9016 I VrRuntimeClient: nativeRuntimeServiceConnected: SharedMemoryDebug: publicReadOnlyFd=95, privateReadWriteFd=96 () - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) - 8986 9016 I VrRuntimeClient: g_RuntimeServiceSDKClient.InitClient SUCCESS. Version: 5.0, Custom: 1.0 - 8986 9016 I RuntimeIPCClientMgr [RUNTIMEIPC]: GetClientOptions - 8986 9016 I OpenXR : xrCreateSession: Connected to VrRuntimeService after 0.125536s - 8986 9016 I AdrenoGLES-0: QUALCOMM build : fa5d856e9e, I160a5475da - 8986 9016 I AdrenoGLES-0: Build Date : 07/24/23 - 8986 9016 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.42.07.00 - 8986 9016 I AdrenoGLES-0: Local Branch : - 8986 9016 I AdrenoGLES-0: Remote Branch : - 8986 9016 I AdrenoGLES-0: Remote Branch : - 8986 9016 I AdrenoGLES-0: Reconstruct Branch : - 8986 9016 I AdrenoGLES-0: Build Config : S P 10.0.7 AArch64 - 8986 9016 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so - 8986 9016 I AdrenoGLES-0: Driver Version : 0728.0 - 8986 9016 I AdrenoGLES-0: Process Name : org.bevyengine.demo_openxr_android - 8986 9016 I AdrenoGLES-0: PFP: 0x016dd112, ME: 0x00000000 - 8986 9016 I VrRuntimeClient: SetPhaseSyncMode 1 - 8986 9016 I VrRuntimeClient: SetPhaseSyncMode 1 - 8986 9016 I OpenXR : PhaseSync Mode: 1 - 8986 9016 I VrRuntimeClient: VrRuntimeClient: Init - 8986 9016 I PTKService: PTKServiceClient Init - 8986 9016 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.vrshell:com.oculus.vrshell:Overlay - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) - 8986 9016 V OVR::Capture: Failed to open trace_marker ATrace file! - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) - 8986 9016 I VrRuntimeClient: OSSDKTRACKING calculating secure tracking - 8986 9016 I VrRuntimeClient: OSSDKTRACKING secure tracking is 0 - 8986 9016 I AudioCapture: AudioCapture::Init - 8986 9016 I AudioCapture: AudioCapture::Init -> Initializing audio capture using direct OS Callbacks - 8986 9016 I AudioCapture: AudioCapture::Init COMPLETE - 8986 9016 I Foveation: Vulkan foveation tile offset enabled: 0 - 8986 9016 I Foveation: Vulkan foveation tile turn off enabled: 1 - 8986 9016 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.guardian:com.oculus.vrguardianservice - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) - 8986 9016 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:8986, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) - 8986 9016 I VrGuardianClient: g_GuardianSDKClient connected. - 8986 9016 I VrRuntimeClient: Is120HzSupported: 1 - 8986 9016 I FaceEyeTrackingManagerHelpers: [FaceEyeTrackingManager] Audio FT GK: 0 - 8986 9016 I LogTimer: CPUTIME: VrRuntimeClient_Init took 156.5617 ms - 8986 9016 I VulkanLoader: ovrVulkanLoader::Load - 8986 9016 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkCreateDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan - 8986 9016 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkDestroyDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan - 8986 9016 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkCmdDebugMarkerInsertEXT, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan - 8986 9016 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkDebugMarkerSetObjectTagEXT, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan - 8986 9016 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkGetMemoryFdKHR, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan - 8986 9016 I Foveation: Vulkan FFR is supported, with density map size 32x32 - 8986 9016 I Distortion: Initializing Mesh Decenter Correction - 8986 9016 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 - 8986 9016 I Distortion: Initializing Mesh Decenter Correction - 8986 9016 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 - 8986 9016 I GkHelper: Checking gk 'oculus_miramar_colorspace_p3', default = false - 8986 9016 I Colorspace: Miramar default OpenXR colorspace via GK: - 8986 9016 I ClientInputSettings: SYSTEMBUTTONSPACE GKS freeze '1' - 8986 9016 I ClientInputSettings: SYSTEMBUTTONSPACE 'org.bevyengine.demo_openxr_android' Freeze input '1' on home button down - 8986 9016 I ClientInputSettings: HANDTRACKING: Hands V2.0 enforced. - 8986 9016 I ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_enable_hand_tracking_frequency_inter - 8986 9016 I ClientInputInterface: HANDTRACKING sethandtrackingfrequency 1 - 8986 9016 I ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_30hz_handtracking_downclocking - 8986 9016 I ClientInputInterface: Set30HzHandtrackingDownclockingGKFlag 1 - 8986 9016 I ClientInputSettings: HANDTRACKING: NO, not in the GK oculus_mobile_enable_hand_emulation_of_controllers - 8986 9016 I ClientInputInterface: HANDTRACKING SetHandTrackingControllerEmulationGkFlag 0 - 8986 9016 I InputHooks: InitializeInputHooks - 8986 9016 I InputHooks: InitializeInputHooks create - 8986 9016 I OpenXR : Disable output struct type validation on org.bevyengine.demo_openxr_android. - 8986 9016 I OpenXR : Disable GetFaceExpressionWeights return code fix on org.bevyengine.demo_openxr_android. - 8986 9016 I OpenXR : Disable HandJointPalmFix on org.bevyengine.demo_openxr_android. - 8986 9016 I OpenXR : xrCreateSession: Activity is not yet in the ready state. - 8986 9016 I XrRuntimeUtils: XrRuntimeUtils::CreateSession - 8986 9016 I OpenXR : ------------ xrCreateSession [end] ----------- - 8986 9016 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 - 8986 9016 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 - 8986 9016 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: Spaces info - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: Local version=45 - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.073, 0.000, 0.997), (-0.16, 0.12, 0.06) - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: RawFromLocalTilted = (-0.010, 0.075, 0.117, 0.990), (-0.16, 0.12, 0.06) - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: Stage IsValid=true - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: Stage HasActiveGuardian=true - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: Stage Width=4.762032, Depth=4.001123 - 8986 9016 I OpenXR_Space: xrCreateReferenceSpace: RawFromStage = (0.000, 0.633, 0.000, 0.774), (0.09, -0.77, 1.26) - 8986 9016 I OboeAudio: openStream() OUTPUT -------- OboeVersion1.7.0 -------- - 8986 9016 I AAudio : AAudioStreamBuilder_openStream() called ---------------------------------------- - 8986 9016 I AudioStreamBuilder: rate = 44100, channels = 2, channelMask = 0x80000003, format = 5, sharing = SH, dir = OUTPUT - 8986 9016 I AudioStreamBuilder: device = 0, sessionId = -1, perfMode = 10, callback: ON with frames = 0 - 8986 9016 I AudioStreamBuilder: usage = 1, contentType = 2, inputPreset = 6, allowedCapturePolicy = 0 - 8986 9016 I AudioStreamBuilder: privacy sensitive = false - 8986 9016 I AudioStreamBuilder: opPackageName = (null) - 8986 9016 I AudioStreamBuilder: attributionTag = (null) - 8986 9016 D AudioStreamBuilder: build() [meta] disable aaudio mmap via gk - 8986 9016 D AudioStreamBuilder: build() MMAP not used because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not requested. - 8986 9016 D _openxr_androi: PlayerBase::PlayerBase() - 8986 9016 D AudioStreamTrack: open(), request notificationFrames = 0, frameCount = 0 - 8986 9016 D AAudioStream: setState(s#1) from 0 to 2 - 8986 9016 I AAudio : AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#1 ---------------- - 8986 9016 D AAudio : AAudioStream_requestStart(s#1) called -------------- - 8986 9016 D AAudioStream: setState(s#1) from 2 to 3 - 8986 9016 D AAudio : AAudioStream_requestStart(s#1) returned 0 --------- - 8986 9043 D AudioStreamLegacy: onAudioDeviceUpdate(deviceId = 2) - 8986 9016 E event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_gilrs/src/ Failed to start Gilrs. Gilrs does not support current platform. - 8986 9044 D AAudioStream: setState(s#1) from 3 to 4 - 8986 9016 W event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_pbr/src/ss ScreenSpaceAmbientOcclusionPlugin not loaded. GPU lacks support: Limits::max_storage_textures_per_shader_stage is less than 5. - 8986 9020 I OpenXR_Actions: -- xrSuggestInteractionProfileBindings - - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_diagnostic SystemInfo { os: "Android 12 Quest 2", kernel: "4.19.157+", cpu: "", core_count: "8", memory: "5.7 GiB" } - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=19, action=hand_pose, subactionMask=1, pathActionType=4 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=35, action=hand_pose, subactionMask=2, pathActionType=4 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=18, action=pointer_pose, subactionMask=1, pathActionType=4 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=9, action=squeeze, subactionMask=1, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=25, action=squeeze, subactionMask=2, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=26, action=trigger, subactionMask=2, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=10, action=trigger, subactionMask=1, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=27, action=trigger_touched, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=11, action=trigger_touched, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=33, action=haptic_feedback, subactionMask=2, pathActionType=100 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=17, action=haptic_feedback, subactionMask=1, pathActionType=100 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=4, action=x_button, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=5, action=x_button_touch, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=6, action=y_button, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=7, action=y_button_touch, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=8, action=menu_button, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=20, action=a_button, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=21, action=a_button_touch, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=22, action=b_button, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=23, action=b_button_touch, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=12, action=thumbstick_x, subactionMask=1, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=28, action=thumbstick_x, subactionMask=2, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=13, action=thumbstick_y, subactionMask=1, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=29, action=thumbstick_y, subactionMask=2, pathActionType=2 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=14, action=thumbstick_click, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=30, action=thumbstick_click, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=15, action=thumbstick_touch, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=31, action=thumbstick_touch, subactionMask=2, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=16, action=thumbrest_touch, subactionMask=1, pathActionType=1 - 8986 9020 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=32, action=thumbrest_touch, subactionMask=2, pathActionType=1 - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9020 I JniUtils-inl: Creating temporary JNIEnv. This is a heavy operation and should be infrequent. To optimize, use JNI AttachCurrentThread on calling thread - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9019 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker - 8986 9020 I OpenXR : PostSessionStateChange: XR_SESSION_STATE_UNKNOWN -> XR_SESSION_STATE_IDLE - 8986 9020 I Deque : AddEventToQueue called. eventInfo.type: 18, eventInfo.next: 1 - 8986 9020 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/lib.rs:240: entered XR state IDLE - 8986 9020 W OpenXR : xrWaitFrame: session is not running. - 8986 9015 I RustStdoutStderr: The application panicked (crashed). - 8986 9015 I RustStdoutStderr: Message: called `Result::unwrap()` on an `Err` value: ERROR_SESSION_NOT_RUNNING - 8986 9015 I RustStdoutStderr: Location: /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/lib.rs:264 - 8986 9015 I RustStdoutStderr: - 8986 9015 I RustStdoutStderr: Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. - 8986 9015 I RustStdoutStderr: Run with RUST_BACKTRACE=full to include source snippets. - 8986 9015 I RustStdoutStderr: Warning: SpanTrace capture is Unsupported. - 8986 9015 I RustStdoutStderr: Ensure that you've setup a tracing-error ErrorLayer and the semver versions are compatible ---------- beginning of crash - - 8986 9020 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 9020 (Compute Task Po), pid 8986 (_openxr_android) - 9050 9050 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto - 9050 9050 I crash_dump64: performing dump of process 8986 (target tid = 9020) - 9050 9050 I DEBUG : Current uptime at crash: 140835 seconds - 9050 9050 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** - 9050 9050 F DEBUG : Build fingerprint: 'oculus/hollywood/hollywood:12/SQ3A.220605.009.A1/50623410078100150:user/release-keys' - 9050 9050 F DEBUG : Revision: '0' - 9050 9050 F DEBUG : ABI: 'arm64' - 9050 9050 F DEBUG : Timestamp: 2023-10-31 17:16:29.311291746+0100 - 9050 9050 F DEBUG : Process uptime: 1s - 9050 9050 F DEBUG : Cmdline: org.bevyengine.demo_openxr_android - 9050 9050 F DEBUG : pid: 8986, tid: 9020, name: Compute Task Po >>> org.bevyengine.demo_openxr_android <<< - 9050 9050 F DEBUG : uid: 10060 - 9050 9050 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- - 9050 9050 F DEBUG : Abort message: 'called `Result::unwrap()` on an `Err` value: ERROR_SESSION_NOT_RUNNING' - 9050 9050 F DEBUG : x0 0000000000000000 x1 000000000000233c x2 0000000000000006 x3 000000782a278b40 - 9050 9050 F DEBUG : x4 0000000000008000 x5 0000000000008000 x6 0000000000008000 x7 0000000000000000 - 9050 9050 F DEBUG : x8 00000000000000f0 x9 00000079424da5d8 x10 0000000000000000 x11 ffffff80fffffbdf - 9050 9050 F DEBUG : x12 0000000000000001 x13 525f544f4e5f4e4f x14 00000000000000c8 x15 0000000000000038 - 9050 9050 F DEBUG : x16 00000079425a1dc0 x17 000000794257fb60 x18 00000078267e6000 x19 000000000000231a - 9050 9050 F DEBUG : x20 000000000000233c x21 00000000ffffffff x22 000000782e675ae0 x23 000000782a278e00 - 9050 9050 F DEBUG : x24 000000782d172948 x25 000000782e7c1198 x26 000000782e7c11b8 x27 000000782a27a060 - 9050 9050 F DEBUG : x28 000000782a27a060 x29 000000782a278bc0 - 9050 9050 F DEBUG : lr 000000794253bc5c sp 000000782a278b20 pc 000000794253bc8c pst 0000000000001000 - 9050 9050 F DEBUG : backtrace: - 9050 9050 F DEBUG : #00 pc 0000000000089c8c /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 9bab48b8427561f041dc114e49bfd38b) - 9050 9050 F DEBUG : #01 pc 0000000001993834 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (panic_abort::__rust_start_panic::abort::hf9486a0d1cc2ac08+4) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #02 pc 0000000001993828 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (__rust_start_panic+8) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #03 pc 0000000001985d7c /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (rust_panic+8) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #04 pc 0000000001985be4 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (std::panicking::rust_panic_with_hook::h9c80bfe4d552cb32+660) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #05 pc 0000000001985930 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (std::panicking::begin_panic_handler::_$u7b$$u7b$closure$u7d$$u7d$::haece24ab2b06546c+196) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #06 pc 0000000001984310 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (std::sys_common::backtrace::__rust_end_short_backtrace::h5255d8dea90e7932+4) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #07 pc 0000000001985680 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (rust_begin_unwind+108) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #08 pc 00000000019a5a28 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (core::panicking::panic_fmt::h61a82d7f25335953+44) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #09 pc 00000000019a5d48 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (core::result::unwrap_failed::h0973c0cfe8c3b00d+88) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #10 pc 00000000009e8b80 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (bevy_openxr::xr_begin_frame::h9b87c0166e3ef0c3+3752) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #11 pc 000000000095c8b8 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (_$LT$bevy_ecs..system..function_system..FunctionSystem$LT$Marker$C$F$GT$$u20$as$u20$bevy_ecs..system..system..System$GT$::run_unsafe::h0bd8a8c7266ad61d+704) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #12 pc 00000000018b9120 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (async_executor::Executor::spawn::_$u7b$$u7b$closure$u7d$$u7d$::ha8e73461e94dfc87+116) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #13 pc 00000000018b3580 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (async_task::raw::RawTask$LT$F$C$T$C$S$C$M$GT$::run::h04fb1857844bc080+292) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #14 pc 00000000018e7b10 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (async_executor::Executor::run::_$u7b$$u7b$closure$u7d$$u7d$::h9aa771d4ba968762+4316) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #15 pc 00000000018e8344 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (std::sys_common::backtrace::__rust_begin_short_backtrace::hdd78ac8ab492c8b7+560) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #16 pc 00000000018e887c /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h2eff1674ecfe0bf8+128) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #17 pc 0000000001988260 /data/app/~~SIt7BvKZ9id9zPJkk8E79w==/org.bevyengine.demo_openxr_android-7MbCg-EKRIqT0VODkBZfLA==/lib/arm64/libdemo.so (std::sys::unix::thread::Thread::new::thread_start::hf5b87d2f06226386+24) (BuildId: 5c943a49e7770f56) - 9050 9050 F DEBUG : #18 pc 00000000000df1d8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+132) (BuildId: 9bab48b8427561f041dc114e49bfd38b) - 9050 9050 F DEBUG : #19 pc 000000000008b2ec /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 9bab48b8427561f041dc114e49bfd38b) diff --git a/examples/demo/quest2_stdout_no_stacktrace.txt b/examples/demo/quest2_stdout_no_stacktrace.txt deleted file mode 100644 index 2bcd4c6..0000000 --- a/examples/demo/quest2_stdout_no_stacktrace.txt +++ /dev/null @@ -1,738 +0,0 @@ -[1/3] Fetch precompiled artifacts -[1/3] Fetch precompiled artifacts [111ms] -[2/3] Build rust `demo` -[2/3] Build rust `demo` [1116ms] -[3/3] Create apk -[3/3] Create apk [3032ms] -/home/schmarni/Code/adeptus_bevy_oxr/examples/demo/target/x/release/android/demo.apk: 1 file pushed, 0 skipped. 136.7 MB/s (17960272 bytes in 0.125s) -Success -Starting: Intent { act=android.intent.action.MAIN cmp=org.bevyengine.demo_openxr_android/android.app.NativeActivity } ---------- beginning of main - -25874 25874 E _openxr_androi: Not starting debugger since process cannot load the jdwp agent. -25874 25874 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10060; state: ENABLED -25874 25874 W System : ClassLoader referenced unknown path: -25874 25874 V GraphicsEnvironment: Lazy GPU memory allocation for 'org.bevyengine.demo_openxr_android': false -25874 25874 V GraphicsEnvironment: ANGLE Developer option for 'org.bevyengine.demo_openxr_android' set to: 'default' -25874 25874 V GraphicsEnvironment: ANGLE GameManagerService for org.bevyengine.demo_openxr_android: false -25874 25874 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. -25874 25874 D CompatibilityChangeReporter: Compat change id reported: 175409949; UID 10060; state: DISABLED -25874 25874 D CompatibilityChangeReporter: Compat change id reported: 175409951; UID 10060; state: ENABLED -25874 25874 D CompatibilityChangeReporter: Compat change id reported: 175409950; UID 10060; state: DISABLED -25874 25874 D NetworkSecurityConfig: No Network Security Config specified, using platform default -25874 25874 D CompatibilityChangeReporter: Compat change id reported: 175409952; UID 10060; state: DISABLED -25874 25874 D NetworkSecurityConfig: No Network Security Config specified, using platform default -25874 25874 W Thread-2: type=1400 audit(0.0:284): avc: denied { read } for name="cpu.cfs_quota_us" dev="cgroup" ino=9 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android -25874 25874 W Thread-2: type=1400 audit(0.0:285): avc: denied { read } for name="cpu.cfs_period_us" dev="cgroup" ino=10 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrInitializeLoaderKHR | OpenXR-Loader] : Entering loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline -25874 25910 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar -25874 25910 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar -25874 25910 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar -25874 25910 D vulkan : searching for layers in '/data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64' -25874 25910 D vulkan : searching for layers in '/data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/base.apk!/lib/arm64-v8a' -25874 25910 I DriverLoader: Calling into SetLegacyVrApiEntryPointOverride -25874 25910 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: calling sprintf -25874 25910 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: env buffer is '0x78242bae60' -25874 25910 I VrApi_DriverLoader: SetLegacyVrApiEntryPointOverride: calling setenv -25874 25910 I DriverLoader: Creating Temp JNIEnv -25874 25910 I DriverLoader: Calling FindClass -25874 25910 I DriverLoader: Calling RegisterNativeVrApiLoaderMethods -25874 25910 I VrApi_DriverLoader: RegisterNativeVrApiLoaderMethods: calling RegisterNatives -25874 25910 I DriverLoader: Calling RegisterNativeXrLoaderMethods -25874 25910 I OpenXR_DriverLoader: RegisterNativeVrApiLoaderMethods: calling RegisterNatives -25874 25910 I DriverLoader: Exiting JNI_OnLoad -25874 25910 I OpenXR_ClientState: OpenXRClientState::create - from xrInitializeLoaderKHR -25874 25910 I XrRuntimeSharedClientState: SharedClientState::create called from 'OpenXRClientState::init' -25874 25910 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: Loader: IPC Service API Loader Version: 52 Oct 7 2023 12:26:40 -25874 25910 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so -25874 25910 I ipcLoader [RUNTIMEIPC]: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so -25874 25910 I DeadlockObserver [RUNTIMEIPC]: Init SUCCESS -25874 25919 I DeadlockObserver [RUNTIMEIPC]: MainLoop starting -25874 25920 D IPCDataChannelServer [RUNTIMEIPC]: Connected: 1, broker_package:broker_process:0 -25874 25910 I BrokerRPC [RUNTIMEIPC]: InitRPCToServiceInternal: Success -25874 25910 I RuntimeIPCSystem [RUNTIMEIPC]: RuntimeIPCSystem: Init SUCCESS -25874 25910 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.systemdriver:com.oculus.vrruntimeservice -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (gkcache) -25874 25910 I OpenXR_ClientState: Client state creation succeeded. -25874 25910 I OpenXR-Loader: Info [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntime succeeded loading runtime using interface version 1 and OpenXR API version 1.0 -25874 25910 I OpenXR : IsFirstParty 0 -25874 25910 W _openxr_androi: Accessing hidden method Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z (blocked,test-api, reflection, denied) -25874 25910 W _openxr_androi: If this is a platform test consider enabling VMRuntime.ALLOW_TEST_API_ACCESS change id for this package. -25874 25910 I OpenXR : IsPrivileged 0 -25874 25910 I OpenXR : Is_X_PartnerGateKeeper -25874 25910 I OpenXR : PGK Status: exp = 0, hor = false, dc = false -25874 25910 I OpenXR : Extension status: P -25874 25910 I OpenXR : IsFirstParty 0 -25874 25910 I DeviceProperties: ovrDeviceProperties::Initialize -25874 25910 I DeviceProperties: Device Region: 'US' -25874 25910 I DeviceProperties: GPU Type: 'ADRENO_650' -25874 25910 I DeviceProperties: Num Refresh Rates Supported 61 -25874 25910 I DeviceProperties: Refresh Rate (0): 120.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (1): 119.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (2): 118.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (3): 117.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (4): 116.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (5): 115.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (6): 114.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (7): 113.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (8): 112.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (9): 111.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (10): 110.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (11): 109.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (12): 108.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (13): 107.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (14): 106.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (15): 105.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (16): 104.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (17): 103.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (18): 102.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (19): 101.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (20): 100.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (21): 99.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (22): 98.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (23): 97.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (24): 96.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (25): 95.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (26): 94.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (27): 93.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (28): 92.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (29): 91.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (30): 90.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (31): 89.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (32): 88.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (33): 87.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (34): 86.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (35): 85.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (36): 84.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (37): 83.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (38): 82.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (39): 81.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (40): 80.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (41): 79.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (42): 78.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (43): 77.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (44): 76.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (45): 75.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (46): 74.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (47): 73.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (48): 72.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (49): 71.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (50): 70.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (51): 69.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (52): 68.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (53): 67.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (54): 66.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (55): 65.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (56): 64.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (57): 63.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (58): 62.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (59): 61.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (60): 60.000000Hz -25874 25910 I DeviceProperties: DisplayParms.ScanoutDirection = 1 -25874 25910 I DeviceProperties: DisplayParms.ShutterType = 1 -25874 25874 W Thread-2: type=1400 audit(0.0:286): avc: denied { read } for name="u:object_r:vendor_board_init_prop:s0" dev="tmpfs" ino=12449 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:vendor_board_init_prop:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android -25874 25910 I DeviceProperties: getDisplayDimensions returned: 3664, 1920 -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_body_tracking` due to: missing uses-feature string `com.oculus.software.body_tracking` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_keyboard_tracking` due to: missing uses-feature string `oculus.software.trackedkeyboard` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_triangle_mesh` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_passthrough` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_passthrough_color_lut` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_passthrough_color_lut` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest -25874 25910 I OpenXR : PassesGKKillswitch 1 -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_render_model` due to: missing uses-feature string `com.oculus.feature.RENDER_MODEL` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_query` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_query` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_query` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_touch_controller_extras` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_storage` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_storage` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_storage` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_storage_batch` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_sharing` due to: missing uses-permission string `com.oculus.permission.IMPORT_EXPORT_IOT_MAP_DATA` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_spatial_entity_container` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_scene` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_scene_capture` due to: missing uses-permission string `com.oculus.permission.USE_ANCHOR_API` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_spatial_entity_mesh` due to: missing uses-permission string `com.oculus.permission.USE_SCENE` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_face_tracking` due to: missing uses-feature string `oculus.software.face_tracking` from AndroidManifest -25874 25910 I OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension 'XR_META_local_dimming' as device requirements requirements (16) are not met. -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_META_foveation_eye_tracked` due to: missing uses-feature string `oculus.software.eye_tracking` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_eye_tracking_social` due to: missing uses-feature string `oculus.software.eye_tracking` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FB_passthrough_keyboard_hands` due to: missing uses-feature string `com.oculus.feature.PASSTHROUGH` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_settings` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_depth_test` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_eye_gaze_interaction` due to: missing uses-permission string `com.oculus.permission.EYE_TRACKING` from AndroidManifest -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_hand_joints_motion_range` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXTX1_hand_tracking_data_source` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_performance_metrics` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_virtual_keyboard` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX2_virtual_keyboard` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX2_detached_controllers` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXTX1_event_channel` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_environment_depth` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_active_action_set_priority` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_EXT_palm_pose` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 W OpenXR : xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_simultaneous_hands_controllers_management` due to: Tier=40 extState=P deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu available xr exts: ExtensionSet { -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu almalence_digital_lens_control: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu epic_view_configuration_fov: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_performance_settings: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_thermal_query: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_debug_utils: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_eye_gaze_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_view_configuration_depth_range: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_conformance_automation: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hand_tracking: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_dpad_binding: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hand_joints_motion_range: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_samsung_odyssey_controller: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_hp_mixed_reality_controller: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_palm_pose: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ext_uuid: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu extx_overlay: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_image_layout: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_alpha_blend: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_android_surface_swapchain_create: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_secure_content: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_display_refresh_rate: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_color_space: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_mesh: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_aim: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_hand_tracking_capsules: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation_configuration: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_keyboard_tracking: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_triangle_mesh: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_passthrough: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_render_model: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_query: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_storage: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_foveation_vulkan: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_android_surface: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_opengl_es: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_swapchain_update_state_vulkan: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_space_warp: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_scene: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_spatial_entity_container: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_passthrough_keyboard_hands: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu fb_composition_layer_settings: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_cosmos_controller_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_facial_tracking: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_focus3_controller_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_hand_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htc_vive_wrist_tracker_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu htcx_vive_tracker_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu huawei_controller_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_thread_settings: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_surface_swapchain: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_cube: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_android_create_instance: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_depth: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_swapchain_format_list: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_cylinder: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_equirect: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_opengl_enable: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_opengl_es_enable: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_enable: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_visibility_mask: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_color_scale_bias: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_convert_timespec_time: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_loader_init: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_loader_init_android: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_vulkan_enable2: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_composition_layer_equirect2: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_binding_modification: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu khr_swapchain_usage_input_attachment_bit: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu meta_vulkan_swapchain_create_info: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu meta_performance_metrics: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ml_ml2_controller_interaction: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mnd_headless: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mnd_swapchain_usage_input_attachment_bit: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu mndx_egl_enable: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_unbounded_reference_space: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_anchor: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_graph_bridge: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_hand_interaction: true, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_hand_tracking_mesh: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_secondary_view_configuration: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_first_person_observer: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_controller_model: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_composition_layer_reprojection: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu msft_spatial_anchor_persistence: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu oculus_android_session_state_enable: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu oculus_audio_device_guid: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ultraleap_hand_tracking_forearm: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu valve_analog_threshold: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_quad_views: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_foveated_rendering: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_composition_layer_depth_test: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_environment_depth_estimation: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_marker_tracking: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu varjo_view_offset: false, -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu other: [ -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_OCULUS_common_reference_spaces\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_common_events\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_passthrough_preferences\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_touch_controller_proximity\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_touch_controller_pro\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_touch_controller_plus\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_haptic_amplitude_envelope\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_haptic_pcm\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_spatial_entity_user\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_feature_fidelity\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_FB_composition_layer_depth_test\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_virtual_keyboard\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_headset_id\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_recommended_layer_resolution\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "XR_META_automatic_layer_filter\0", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu ], -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu} -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64 -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64 -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu available xr layers: [] -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline -25874 25910 V OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64 -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator -25874 25910 I OpenXR : ----------- xrCreateInstance [start] ---------- -25874 25910 I OpenXR : xrCreateInstance: Extension XR_KHR_android_create_instance enabled. -25874 25910 I OpenXR : xrCreateInstance: Extension XR_KHR_vulkan_enable2 enabled. -25874 25910 I VersionGater: App OpenXR version is 1.0.25 -25874 25910 I VersionGater: Version gate state: 1111 1000 0 -25874 25910 W VrRuntimeClient: InitDeviceConfig called before service connection! GKs checked before service connection will return defaults! -25874 25910 I TREX : Initializing TREX for client c56f4dcb3ab1079f... -25874 25910 I TREX : Initializing system... -25874 25910 I XrRuntimeSystem_Client: BodyPoweredHands checkSysPropForBodyAPIOverride 0 -25874 25910 I TREX : Created plugin package context for com.oculus.systemdriver -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) -25874 25910 I TREX : Loading plugin com.oculus.wearableinputservice:libtrex_wristband_client_plugin.so -25874 25910 I TREX : package 'com.oculus.wearableinputservice' not found, skipping -25874 25910 I TREX : Plugin 'com.oculus.wearableinputservice:libtrex_wristband_client_plugin.so' not loaded. -25874 25910 I PerformanceManagerInterface_Impl: perfmgr: Skipping initial server state initialization, will initialize next time around -25874 25910 E TREX : Interface version 3 was not found. Check debug build for more information. -25874 25910 I DeviceProperties: ovrDeviceProperties::Initialize -25874 25910 I DeviceProperties: Device Region: 'US' -25874 25910 I DeviceProperties: GPU Type: 'ADRENO_650' -25874 25910 I DeviceProperties: Num Refresh Rates Supported 61 -25874 25910 I DeviceProperties: Refresh Rate (0): 120.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (1): 119.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (2): 118.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (3): 117.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (4): 116.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (5): 115.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (6): 114.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (7): 113.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (8): 112.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (9): 111.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (10): 110.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (11): 109.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (12): 108.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (13): 107.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (14): 106.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (15): 105.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (16): 104.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (17): 103.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (18): 102.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (19): 101.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (20): 100.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (21): 99.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (22): 98.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (23): 97.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (24): 96.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (25): 95.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (26): 94.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (27): 93.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (28): 92.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (29): 91.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (30): 90.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (31): 89.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (32): 88.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (33): 87.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (34): 86.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (35): 85.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (36): 84.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (37): 83.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (38): 82.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (39): 81.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (40): 80.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (41): 79.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (42): 78.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (43): 77.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (44): 76.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (45): 75.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (46): 74.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (47): 73.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (48): 72.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (49): 71.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (50): 70.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (51): 69.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (52): 68.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (53): 67.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (54): 66.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (55): 65.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (56): 64.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (57): 63.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (58): 62.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (59): 61.000000Hz -25874 25910 I DeviceProperties: Refresh Rate (60): 60.000000Hz -25874 25910 I DeviceProperties: DisplayParms.ScanoutDirection = 1 -25874 25910 I DeviceProperties: DisplayParms.ShutterType = 1 -25874 25874 W Thread-2: type=1400 audit(0.0:287): avc: denied { read } for name="u:object_r:vendor_board_init_prop:s0" dev="tmpfs" ino=12449 scontext=u:r:untrusted_app:s0:c60,c256,c512,c768 tcontext=u:object_r:vendor_board_init_prop:s0 tclass=file permissive=0 app=org.bevyengine.demo_openxr_android -25874 25910 W libc : Access denied finding property "ro.vendor.product.model_extended" -25874 25910 I DeviceProperties: getDisplayDimensions returned: 3664, 1920 -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT -25874 25910 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT -25874 25910 I VrRuntimeClient: DevicesSupported : 3 devices, quest|quest2|quest3 -25874 25910 I Distortion: Initializing Mesh Decenter Correction -25874 25910 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 -25874 25910 I Distortion: Initializing Mesh Decenter Correction -25874 25910 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 -25874 25910 I OpenXR : ----------- xrCreateInstance [end] ---------- -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator -25874 25910 I OpenXR-Loader: Info [GENERAL | xrCreateInstance | OpenXR-Loader] : LoaderInstance::CreateInstance succeeded with 0 layers enabled and runtime interface - created instance = 0x0100000000000001 -25874 25910 V OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created instance -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created system -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu loaded OpenXR runtime: Oculus 57.295.0 Oculus Quest2 -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu creating vulkan instance with these extensions: [ -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_surface", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_android_surface", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_EXT_swapchain_colorspace", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu "VK_KHR_get_physical_device_properties2", -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu] -25874 25910 I AdrenoVK-0: ===== BEGIN DUMP OF OVERRIDDEN SETTINGS ===== -25874 25910 I AdrenoVK-0: ===== END DUMP OF OVERRIDDEN SETTINGS ===== -25874 25910 I AdrenoVK-0: QUALCOMM build : fa5d856e9e, I160a5475da -25874 25910 I AdrenoVK-0: Build Date : 07/24/23 -25874 25910 I AdrenoVK-0: Shader Compiler Version : E031.42.07.00 -25874 25910 I AdrenoVK-0: Local Branch : -25874 25910 I AdrenoVK-0: Remote Branch : -25874 25910 I AdrenoVK-0: Remote Branch : -25874 25910 I AdrenoVK-0: Reconstruct Branch : -25874 25910 I AdrenoVK-0: Build Config : S P 10.0.7 AArch64 -25874 25910 I AdrenoVK-0: Driver Path : /vendor/lib64/hw/vulkan.adreno.so -25874 25910 I AdrenoVK-0: Driver Version : 0728.0 -25874 25910 I AdrenoVK-0: PFP : 0x016dd112 -25874 25910 I AdrenoVK-0: ME : 0x00000000 -25874 25910 I AdrenoVK-0: Application Name : Ambient -25874 25910 I AdrenoVK-0: Application Version : 0x00000001 -25874 25910 I AdrenoVK-0: Engine Name : Ambient -25874 25910 I AdrenoVK-0: Engine Version : 0x00000001 -25874 25910 I AdrenoVK-0: Api Version : 0x00401000 -25874 25910 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/graphics/vu created vulkan instance -25874 25910 I VulkanLoader: ovrVulkanLoader::Load -25874 25910 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkCreateDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan -25874 25910 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkDestroyDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan -25874 25910 W VulkanLoader: ovrVulkanLoader::LoadDeviceFunctions: device invalid -25874 25910 W VulkanLoader: ovrVulkanLoader::LoadExtensionList: physicalDevice invalid -25874 25910 I Vulkan_Utils: -------------------------------- -25874 25910 I Vulkan_Utils: Device Name : Adreno (TM) 650 -25874 25910 I Vulkan_Utils: Device Type : integrated GPU -25874 25910 I Vulkan_Utils: Vendor ID : 0x5143 -25874 25910 I Vulkan_Utils: Device ID : 0x6050002 -25874 25910 I Vulkan_Utils: Driver Version : 512.728.0 -25874 25910 I Vulkan_Utils: API Version : 1.1.128 -25874 25910 I Vulkan_Utils: Queue Families : 0 = graphics compute (3 queues, 3 priorities) -25874 25910 I Vulkan_Utils: Work Queue Family : 0 -25874 25910 I Vulkan_Utils: Device Extensions : VK_KHR_swapchain (required, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_external_memory (required, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_get_memory_requirements2 (required, enabled) -25874 25910 I Vulkan_Utils: Device Extensions VK_EXT_fragment_density_map (optional, enabled) -25874 25910 I Vulkan_Utils: VK_EXT_fragment_density_map2 (optional, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_maintenance1 (optional, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_bind_memory2 (optional, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_sampler_ycbcr_conversion (optional, enabled) -25874 25910 I Vulkan_Utils: VK_EXT_queue_family_foreign (optional, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_dedicated_allocation (optional, enabled) -25874 25910 I Vulkan_Utils: VK_KHR_external_memory_fd (optional, enabled) -25874 25910 I Vulkan_Utils: VK_ANDROID_external_memory_android_hardware_buffer (optional, enabled) -25874 25910 I OpenXR : ------------ xrCreateSession [start] ----------- -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) -25874 25910 I VrRuntimeClient: g_RuntimeServiceSDKClient.Connected: com.oculus.systemdriver:com.oculus.vrruntimeservice -25874 25910 I VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: publicReadOnly SharedMemorySize=8744 () sizeof(sharedMemoryPublicReadOnly)=8768 -25874 25910 I VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: privateReadWrite SharedMemorySize=40352 () sizeof(privateSharedMemorySize)=8 -25874 25910 I VrRuntimeClient: nativeRuntimeServiceConnected: SharedMemoryDebug: publicReadOnlyFd=95, privateReadWriteFd=96 () -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) -25874 25910 I VrRuntimeClient: g_RuntimeServiceSDKClient.InitClient SUCCESS. Version: 5.0, Custom: 1.0 -25874 25910 I RuntimeIPCClientMgr [RUNTIMEIPC]: GetClientOptions -25874 25910 I OpenXR : xrCreateSession: Connected to VrRuntimeService after 0.038652s -25874 25910 I AdrenoGLES-0: QUALCOMM build : fa5d856e9e, I160a5475da -25874 25910 I AdrenoGLES-0: Build Date : 07/24/23 -25874 25910 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.42.07.00 -25874 25910 I AdrenoGLES-0: Local Branch : -25874 25910 I AdrenoGLES-0: Remote Branch : -25874 25910 I AdrenoGLES-0: Remote Branch : -25874 25910 I AdrenoGLES-0: Reconstruct Branch : -25874 25910 I AdrenoGLES-0: Build Config : S P 10.0.7 AArch64 -25874 25910 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so -25874 25910 I AdrenoGLES-0: Driver Version : 0728.0 -25874 25910 I AdrenoGLES-0: Process Name : org.bevyengine.demo_openxr_android -25874 25910 I AdrenoGLES-0: PFP: 0x016dd112, ME: 0x00000000 -25874 25910 I VrRuntimeClient: SetPhaseSyncMode 1 -25874 25910 I VrRuntimeClient: SetPhaseSyncMode 1 -25874 25910 I OpenXR : PhaseSync Mode: 1 -25874 25910 I VrRuntimeClient: VrRuntimeClient: Init -25874 25910 I PTKService: PTKServiceClient Init -25874 25910 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.vrshell:com.oculus.vrshell:Overlay -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver) -25874 25910 V OVR::Capture: Failed to open trace_marker ATrace file! -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: InitServerStateBuffer: SUCCESS. 0, Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer) -25874 25910 I VrRuntimeClient: OSSDKTRACKING calculating secure tracking -25874 25910 I VrRuntimeClient: OSSDKTRACKING secure tracking is 0 -25874 25910 I AudioCapture: AudioCapture::Init -25874 25910 I AudioCapture: AudioCapture::Init -> Initializing audio capture using direct OS Callbacks -25874 25910 I AudioCapture: AudioCapture::Init COMPLETE -25874 25910 I Foveation: Vulkan foveation tile offset enabled: 0 -25874 25910 I Foveation: Vulkan foveation tile turn off enabled: 1 -25874 25910 I ClientProcessConnector [RUNTIMEIPC]: GetProcessConnection: com.oculus.guardian:com.oculus.vrguardianservice -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: Event buffer size (client): 8192 -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) -25874 25910 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: org.bevyengine.demo_openxr_android:org.bevyengine.demo_openxr_android:25874, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver) -25874 25910 I VrGuardianClient: g_GuardianSDKClient connected. -25874 25910 I VrRuntimeClient: Is120HzSupported: 1 -25874 25910 I FaceEyeTrackingManagerHelpers: [FaceEyeTrackingManager] Audio FT GK: 0 -25874 25910 I LogTimer: CPUTIME: VrRuntimeClient_Init took 170.6461 ms -25874 25910 I VulkanLoader: ovrVulkanLoader::Load -25874 25910 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkCreateDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan -25874 25910 W VulkanLoader: VulkanLoader::LoadInstanceFunctions: Failed to load vkDestroyDebugReportCallbackEXT, likely vkInstance created without xrGetVulkanInstanceExtensionsKHR/vrapi_GetInstanceExtensionsVulkan -25874 25910 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkCmdDebugMarkerInsertEXT, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan -25874 25910 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkDebugMarkerSetObjectTagEXT, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan -25874 25910 W VulkanLoader: VulkanLoader::LoadDeviceFunctions: Failed to load vkGetMemoryFdKHR, likely vkDevice created without xrGetVulkanDeviceExtensionsKHR/vrapi_GetDeviceExtensionsVulkan -25874 25910 I Foveation: Vulkan FFR is supported, with density map size 32x32 -25874 25910 I Distortion: Initializing Mesh Decenter Correction -25874 25910 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 -25874 25910 I Distortion: Initializing Mesh Decenter Correction -25874 25910 I Distortion: SetLensPositions - iad=0.06485, left offset=0.000465658,-0.00151258, right offset=-0.000983495,-0.00165948 -25874 25910 I GkHelper: Checking gk 'oculus_miramar_colorspace_p3', default = false -25874 25910 I Colorspace: Miramar default OpenXR colorspace via GK: -25874 25910 I ClientInputSettings: SYSTEMBUTTONSPACE GKS freeze '1' -25874 25910 I ClientInputSettings: SYSTEMBUTTONSPACE 'org.bevyengine.demo_openxr_android' Freeze input '1' on home button down -25874 25910 I ClientInputSettings: HANDTRACKING: Hands V2.0 enforced. -25874 25910 I ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_enable_hand_tracking_frequency_inter -25874 25910 I ClientInputInterface: HANDTRACKING sethandtrackingfrequency 1 -25874 25910 I ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_30hz_handtracking_downclocking -25874 25910 I ClientInputInterface: Set30HzHandtrackingDownclockingGKFlag 1 -25874 25910 I ClientInputSettings: HANDTRACKING: NO, not in the GK oculus_mobile_enable_hand_emulation_of_controllers -25874 25910 I ClientInputInterface: HANDTRACKING SetHandTrackingControllerEmulationGkFlag 0 -25874 25910 I InputHooks: InitializeInputHooks -25874 25910 I InputHooks: InitializeInputHooks create -25874 25910 I OpenXR : Disable output struct type validation on org.bevyengine.demo_openxr_android. -25874 25910 I OpenXR : Disable GetFaceExpressionWeights return code fix on org.bevyengine.demo_openxr_android. -25874 25910 I OpenXR : Disable HandJointPalmFix on org.bevyengine.demo_openxr_android. -25874 25910 I OpenXR : xrCreateSession: Activity is not yet in the ready state. -25874 25910 I XrRuntimeUtils: XrRuntimeUtils::CreateSession -25874 25910 I OpenXR : ------------ xrCreateSession [end] ----------- -25874 25910 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 -25874 25910 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 -25874 25910 I SwapChain_Vulkan_Memory_Export: Imported texture has requirements 3, ends up index 0 -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: Spaces info -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: Local version=50 -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.471, 0.000, 0.882), (0.05, -0.10, -0.17) -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: RawFromLocalTilted = (-0.051, 0.473, 0.089, 0.875), (0.05, -0.10, -0.17) -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: Stage IsValid=true -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: Stage HasActiveGuardian=true -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: Stage Width=4.762031, Depth=4.001124 -25874 25910 I OpenXR_Space: xrCreateReferenceSpace: RawFromStage = (0.000, 0.665, 0.000, 0.747), (0.12, -0.77, 1.23) -25874 25910 I OboeAudio: openStream() OUTPUT -------- OboeVersion1.7.0 -------- -25874 25910 I AAudio : AAudioStreamBuilder_openStream() called ---------------------------------------- -25874 25910 I AudioStreamBuilder: rate = 44100, channels = 2, channelMask = 0x80000003, format = 5, sharing = SH, dir = OUTPUT -25874 25910 I AudioStreamBuilder: device = 0, sessionId = -1, perfMode = 10, callback: ON with frames = 0 -25874 25910 I AudioStreamBuilder: usage = 1, contentType = 2, inputPreset = 6, allowedCapturePolicy = 0 -25874 25910 I AudioStreamBuilder: privacy sensitive = false -25874 25910 I AudioStreamBuilder: opPackageName = (null) -25874 25910 I AudioStreamBuilder: attributionTag = (null) -25874 25910 D AudioStreamBuilder: build() [meta] disable aaudio mmap via gk -25874 25910 D AudioStreamBuilder: build() MMAP not used because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not requested. -25874 25910 D _openxr_androi: PlayerBase::PlayerBase() -25874 25910 D AudioStreamTrack: open(), request notificationFrames = 0, frameCount = 0 -25874 25910 D AAudioStream: setState(s#1) from 0 to 2 -25874 25910 I AAudio : AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#1 ---------------- -25874 25910 D AAudio : AAudioStream_requestStart(s#1) called -------------- -25874 25910 D AAudioStream: setState(s#1) from 2 to 3 -25874 25891 D AudioStreamLegacy: onAudioDeviceUpdate(deviceId = 2) -25874 25910 D AAudio : AAudioStream_requestStart(s#1) returned 0 --------- -25874 25910 E event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_gilrs/src/ Failed to start Gilrs. Gilrs does not support current platform. -25874 25937 D AAudioStream: setState(s#1) from 3 to 4 -25874 25910 W event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_pbr/src/ss ScreenSpaceAmbientOcclusionPlugin not loaded. GPU lacks support: Limits::max_storage_textures_per_shader_stage is less than 5. -25874 25913 I OpenXR_Actions: -- xrSuggestInteractionProfileBindings - -25874 25914 I event /home/schmarni/.cargo/git/checkouts/bevy-f7ffde730c324c74/d67fbd5/crates/bevy_diagnostic SystemInfo { os: "Android 12 Quest 2", kernel: "4.19.157+", cpu: "", core_count: "8", memory: "5.7 GiB" } -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=19, action=hand_pose, subactionMask=1, pathActionType=4 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=35, action=hand_pose, subactionMask=2, pathActionType=4 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=18, action=pointer_pose, subactionMask=1, pathActionType=4 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=9, action=squeeze, subactionMask=1, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=25, action=squeeze, subactionMask=2, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=26, action=trigger, subactionMask=2, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=10, action=trigger, subactionMask=1, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=27, action=trigger_touched, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=11, action=trigger_touched, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=33, action=haptic_feedback, subactionMask=2, pathActionType=100 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=17, action=haptic_feedback, subactionMask=1, pathActionType=100 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=4, action=x_button, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=5, action=x_button_touch, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=6, action=y_button, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=7, action=y_button_touch, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=8, action=menu_button, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=20, action=a_button, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=21, action=a_button_touch, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=22, action=b_button, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=23, action=b_button_touch, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=12, action=thumbstick_x, subactionMask=1, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=28, action=thumbstick_x, subactionMask=2, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=13, action=thumbstick_y, subactionMask=1, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=29, action=thumbstick_y, subactionMask=2, pathActionType=2 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=14, action=thumbstick_click, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=30, action=thumbstick_click, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=15, action=thumbstick_touch, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=31, action=thumbstick_touch, subactionMask=2, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=16, action=thumbrest_touch, subactionMask=1, pathActionType=1 -25874 25913 I OpenXR_Actions: xrSuggestInteractionProfileBindings: adding binding actionPathBinding=32, action=thumbrest_touch, subactionMask=2, pathActionType=1 -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25914 I JniUtils-inl: Creating temporary JNIEnv. This is a heavy operation and should be infrequent. To optimize, use JNI AttachCurrentThread on calling thread -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25913 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/xr_input/tr we got a new tracker -25874 25914 I OpenXR : PostSessionStateChange: XR_SESSION_STATE_UNKNOWN -> XR_SESSION_STATE_IDLE -25874 25914 I Deque : AddEventToQueue called. eventInfo.type: 18, eventInfo.next: 1 -25874 25914 I event /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/lib.rs:240: entered XR state IDLE -25874 25914 W OpenXR : xrWaitFrame: session is not running. -25874 25909 I RustStdoutStderr: The application panicked (crashed). -25874 25909 I RustStdoutStderr: Message: called `Result::unwrap()` on an `Err` value: ERROR_SESSION_NOT_RUNNING -25874 25909 I RustStdoutStderr: Location: /home/schmarni/.cargo/git/checkouts/bevy_openxr-f302a4e0d5df4607/08d5708/src/lib.rs:264 -25874 25909 I RustStdoutStderr: -25874 25909 I RustStdoutStderr: Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. -25874 25909 I RustStdoutStderr: Run with RUST_BACKTRACE=full to include source snippets. -25874 25909 I RustStdoutStderr: Warning: SpanTrace capture is Unsupported. -25874 25909 I RustStdoutStderr: Ensure that you've setup a tracing-error ErrorLayer and the semver versions are compatible ---------- beginning of crash - -25874 25914 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 25914 (Compute Task Po), pid 25874 (_openxr_android) -25943 25943 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto -25943 25943 I crash_dump64: performing dump of process 25874 (target tid = 25914) -25943 25943 I DEBUG : Current uptime at crash: 158996 seconds -25943 25943 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** -25943 25943 F DEBUG : Build fingerprint: 'oculus/hollywood/hollywood:12/SQ3A.220605.009.A1/50623410078100150:user/release-keys' -25943 25943 F DEBUG : Revision: '0' -25943 25943 F DEBUG : ABI: 'arm64' -25943 25943 F DEBUG : Timestamp: 2023-10-31 22:19:08.803705529+0100 -25943 25943 F DEBUG : Process uptime: 1s -25943 25943 F DEBUG : Cmdline: org.bevyengine.demo_openxr_android -25943 25943 F DEBUG : pid: 25874, tid: 25914, name: Compute Task Po >>> org.bevyengine.demo_openxr_android <<< -25943 25943 F DEBUG : uid: 10060 -25943 25943 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- -25943 25943 F DEBUG : Abort message: 'called `Result::unwrap()` on an `Err` value: ERROR_SESSION_NOT_RUNNING' -25943 25943 F DEBUG : x0 0000000000000000 x1 000000000000653a x2 0000000000000006 x3 0000007827629b40 -25943 25943 F DEBUG : x4 0000000000008000 x5 0000000000008000 x6 0000000000008000 x7 0000000000000000 -25943 25943 F DEBUG : x8 00000000000000f0 x9 00000079424da5d8 x10 0000000000000000 x11 ffffff80fffffbdf -25943 25943 F DEBUG : x12 0000000000000001 x13 525f544f4e5f4e4f x14 00000000000000c8 x15 0000000000000038 -25943 25943 F DEBUG : x16 00000079425a1dc0 x17 000000794257fb60 x18 0000007826e0a000 x19 0000000000006512 -25943 25943 F DEBUG : x20 000000000000653a x21 00000000ffffffff x22 000000782f82fae0 x23 0000007827629e00 -25943 25943 F DEBUG : x24 000000782e32c948 x25 000000782f97b198 x26 000000782f97b1b8 x27 000000782762b060 -25943 25943 F DEBUG : x28 000000782762b060 x29 0000007827629bc0 -25943 25943 F DEBUG : lr 000000794253bc5c sp 0000007827629b20 pc 000000794253bc8c pst 0000000000001000 -25943 25943 F DEBUG : backtrace: -25943 25943 F DEBUG : #00 pc 0000000000089c8c /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 9bab48b8427561f041dc114e49bfd38b) -25943 25943 F DEBUG : #01 pc 0000000001993834 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (panic_abort::__rust_start_panic::abort::hf9486a0d1cc2ac08+4) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #02 pc 0000000001993828 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (__rust_start_panic+8) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #03 pc 0000000001985d7c /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (rust_panic+8) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #04 pc 0000000001985be4 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (std::panicking::rust_panic_with_hook::h9c80bfe4d552cb32+660) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #05 pc 0000000001985930 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (std::panicking::begin_panic_handler::_$u7b$$u7b$closure$u7d$$u7d$::haece24ab2b06546c+196) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #06 pc 0000000001984310 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (std::sys_common::backtrace::__rust_end_short_backtrace::h5255d8dea90e7932+4) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #07 pc 0000000001985680 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (rust_begin_unwind+108) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #08 pc 00000000019a5a28 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (core::panicking::panic_fmt::h61a82d7f25335953+44) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #09 pc 00000000019a5d48 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (core::result::unwrap_failed::h0973c0cfe8c3b00d+88) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #10 pc 00000000009e8b80 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (bevy_openxr::xr_begin_frame::h9b87c0166e3ef0c3+3752) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #11 pc 000000000095c8b8 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (_$LT$bevy_ecs..system..function_system..FunctionSystem$LT$Marker$C$F$GT$$u20$as$u20$bevy_ecs..system..system..System$GT$::run_unsafe::h0bd8a8c7266ad61d+704) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #12 pc 00000000018b9120 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (async_executor::Executor::spawn::_$u7b$$u7b$closure$u7d$$u7d$::ha8e73461e94dfc87+116) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #13 pc 00000000018b3580 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (async_task::raw::RawTask$LT$F$C$T$C$S$C$M$GT$::run::h04fb1857844bc080+292) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #14 pc 00000000018e7b10 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (async_executor::Executor::run::_$u7b$$u7b$closure$u7d$$u7d$::h9aa771d4ba968762+4316) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #15 pc 00000000018e8344 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (std::sys_common::backtrace::__rust_begin_short_backtrace::hdd78ac8ab492c8b7+560) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #16 pc 00000000018e887c /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h2eff1674ecfe0bf8+128) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #17 pc 0000000001988260 /data/app/~~HX0xG_Hcezzhp_rQ8DLibQ==/org.bevyengine.demo_openxr_android-9DYAk0Wd15ZqQ9imRrrOHA==/lib/arm64/libdemo.so (std::sys::unix::thread::Thread::new::thread_start::hf5b87d2f06226386+24) (BuildId: 5c943a49e7770f56) -25943 25943 F DEBUG : #18 pc 00000000000df1d8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+132) (BuildId: 9bab48b8427561f041dc114e49bfd38b) -25943 25943 F DEBUG : #19 pc 000000000008b2ec /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 9bab48b8427561f041dc114e49bfd38b) diff --git a/examples/demo/tee b/examples/demo/tee deleted file mode 100644 index 1a19877..0000000 --- a/examples/demo/tee +++ /dev/null @@ -1,5 +0,0 @@ -error: unexpected argument 'quest2_stdout.txt' found - -Usage: x run [OPTIONS] - -For more information, try '--help'. diff --git a/quest2_stdout_no_stacktrace.txt b/quest2_stdout_no_stacktrace.txt deleted file mode 100644 index 6d0659b..0000000 --- a/quest2_stdout_no_stacktrace.txt +++ /dev/null @@ -1,5 +0,0 @@ -[1/3] Fetch precompiled artifacts -Downloading `platforms;android-33` -Extracting `platforms;android-33` -[1/3] Fetch precompiled artifacts [3378ms] -[2/3] Build rust `bevy_openxr` diff --git a/tree b/tree deleted file mode 100644 index b698421..0000000 --- a/tree +++ /dev/null @@ -1,861 +0,0 @@ -bevy_openxr v0.1.0 (/home/schmarni/Code/adeptus_bevy_oxr) -├── anyhow v1.0.75 -├── ash v0.37.3+1.3.251 -│ └── libloading v0.7.4 -│ └── cfg-if v1.0.0 -├── bevy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ └── bevy_internal v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ ├── bevy_a11y v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── accesskit v0.12.0 -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── proc-macro2 v1.0.69 -│ │ │ │ │ │ └── unicode-ident v1.0.12 -│ │ │ │ │ ├── quote v1.0.33 -│ │ │ │ │ │ └── proc-macro2 v1.0.69 (*) -│ │ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ │ ├── syn v2.0.38 -│ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ └── unicode-ident v1.0.12 -│ │ │ │ │ └── toml_edit v0.20.2 -│ │ │ │ │ ├── indexmap v2.0.2 -│ │ │ │ │ │ ├── equivalent v1.0.1 -│ │ │ │ │ │ └── hashbrown v0.14.2 -│ │ │ │ │ ├── toml_datetime v0.6.3 -│ │ │ │ │ └── winnow v0.5.17 -│ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ └── syn v2.0.38 (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── async-channel v1.9.0 -│ │ │ │ │ ├── concurrent-queue v2.3.0 -│ │ │ │ │ │ └── crossbeam-utils v0.8.16 -│ │ │ │ │ │ └── cfg-if v1.0.0 -│ │ │ │ │ ├── event-listener v2.5.3 -│ │ │ │ │ └── futures-core v0.3.28 -│ │ │ │ ├── bevy_ecs_macros v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ ├── bevy_ptr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ │ ├── glam v0.24.2 -│ │ │ │ │ │ │ ├── bytemuck v1.14.0 -│ │ │ │ │ │ │ │ └── bytemuck_derive v1.5.0 (proc-macro) -│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ │ │ │ └── serde v1.0.189 -│ │ │ │ │ │ │ └── serde_derive v1.0.189 (proc-macro) -│ │ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ │ ├── bevy_ptr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── bevy_reflect_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ │ ├── bit-set v0.5.3 -│ │ │ │ │ │ │ └── bit-vec v0.6.3 -│ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ ├── syn v2.0.38 (*) -│ │ │ │ │ │ └── uuid v1.5.0 -│ │ │ │ │ │ └── getrandom v0.2.10 -│ │ │ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ │ │ └── libc v0.2.149 -│ │ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ │ ├── ahash v0.8.3 -│ │ │ │ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ │ │ │ ├── getrandom v0.2.10 (*) -│ │ │ │ │ │ │ └── once_cell v1.18.0 -│ │ │ │ │ │ │ [build-dependencies] -│ │ │ │ │ │ │ └── version_check v0.9.4 -│ │ │ │ │ │ ├── bevy_utils_proc_macros v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ │ │ ├── hashbrown v0.14.2 -│ │ │ │ │ │ │ ├── ahash v0.8.3 (*) -│ │ │ │ │ │ │ ├── allocator-api2 v0.2.16 -│ │ │ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ │ │ ├── instant v0.1.12 -│ │ │ │ │ │ │ └── cfg-if v1.0.0 -│ │ │ │ │ │ ├── nonmax v0.5.3 -│ │ │ │ │ │ ├── petgraph v0.6.4 -│ │ │ │ │ │ │ ├── fixedbitset v0.4.2 -│ │ │ │ │ │ │ └── indexmap v2.0.2 (*) -│ │ │ │ │ │ ├── thiserror v1.0.50 -│ │ │ │ │ │ │ └── thiserror-impl v1.0.50 (proc-macro) -│ │ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ │ │ ├── tracing v0.1.40 -│ │ │ │ │ │ │ ├── pin-project-lite v0.2.13 -│ │ │ │ │ │ │ ├── tracing-attributes v0.1.27 (proc-macro) -│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ │ │ │ └── tracing-core v0.1.32 -│ │ │ │ │ │ │ └── once_cell v1.18.0 -│ │ │ │ │ │ └── uuid v1.5.0 -│ │ │ │ │ │ ├── getrandom v0.2.10 (*) -│ │ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ │ ├── downcast-rs v1.2.0 -│ │ │ │ │ ├── erased-serde v0.3.31 -│ │ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ │ ├── glam v0.24.2 (*) -│ │ │ │ │ ├── serde v1.0.189 (*) -│ │ │ │ │ ├── smallvec v1.11.1 -│ │ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ │ ├── smol_str v0.2.0 -│ │ │ │ │ └── thiserror v1.0.50 (*) -│ │ │ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── async-channel v1.9.0 (*) -│ │ │ │ │ ├── async-executor v1.6.0 -│ │ │ │ │ │ ├── async-lock v2.8.0 -│ │ │ │ │ │ │ └── event-listener v2.5.3 -│ │ │ │ │ │ ├── async-task v4.5.0 -│ │ │ │ │ │ ├── concurrent-queue v2.3.0 (*) -│ │ │ │ │ │ ├── fastrand v2.0.1 -│ │ │ │ │ │ ├── futures-lite v1.13.0 -│ │ │ │ │ │ │ ├── fastrand v1.9.0 -│ │ │ │ │ │ │ ├── futures-core v0.3.28 -│ │ │ │ │ │ │ ├── futures-io v0.3.28 -│ │ │ │ │ │ │ ├── memchr v2.6.4 -│ │ │ │ │ │ │ ├── parking v2.2.0 -│ │ │ │ │ │ │ ├── pin-project-lite v0.2.13 -│ │ │ │ │ │ │ └── waker-fn v1.1.1 -│ │ │ │ │ │ └── slab v0.4.9 -│ │ │ │ │ │ [build-dependencies] -│ │ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ │ ├── async-task v4.5.0 -│ │ │ │ │ ├── concurrent-queue v2.3.0 (*) -│ │ │ │ │ └── futures-lite v1.13.0 (*) -│ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── downcast-rs v1.2.0 -│ │ │ │ ├── event-listener v2.5.3 -│ │ │ │ ├── fixedbitset v0.4.2 -│ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ ├── serde v1.0.189 (*) -│ │ │ │ ├── thiserror v1.0.50 (*) -│ │ │ │ └── thread_local v1.1.7 -│ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ └── once_cell v1.18.0 -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ └── downcast-rs v1.2.0 -│ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ └── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_animation v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── async-broadcast v0.5.1 -│ │ │ │ ├── event-listener v2.5.3 -│ │ │ │ └── futures-core v0.3.28 -│ │ │ ├── async-fs v1.6.0 -│ │ │ │ ├── async-lock v2.8.0 (*) -│ │ │ │ ├── blocking v1.4.1 -│ │ │ │ │ ├── async-channel v1.9.0 (*) -│ │ │ │ │ ├── async-lock v2.8.0 (*) -│ │ │ │ │ ├── async-task v4.5.0 -│ │ │ │ │ ├── fastrand v2.0.1 -│ │ │ │ │ ├── futures-io v0.3.28 -│ │ │ │ │ ├── futures-lite v1.13.0 (*) -│ │ │ │ │ ├── piper v0.2.1 -│ │ │ │ │ │ ├── atomic-waker v1.1.2 -│ │ │ │ │ │ ├── fastrand v2.0.1 -│ │ │ │ │ │ └── futures-io v0.3.28 -│ │ │ │ │ └── tracing v0.1.40 (*) -│ │ │ │ └── futures-lite v1.13.0 (*) -│ │ │ │ [build-dependencies] -│ │ │ │ └── autocfg v1.1.0 -│ │ │ ├── async-lock v2.8.0 (*) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_asset_macros v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ └── syn v2.0.38 (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── tracing-log v0.1.3 -│ │ │ │ │ ├── lazy_static v1.4.0 -│ │ │ │ │ ├── log v0.4.20 -│ │ │ │ │ └── tracing-core v0.1.32 (*) -│ │ │ │ └── tracing-subscriber v0.3.17 -│ │ │ │ ├── matchers v0.1.0 -│ │ │ │ │ └── regex-automata v0.1.10 -│ │ │ │ │ └── regex-syntax v0.6.29 -│ │ │ │ ├── nu-ansi-term v0.46.0 -│ │ │ │ │ └── overload v0.1.1 -│ │ │ │ ├── once_cell v1.18.0 -│ │ │ │ ├── regex v1.10.2 -│ │ │ │ │ ├── aho-corasick v1.1.2 -│ │ │ │ │ │ └── memchr v2.6.4 -│ │ │ │ │ ├── memchr v2.6.4 -│ │ │ │ │ ├── regex-automata v0.4.3 -│ │ │ │ │ │ ├── aho-corasick v1.1.2 (*) -│ │ │ │ │ │ ├── memchr v2.6.4 -│ │ │ │ │ │ └── regex-syntax v0.8.2 -│ │ │ │ │ └── regex-syntax v0.8.2 -│ │ │ │ ├── sharded-slab v0.1.7 -│ │ │ │ │ └── lazy_static v1.4.0 -│ │ │ │ ├── smallvec v1.11.1 (*) -│ │ │ │ ├── thread_local v1.1.7 (*) -│ │ │ │ ├── tracing v0.1.40 (*) -│ │ │ │ ├── tracing-core v0.1.32 (*) -│ │ │ │ └── tracing-log v0.1.3 (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── crossbeam-channel v0.5.8 -│ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ └── crossbeam-utils v0.8.16 (*) -│ │ │ ├── downcast-rs v1.2.0 -│ │ │ ├── futures-io v0.3.28 -│ │ │ ├── futures-lite v1.13.0 (*) -│ │ │ ├── md5 v0.7.0 -│ │ │ ├── parking_lot v0.12.1 -│ │ │ │ ├── lock_api v0.4.11 -│ │ │ │ │ └── scopeguard v1.2.0 -│ │ │ │ │ [build-dependencies] -│ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ └── parking_lot_core v0.9.9 -│ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ ├── libc v0.2.149 -│ │ │ │ └── smallvec v1.11.1 (*) -│ │ │ ├── ron v0.8.1 -│ │ │ │ ├── base64 v0.21.4 -│ │ │ │ ├── bitflags v2.4.1 -│ │ │ │ │ └── serde v1.0.189 (*) -│ │ │ │ ├── serde v1.0.189 (*) -│ │ │ │ └── serde_derive v1.0.189 (proc-macro) (*) -│ │ │ ├── serde v1.0.189 (*) -│ │ │ └── thiserror v1.0.50 (*) -│ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ └── bytemuck v1.14.0 (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ └── smallvec v1.11.1 (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── async-channel v1.9.0 (*) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_encase_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ └── encase_derive_impl v0.6.1 -│ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ └── syn v2.0.38 (*) -│ │ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_mikktspace v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ └── glam v0.24.2 (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_render_macros v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_macro_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ └── syn v2.0.38 (*) -│ │ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_time v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── crossbeam-channel v0.5.8 (*) -│ │ │ │ └── thiserror v1.0.50 (*) -│ │ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ └── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ ├── bevy_a11y v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_input v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ │ └── thiserror v1.0.50 (*) -│ │ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ │ └── raw-window-handle v0.5.2 -│ │ │ ├── bitflags v2.4.1 (*) -│ │ │ ├── bytemuck v1.14.0 (*) -│ │ │ ├── codespan-reporting v0.11.1 -│ │ │ │ ├── termcolor v1.3.0 -│ │ │ │ └── unicode-width v0.1.11 -│ │ │ ├── downcast-rs v1.2.0 -│ │ │ ├── encase v0.6.1 -│ │ │ │ ├── const_panic v0.2.8 -│ │ │ │ ├── encase_derive v0.6.1 (proc-macro) -│ │ │ │ │ └── encase_derive_impl v0.6.1 (*) -│ │ │ │ ├── glam v0.24.2 (*) -│ │ │ │ └── thiserror v1.0.50 (*) -│ │ │ ├── futures-lite v1.13.0 (*) -│ │ │ ├── hexasphere v9.1.0 -│ │ │ │ ├── constgebra v0.1.3 -│ │ │ │ │ └── const_soft_float v0.1.4 -│ │ │ │ └── glam v0.24.2 (*) -│ │ │ ├── image v0.24.7 -│ │ │ │ ├── bytemuck v1.14.0 (*) -│ │ │ │ ├── byteorder v1.5.0 -│ │ │ │ ├── color_quant v1.1.0 -│ │ │ │ ├── num-rational v0.4.1 -│ │ │ │ │ ├── num-integer v0.1.45 -│ │ │ │ │ │ └── num-traits v0.2.17 -│ │ │ │ │ │ └── libm v0.2.8 -│ │ │ │ │ │ [build-dependencies] -│ │ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ │ │ [build-dependencies] -│ │ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ │ └── num-traits v0.2.17 (*) -│ │ │ │ │ [build-dependencies] -│ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ ├── num-traits v0.2.17 (*) -│ │ │ │ └── png v0.17.10 -│ │ │ │ ├── bitflags v1.3.2 -│ │ │ │ ├── crc32fast v1.3.2 -│ │ │ │ │ └── cfg-if v1.0.0 -│ │ │ │ ├── fdeflate v0.3.0 -│ │ │ │ │ └── simd-adler32 v0.3.7 -│ │ │ │ ├── flate2 v1.0.28 -│ │ │ │ │ ├── crc32fast v1.3.2 (*) -│ │ │ │ │ └── miniz_oxide v0.7.1 -│ │ │ │ │ ├── adler v1.0.2 -│ │ │ │ │ └── simd-adler32 v0.3.7 -│ │ │ │ └── miniz_oxide v0.7.1 (*) -│ │ │ ├── ktx2 v0.3.0 -│ │ │ │ └── bitflags v1.3.2 -│ │ │ ├── naga v0.13.0 -│ │ │ │ ├── bit-set v0.5.3 (*) -│ │ │ │ ├── bitflags v2.4.1 (*) -│ │ │ │ ├── codespan-reporting v0.11.1 (*) -│ │ │ │ ├── hexf-parse v0.2.1 -│ │ │ │ ├── indexmap v1.9.3 -│ │ │ │ │ └── hashbrown v0.12.3 -│ │ │ │ │ [build-dependencies] -│ │ │ │ │ └── autocfg v1.1.0 -│ │ │ │ ├── log v0.4.20 -│ │ │ │ ├── num-traits v0.2.17 (*) -│ │ │ │ ├── pp-rs v0.2.1 -│ │ │ │ │ └── unicode-xid v0.2.4 -│ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ ├── spirv v0.2.0+1.5.4 -│ │ │ │ │ ├── bitflags v1.3.2 -│ │ │ │ │ └── num-traits v0.2.17 (*) -│ │ │ │ ├── termcolor v1.3.0 -│ │ │ │ ├── thiserror v1.0.50 (*) -│ │ │ │ └── unicode-xid v0.2.4 -│ │ │ ├── naga_oil v0.9.0 -│ │ │ │ ├── bit-set v0.5.3 (*) -│ │ │ │ ├── codespan-reporting v0.11.1 (*) -│ │ │ │ ├── data-encoding v2.4.0 -│ │ │ │ ├── indexmap v1.9.3 (*) -│ │ │ │ ├── naga v0.13.0 (*) -│ │ │ │ ├── once_cell v1.18.0 -│ │ │ │ ├── regex v1.10.2 (*) -│ │ │ │ ├── regex-syntax v0.6.29 -│ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ ├── thiserror v1.0.50 (*) -│ │ │ │ ├── tracing v0.1.40 (*) -│ │ │ │ └── unicode-ident v1.0.12 -│ │ │ ├── ruzstd v0.4.0 -│ │ │ │ ├── byteorder v1.5.0 -│ │ │ │ ├── thiserror-core v1.0.38 -│ │ │ │ │ └── thiserror-core-impl v1.0.38 (proc-macro) -│ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ └── syn v1.0.109 -│ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ └── unicode-ident v1.0.12 -│ │ │ │ └── twox-hash v1.6.3 -│ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ └── static_assertions v1.1.0 -│ │ │ ├── serde v1.0.189 (*) -│ │ │ ├── smallvec v1.11.1 (*) -│ │ │ ├── thiserror v1.0.50 (*) -│ │ │ ├── thread_local v1.1.7 (*) -│ │ │ └── wgpu v0.17.1 -│ │ │ ├── arrayvec v0.7.4 -│ │ │ ├── cfg-if v1.0.0 -│ │ │ ├── log v0.4.20 -│ │ │ ├── naga v0.13.0 (*) -│ │ │ ├── parking_lot v0.12.1 (*) -│ │ │ ├── profiling v1.0.11 -│ │ │ ├── raw-window-handle v0.5.2 -│ │ │ ├── smallvec v1.11.1 (*) -│ │ │ ├── static_assertions v1.1.0 -│ │ │ ├── wgpu-core v0.17.1 -│ │ │ │ ├── arrayvec v0.7.4 -│ │ │ │ ├── bit-vec v0.6.3 -│ │ │ │ ├── bitflags v2.4.1 (*) -│ │ │ │ ├── codespan-reporting v0.11.1 (*) -│ │ │ │ ├── log v0.4.20 -│ │ │ │ ├── naga v0.13.0 (*) -│ │ │ │ ├── parking_lot v0.12.1 (*) -│ │ │ │ ├── profiling v1.0.11 -│ │ │ │ ├── raw-window-handle v0.5.2 -│ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ ├── smallvec v1.11.1 (*) -│ │ │ │ ├── thiserror v1.0.50 (*) -│ │ │ │ ├── wgpu-hal v0.17.2 -│ │ │ │ │ ├── arrayvec v0.7.4 -│ │ │ │ │ ├── ash v0.37.3+1.3.251 (*) -│ │ │ │ │ ├── bitflags v2.4.1 (*) -│ │ │ │ │ ├── glow v0.12.3 -│ │ │ │ │ ├── gpu-alloc v0.6.0 -│ │ │ │ │ │ ├── bitflags v2.4.1 (*) -│ │ │ │ │ │ └── gpu-alloc-types v0.3.0 -│ │ │ │ │ │ └── bitflags v2.4.1 (*) -│ │ │ │ │ ├── gpu-descriptor v0.2.4 -│ │ │ │ │ │ ├── bitflags v2.4.1 (*) -│ │ │ │ │ │ ├── gpu-descriptor-types v0.1.2 -│ │ │ │ │ │ │ └── bitflags v2.4.1 (*) -│ │ │ │ │ │ └── hashbrown v0.14.2 (*) -│ │ │ │ │ ├── khronos-egl v4.1.0 -│ │ │ │ │ │ ├── libc v0.2.149 -│ │ │ │ │ │ └── libloading v0.7.4 (*) -│ │ │ │ │ ├── libc v0.2.149 -│ │ │ │ │ ├── libloading v0.8.1 -│ │ │ │ │ │ └── cfg-if v1.0.0 -│ │ │ │ │ ├── log v0.4.20 -│ │ │ │ │ ├── naga v0.13.0 (*) -│ │ │ │ │ ├── parking_lot v0.12.1 (*) -│ │ │ │ │ ├── profiling v1.0.11 -│ │ │ │ │ ├── raw-window-handle v0.5.2 -│ │ │ │ │ ├── renderdoc-sys v1.0.0 -│ │ │ │ │ ├── rustc-hash v1.1.0 -│ │ │ │ │ ├── smallvec v1.11.1 (*) -│ │ │ │ │ ├── thiserror v1.0.50 (*) -│ │ │ │ │ └── wgpu-types v0.17.0 -│ │ │ │ │ └── bitflags v2.4.1 (*) -│ │ │ │ └── wgpu-types v0.17.0 (*) -│ │ │ ├── wgpu-hal v0.17.2 (*) -│ │ │ └── wgpu-types v0.17.0 (*) -│ │ ├── bevy_time v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ └── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_audio v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ └── rodio v0.17.2 -│ │ ├── cpal v0.15.2 -│ │ │ ├── alsa v0.7.1 -│ │ │ │ ├── alsa-sys v0.3.1 -│ │ │ │ │ └── libc v0.2.149 -│ │ │ │ │ [build-dependencies] -│ │ │ │ │ └── pkg-config v0.3.27 -│ │ │ │ ├── bitflags v1.3.2 -│ │ │ │ ├── libc v0.2.149 -│ │ │ │ └── nix v0.24.3 -│ │ │ │ ├── bitflags v1.3.2 -│ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ └── libc v0.2.149 -│ │ │ ├── dasp_sample v0.11.0 -│ │ │ ├── libc v0.2.149 -│ │ │ └── parking_lot v0.12.1 (*) -│ │ └── lewton v0.10.2 -│ │ ├── byteorder v1.5.0 -│ │ ├── ogg v0.8.0 -│ │ │ └── byteorder v1.5.0 -│ │ └── tinyvec v1.6.0 -│ │ └── tinyvec_macros v0.1.1 -│ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bitflags v2.4.1 (*) -│ │ ├── radsort v0.1.0 -│ │ └── serde v1.0.189 (*) -│ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_diagnostic v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_time v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ └── sysinfo v0.29.10 -│ │ ├── cfg-if v1.0.0 -│ │ ├── libc v0.2.149 -│ │ └── once_cell v1.18.0 -│ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_gilrs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_input v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_time v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── gilrs v0.10.2 -│ │ │ ├── fnv v1.0.7 -│ │ │ ├── gilrs-core v0.5.7 -│ │ │ │ ├── libc v0.2.149 -│ │ │ │ ├── libudev-sys v0.1.4 -│ │ │ │ │ └── libc v0.2.149 -│ │ │ │ │ [build-dependencies] -│ │ │ │ │ └── pkg-config v0.3.27 -│ │ │ │ ├── log v0.4.20 -│ │ │ │ ├── nix v0.26.4 -│ │ │ │ │ ├── bitflags v1.3.2 -│ │ │ │ │ ├── cfg-if v1.0.0 -│ │ │ │ │ └── libc v0.2.149 -│ │ │ │ ├── uuid v1.5.0 (*) -│ │ │ │ └── vec_map v0.8.2 -│ │ │ ├── log v0.4.20 -│ │ │ ├── uuid v1.5.0 (*) -│ │ │ └── vec_map v0.8.2 -│ │ └── thiserror v1.0.50 (*) -│ ├── bevy_gizmos v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_pbr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bitflags v2.4.1 (*) -│ │ │ ├── bytemuck v1.14.0 (*) -│ │ │ ├── fixedbitset v0.4.2 -│ │ │ ├── naga_oil v0.9.0 (*) -│ │ │ ├── radsort v0.1.0 -│ │ │ ├── smallvec v1.11.1 (*) -│ │ │ └── thread_local v1.1.7 (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_sprite v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bitflags v2.4.1 (*) -│ │ │ ├── bytemuck v1.14.0 (*) -│ │ │ ├── fixedbitset v0.4.2 -│ │ │ ├── guillotiere v0.6.2 -│ │ │ │ ├── euclid v0.22.9 -│ │ │ │ │ └── num-traits v0.2.17 (*) -│ │ │ │ └── svg_fmt v0.4.1 -│ │ │ ├── radsort v0.1.0 -│ │ │ ├── rectangle-pack v0.4.2 -│ │ │ └── thiserror v1.0.50 (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ └── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_gltf v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── base64 v0.13.1 -│ │ ├── bevy_animation v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_pbr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_scene v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ │ ├── ron v0.8.1 (*) -│ │ │ ├── serde v1.0.189 (*) -│ │ │ ├── thiserror v1.0.50 (*) -│ │ │ └── uuid v1.5.0 (*) -│ │ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── gltf v1.3.0 -│ │ │ ├── byteorder v1.5.0 -│ │ │ ├── gltf-json v1.3.0 -│ │ │ │ ├── gltf-derive v1.3.0 (proc-macro) -│ │ │ │ │ ├── inflections v1.1.1 -│ │ │ │ │ ├── proc-macro2 v1.0.69 (*) -│ │ │ │ │ ├── quote v1.0.33 (*) -│ │ │ │ │ └── syn v2.0.38 (*) -│ │ │ │ ├── serde v1.0.189 (*) -│ │ │ │ ├── serde_derive v1.0.189 (proc-macro) (*) -│ │ │ │ └── serde_json v1.0.107 -│ │ │ │ ├── itoa v1.0.9 -│ │ │ │ ├── ryu v1.0.15 -│ │ │ │ └── serde v1.0.189 (*) -│ │ │ └── lazy_static v1.4.0 -│ │ ├── percent-encoding v2.3.0 -│ │ ├── serde v1.0.189 (*) -│ │ ├── serde_json v1.0.107 (*) -│ │ └── thiserror v1.0.50 (*) -│ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_input v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_pbr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_ptr v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_scene v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_sprite v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_text v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── ab_glyph v0.2.22 -│ │ │ ├── ab_glyph_rasterizer v0.1.8 -│ │ │ └── owned_ttf_parser v0.19.0 -│ │ │ └── ttf-parser v0.19.2 -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_sprite v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── glyph_brush_layout v0.2.3 -│ │ │ ├── ab_glyph v0.2.22 (*) -│ │ │ ├── approx v0.5.1 -│ │ │ │ └── num-traits v0.2.17 (*) -│ │ │ └── xi-unicode v0.3.0 -│ │ ├── serde v1.0.189 (*) -│ │ └── thiserror v1.0.50 (*) -│ ├── bevy_time v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_ui v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ │ ├── bevy_a11y v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_asset v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_core_pipeline v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_input v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_log v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_reflect v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_render v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_sprite v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_text v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_transform v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ │ ├── bytemuck v1.14.0 (*) -│ │ ├── serde v1.0.189 (*) -│ │ ├── smallvec v1.11.1 (*) -│ │ ├── taffy v0.3.16 -│ │ │ ├── arrayvec v0.7.4 -│ │ │ ├── grid v0.10.0 -│ │ │ ├── num-traits v0.2.17 (*) -│ │ │ └── slotmap v1.0.6 -│ │ │ [build-dependencies] -│ │ │ └── version_check v0.9.4 -│ │ └── thiserror v1.0.50 (*) -│ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ └── bevy_winit v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) -│ ├── accesskit_winit v0.15.0 -│ │ ├── accesskit v0.12.0 -│ │ └── winit v0.28.7 -│ │ ├── bitflags v1.3.2 -│ │ ├── instant v0.1.12 (*) -│ │ ├── libc v0.2.149 -│ │ ├── log v0.4.20 -│ │ ├── mio v0.8.8 -│ │ │ ├── libc v0.2.149 -│ │ │ └── log v0.4.20 -│ │ ├── once_cell v1.18.0 -│ │ ├── percent-encoding v2.3.0 -│ │ ├── raw-window-handle v0.5.2 -│ │ └── x11-dl v2.21.0 -│ │ ├── libc v0.2.149 -│ │ └── once_cell v1.18.0 -│ │ [build-dependencies] -│ │ └── pkg-config v0.3.27 -│ │ [build-dependencies] -│ │ ├── cfg_aliases v0.1.1 -│ │ └── wayland-scanner v0.29.5 -│ │ ├── proc-macro2 v1.0.69 (*) -│ │ ├── quote v1.0.33 (*) -│ │ └── xml-rs v0.8.19 -│ ├── approx v0.5.1 (*) -│ ├── bevy_a11y v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_app v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_derive v0.12.0-dev (proc-macro) (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_ecs v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_hierarchy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_input v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_math v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_tasks v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_utils v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── bevy_window v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -│ ├── raw-window-handle v0.5.2 -│ └── winit v0.28.7 (*) -├── mint v0.5.9 -├── openxr v0.17.1 -│ ├── libc v0.2.149 -│ ├── libloading v0.7.4 (*) -│ └── openxr-sys v0.9.3 -│ ├── libc v0.2.149 -│ └── mint v0.5.9 -│ [build-dependencies] -│ └── cmake v0.1.50 -│ └── cc v1.0.83 -│ └── libc v0.2.149 -├── wgpu v0.17.1 (*) -├── wgpu-core v0.17.1 (*) -└── wgpu-hal v0.17.2 (*) -[dev-dependencies] -├── bevy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) -└── bevy_rapier3d v0.22.0 (https://github.com/alexichepura/bevy_rapier?branch=bevy-012#9d98dd8e) - ├── bevy v0.12.0-dev (https://github.com/bevyengine/bevy.git#dcc35120) (*) - ├── bitflags v2.4.1 (*) - ├── log v0.4.20 - ├── nalgebra v0.32.3 - │ ├── approx v0.5.1 (*) - │ ├── glam v0.24.2 (*) - │ ├── matrixmultiply v0.3.8 - │ │ └── rawpointer v0.2.1 - │ │ [build-dependencies] - │ │ └── autocfg v1.1.0 - │ ├── nalgebra-macros v0.2.1 (proc-macro) - │ │ ├── proc-macro2 v1.0.69 (*) - │ │ ├── quote v1.0.33 (*) - │ │ └── syn v1.0.109 (*) - │ ├── num-complex v0.4.4 - │ │ └── num-traits v0.2.17 (*) - │ ├── num-rational v0.4.1 (*) - │ ├── num-traits v0.2.17 (*) - │ ├── simba v0.8.1 - │ │ ├── approx v0.5.1 (*) - │ │ ├── num-complex v0.4.4 (*) - │ │ ├── num-traits v0.2.17 (*) - │ │ ├── paste v1.0.14 (proc-macro) - │ │ └── wide v0.7.13 - │ │ ├── bytemuck v1.14.0 (*) - │ │ └── safe_arch v0.7.1 - │ │ └── bytemuck v1.14.0 (*) - │ └── typenum v1.17.0 - └── rapier3d v0.17.2 - ├── approx v0.5.1 (*) - ├── arrayvec v0.7.4 - ├── bit-vec v0.6.3 - ├── bitflags v1.3.2 - ├── crossbeam v0.8.2 - │ ├── cfg-if v1.0.0 - │ ├── crossbeam-channel v0.5.8 (*) - │ ├── crossbeam-deque v0.8.3 - │ │ ├── cfg-if v1.0.0 - │ │ ├── crossbeam-epoch v0.9.15 - │ │ │ ├── cfg-if v1.0.0 - │ │ │ ├── crossbeam-utils v0.8.16 (*) - │ │ │ ├── memoffset v0.9.0 - │ │ │ │ [build-dependencies] - │ │ │ │ └── autocfg v1.1.0 - │ │ │ └── scopeguard v1.2.0 - │ │ │ [build-dependencies] - │ │ │ └── autocfg v1.1.0 - │ │ └── crossbeam-utils v0.8.16 (*) - │ ├── crossbeam-epoch v0.9.15 (*) - │ ├── crossbeam-queue v0.3.8 - │ │ ├── cfg-if v1.0.0 - │ │ └── crossbeam-utils v0.8.16 (*) - │ └── crossbeam-utils v0.8.16 (*) - ├── downcast-rs v1.2.0 - ├── nalgebra v0.32.3 (*) - ├── num-derive v0.3.3 (proc-macro) - │ ├── proc-macro2 v1.0.69 (*) - │ ├── quote v1.0.33 (*) - │ └── syn v1.0.109 (*) - ├── num-traits v0.2.17 (*) - ├── parry3d v0.13.5 - │ ├── approx v0.5.1 (*) - │ ├── arrayvec v0.7.4 - │ ├── bitflags v1.3.2 - │ ├── downcast-rs v1.2.0 - │ ├── either v1.9.0 - │ ├── nalgebra v0.32.3 (*) - │ ├── num-derive v0.3.3 (proc-macro) (*) - │ ├── num-traits v0.2.17 (*) - │ ├── rustc-hash v1.1.0 - │ ├── simba v0.8.1 (*) - │ ├── slab v0.4.9 (*) - │ ├── smallvec v1.11.1 (*) - │ └── spade v2.2.0 - │ ├── num-traits v0.2.17 (*) - │ ├── optional v0.5.0 - │ ├── robust v0.2.3 - │ └── smallvec v1.11.1 (*) - ├── rustc-hash v1.1.0 - └── simba v0.8.1 (*)