Skip to content

Instantly share code, notes, and snippets.

@THolovacko
Last active November 11, 2022 01:36
Show Gist options
  • Save THolovacko/9eeb46806942bf5a7fca5473e7215b60 to your computer and use it in GitHub Desktop.
Save THolovacko/9eeb46806942bf5a7fca5473e7215b60 to your computer and use it in GitHub Desktop.
I get the following unsettling logs that may or may not be my fault when running my Meta Quest 2 app. My application runs seemingly well so I have just been ignoring the logs.
E/om_engine.debu: Unknown bits set in runtime_flags: 0x8000
E/libc: Access denied finding property "ro.vendor.product.model_extended"
W/VulkanLoader: ovrVulkanLoader::LoadDeviceFunctions: device invalid
W/VulkanLoader: ovrVulkanLoader::LoadExtensionList: physicalDevice invalid
I/OpenXR: xrCreateSession: Activity is not yet in the ready state.
W/Telemetry: [OpenXR] unexpected session state unknown;
------------ These logs only show when pressing the Oculus Button ------------
E/OsSdk: error getting shared memory region, memory type: Controller, failed with Status(-1, EX_SECURITY): 'requested shared memory region when not registered/focused'
E/OsSdk: error getting shared memory region, memory type: Controller, failed with Status(-1, EX_SECURITY): 'requested shared memory region when not registered/focused'
------------ These logs only show when exiting the application ------------
E/TREX: Update thread is not running!
I/RuntimeIPCServiceClient: Shutdown: Refs still outstanding: 1, com.tom.tom_engine.debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment