I thought this was working in our application, but then I noticed this freeze happening sometimes. If I enable passthrough, and disable passthrough, enough times in the same session of our app, the app will freeze when disabling the passthrough at some point. Some times it happens on the first time, and sometimes it happens on the seventh time, etc. But no matter how many times it happens, they are unacceptably too many times. I notice in logcat there is this error: “MR_PT: pause failed with error code: -5” but I don’t know if it’s related. I’m also seeing tons of these messages: “MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)” which makes me think it is pausing correctly, but Unity is just not rendering properly afterword, and is caught up in a deadlock.
I am enabling the passthrough by calling this:
OVRManager.instance.isInsightPassthroughEnabled = true;
I am disabling the passthrough by calling this:
OVRManager.instance.isInsightPassthroughEnabled = false;
Any help or workarounds to turn off the passthrough camera at runtime? I have also tried hiding the layer in conjunction with the above command, but doesn’t seem to change anything.
Here is more of the logcat:
7 8638-8638/? D/wifitelemetry: Will use the default report interval
2022-07-22 10:11:22.917 8638-8638/? I/wifitelemetry: Property ro.build.fingerprint = oculus/hollywood/hollywood:10/QQ3A.200805.001/35444700575000000:user/release-keys
2022-07-22 10:11:22.917 8638-8638/? I/wifitelemetry: Property ro.product.device = hollywood
2022-07-22 10:11:22.918 8638-8638/? I/wifitelemetry: Report rate is set to 30
2022-07-22 10:11:22.924 18097-19552/? E/AppOps: startOperation
java.lang.SecurityException: Specified package wifitelemetry under uid 1000 but it is really -1
at com.android.server.appop.AppOpsService.verifyAndGetIsPrivileged(AppOpsService.java:2654)
at com.android.server.appop.AppOpsService.startOperation(AppOpsService.java:2235)
at android.app.AppOpsManager.startOpNoThrow(AppOpsManager.java:5469)
at android.app.AppOpsManager.startOpNoThrow(AppOpsManager.java:5450)
at com.android.server.power.Notifier.onWakeLockAcquired(Notifier.java:224)
at com.android.server.power.PowerManagerService.notifyWakeLockAcquiredLocked(PowerManagerService.java:1270)
at com.android.server.power.PowerManagerService.acquireWakeLockInternal(PowerManagerService.java:1105)
at com.android.server.power.PowerManagerService.access$3900(PowerManagerService.java:116)
at com.android.server.power.PowerManagerService$BinderService.acquireWakeLock(PowerManagerService.java:4333)
at android.os.IPowerManager$Stub.onTransact(IPowerManager.java:349)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
2022-07-22 10:11:22.924 8638-8638/? I/wifitelemetry: report() is invoked
2022-07-22 10:11:22.931 8638-8638/? I/wifitelemetry: Entering: getStation
2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: getPowerManagement
2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: getChannelSurvey
2022-07-22 10:11:22.932 8638-8638/? D/wifitelemetry: powerSaveEnabled = 1, gotPowerSaveSettings = 1
2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: triggerScan
2022-07-22 10:11:23.376 18037-18050/? D/audio_hw_primary: out_standby: enter: stream (0xef239000) usecase(1: low-latency-playback)
2022-07-22 10:11:23.403 18037-18050/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2022-07-22 10:11:23.404 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:11:23.404 18037-18050/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:11:23.404 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:11:23.404 18037-18050/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2022-07-22 10:11:23.404 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:11:23.410 18037-18050/? D/audio_hw_primary: out_standby: exit
2022-07-22 10:11:24.423 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
2022-07-22 10:11:24.423 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
2022-07-22 10:11:26.229 8638-8638/? I/wifitelemetry: Event 34
2022-07-22 10:11:26.229 8638-8638/? I/wifitelemetry: Entering: getCurrentScan
2022-07-22 10:11:26.231 18036-18036/? I/wificond: Received external scan result notification from kernel.
2022-07-22 10:11:26.231 18097-18407/? D/WificondControl: Scan result ready event
2022-07-22 10:11:26.231 8638-8638/? E/wifitelemetry: netlink connection failed
2022-07-22 10:11:26.235 8638-8638/? I/wifitelemetry: Connected to the WiFi HAL
2022-07-22 10:11:26.347 8638-8638/? I/wifitelemetry: TelemetryConnector has been initialized
2022-07-22 10:11:26.348 536-536/? E/SELinux: avc: denied { find } for service=GatekeeperService pid=8638 uid=1000 scontext=u:r:wifitelemetry:s0 tcontext=u:object_r:ovr_gatekeeper_service:s0 tclass=service_manager permissive=0
2022-07-22 10:11:26.348 8638-8641/? E/GatekeeperClient: Failed to connect to GatekeeperService.
2022-07-22 10:11:26.350 8638-8638/? D/wifitelemetry: Recorded the telemetry event
2022-07-22 10:11:26.351 18097-18407/? E/AppOps: Cannot finishOperation
java.lang.SecurityException: Specified package wifitelemetry under uid 1000 but it is really -1
at com.android.server.appop.AppOpsService.verifyAndGetIsPrivileged(AppOpsService.java:2654)
at com.android.server.appop.AppOpsService.finishOperation(AppOpsService.java:2329)
at android.app.AppOpsManager.finishOp(AppOpsManager.java:5485)
at com.android.server.power.Notifier.onWakeLockReleased(Notifier.java:334)
at com.android.server.power.PowerManagerService.notifyWakeLockReleasedLocked(PowerManagerService.java:1327)
at com.android.server.power.PowerManagerService.removeWakeLockLocked(PowerManagerService.java:1211)
at com.android.server.power.PowerManagerService.releaseWakeLockInternal(PowerManagerService.java:1183)
at com.android.server.power.PowerManagerService.access$4000(PowerManagerService.java:116)
at com.android.server.power.PowerManagerService$BinderService.releaseWakeLock(PowerManagerService.java:4349)
at android.os.IPowerManager$Stub.onTransact(IPowerManager.java:377)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
2022-07-22 10:11:26.351 8638-8638/? W/OsSdk: Events discarded = 0
2022-07-22 10:11:27.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:11:27.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:11:28.012 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
2022-07-22 10:11:29.022 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:11:29.612 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.08ms>
2022-07-22 10:11:29.613 18035-18070/? I/netd: firewallSetUidRule(2, 1010018, 2) <0.05ms>
2022-07-22 10:11:35.125 18097-18126/? I/UsageStatsService: User[0] Flushing usage stats to disk
2022-07-22 10:11:35.151 18097-18126/? W/AppIdleHistory: Skipping App Idle write for unexpected null package
2022-07-22 10:11:35.153 18097-18126/? I/UsageStatsService: User[10] Flushing usage stats to disk
2022-07-22 10:11:35.167 18097-18126/? W/AppIdleHistory: Skipping App Idle write for unexpected null package
2022-07-22 10:11:36.441 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.05ms>
2022-07-22 10:11:36.901 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
2022-07-22 10:11:37.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:11:37.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:11:38.116 18097-18407/? W/ActivityManager: Package for pid 850: no process record found
2022-07-22 10:11:47.176 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:11:47.176 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:11:48.025 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
2022-07-22 10:11:49.021 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:11:57.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:11:57.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:03.480 31716-31716/? D/[OAO] LowStorageNotificationScheduler: Storage Checks: Internal Free (50830729216)
2022-07-22 10:12:05.013 31879-1295/? W/msys: W[S sync-state-machine]MCDSyncStateMachineScheduleDelayedRetry(172)=>skipping the new retry with longer delay
2022-07-22 10:12:05.013 31879-1295/? W/msys: W[S sync]_scheduleNextCursorRetry(394)=>skipping delayed retry due to state machine state decision
2022-07-22 10:12:07.192 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:07.192 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:08.028 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
2022-07-22 10:12:08.982 18594-18620/? W/culus.mrservic: Reducing the number of considered missed Gc histogram windows from 225 to 100
2022-07-22 10:12:09.021 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:12:14.772 1484-1742/? W/msys: W[S sync-state-machine]MCDSyncStateMachineScheduleDelayedRetry(172)=>skipping the new retry with longer delay
2022-07-22 10:12:14.772 1484-1742/? W/msys: W[S sync]_scheduleNextCursorRetry(394)=>skipping delayed retry due to state machine state decision
2022-07-22 10:12:17.200 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:17.200 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:27.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:27.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:28.028 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:12:29.036 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:12:29.609 18097-18127/? W/ActivityManager: Stopping service due to app idle: u0a18 -1m9s997ms com.oculus.appsafety/.AppSafetyService
2022-07-22 10:12:29.610 2748-2748/? D/AppSafetyService: Service stopping
2022-07-22 10:12:29.612 18097-551/? I/ActivityManager: Killing 2601:com.android.permissioncontroller/u0a12 (adj 995): empty #17
2022-07-22 10:12:29.612 18097-551/? I/ActivityManager: Killing 2552:com.oculus.identitymanagement.service/u0a32 (adj 995): empty #18
2022-07-22 10:12:29.615 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.02ms>
2022-07-22 10:12:29.615 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.02ms>
2022-07-22 10:12:29.634 18031-18031/? I/Zygote: Process 2601 exited due to signal 9 (Killed)
2022-07-22 10:12:29.634 18031-18031/? I/Zygote: Process 2552 exited due to signal 9 (Killed)
2022-07-22 10:12:29.635 18097-18407/? W/ActivityManager: Scheduling restart of crashed service com.oculus.identitymanagement.service/.job.IdentityManagementJobService in 1000ms
2022-07-22 10:12:29.643 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 10012 pid 2601 in 29ms
2022-07-22 10:12:29.643 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 10032 pid 2552 in 0ms
2022-07-22 10:12:30.026 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
2022-07-22 10:12:30.655 18031-18031/? D/Zygote: Forked child process 8658
2022-07-22 10:12:30.657 18097-18128/? I/ActivityManager: Start proc 8658:com.oculus.identitymanagement.service/u0a32 for service {com.oculus.identitymanagement.service/com.oculus.identitymanagement.service.job.IdentityManagementJobService}
2022-07-22 10:12:30.668 8658-8658/? E/agement.servic: Not starting debugger since process cannot load the jdwp agent.
2022-07-22 10:12:30.698 8658-8658/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:12:30.698 8658-8658/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
2022-07-22 10:12:30.698 8658-8658/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:12:30.700 8658-8658/? I/agement.servic: The ClassLoaderContext is a special shared library.
2022-07-22 10:12:30.715 8658-8658/? D/CapabilitiesDatabase: Build Capabilities Database
2022-07-22 10:12:30.727 8658-8658/? D/IdentityManagementJobService: onStartJob - starting async IMS jobs
2022-07-22 10:12:30.728 8658-8678/? D/IdentityManagementAsyncTask: doInBackground - working on IMS async tasks
2022-07-22 10:12:30.739 8658-8678/? D/UnifiedTelemetryLogger: UnifiedTelemetryLogger instance created
2022-07-22 10:12:30.739 8658-8678/? D/UnifiedTelemetryLogger: binding with UnifiedTelemetryService
2022-07-22 10:12:30.751 8658-8683/? D/MobileConfigBaseClient: connect()
2022-07-22 10:12:30.757 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.03ms>
2022-07-22 10:12:30.761 8658-8683/? D/MobileConfigBaseClient: awaitService()
2022-07-22 10:12:30.765 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.02ms>
2022-07-22 10:12:30.765 8658-8658/? D/MobileConfigBaseClient: Connected to MobileConfigService
2022-07-22 10:12:30.766 18097-19552/? I/ActivityManager: Killing 6517:oculus.platform/1000 (adj 995): empty #17
2022-07-22 10:12:30.781 18097-18407/? D/ConnectivityService: requestNetwork for uid/pid:10032/8658 NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ]
2022-07-22 10:12:30.782 18031-18031/? I/Zygote: Process 6517 exited due to signal 9 (Killed)
2022-07-22 10:12:30.784 624-8686/? I/mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionless) params_map_v4_u0.txt
2022-07-22 10:12:30.785 624-8686/? I/mobileconfig: parsed v4 resource file for unittype: 1, config count: 31
2022-07-22 10:12:30.785 624-8686/? I/mobileconfig: Successfully parsed resource file for (unitType: kMobileConfigSessionless)
2022-07-22 10:12:30.788 18097-18240/? D/WIFI_AWARE_FACTORY: got request NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ] with score 60 and serial -1
2022-07-22 10:12:30.789 18097-18205/? D/WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ] with score 60 and serial -1
2022-07-22 10:12:30.789 18097-18205/? D/UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ] with score 60 and serial -1
2022-07-22 10:12:30.789 18097-18241/? D/Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ] with score 60 and serial -1
2022-07-22 10:12:30.791 624-8686/? I/mobileconfig: Parsed params maps: success=20; skipped=21; duplicates=19
2022-07-22 10:12:30.792 624-8686/? I/mobileconfig: Read one query hash from asset, it is = 2de83e156160585bd0daf6bd5d3d07d20a874483417eda6163448e766574a581
2022-07-22 10:12:30.792 624-8686/? I/mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.oculus.horizon/files, unitType:1, appVersion: 42.0.0.109.252, paramHash: 8327075ce06077028c24a0491218c303, readOnly: false bufferPathPostfix: 885
2022-07-22 10:12:30.806 8658-8690/? D/AccessTokenWorker: doWork fetch accesstoken
2022-07-22 10:12:30.808 8658-8691/? D/AccessTokenWorker: doWork fetch accesstoken
2022-07-22 10:12:30.809 624-8686/? I/mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionbased) params_map_v4_u0.txt
2022-07-22 10:12:30.809 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 6517 in 41ms
2022-07-22 10:12:30.809 624-8686/? I/mobileconfig: parsed v4 resource file for unittype: 2, config count: 31
2022-07-22 10:12:30.810 624-8686/? I/mobileconfig: Successfully parsed resource file for (unitType: kMobileConfigSessionbased)
2022-07-22 10:12:30.816 624-8686/? I/mobileconfig: Parsed params maps: success=20; skipped=21; duplicates=19
2022-07-22 10:12:30.817 624-8686/? I/mobileconfig: Read one query hash from asset, it is = 2de83e156160585bd0daf6bd5d3d07d20a874483417eda6163448e766574a581
2022-07-22 10:12:30.817 624-8686/? I/mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.oculus.horizon/files, unitType:2, appVersion: 42.0.0.109.252, paramHash: 8327075ce06077028c24a0491218c303, readOnly: false bufferPathPostfix: 843
2022-07-22 10:12:30.820 8658-8690/? D/WorkerLoggerHelper: log success for access_token_worker
2022-07-22 10:12:30.820 8658-8691/? D/WorkerLoggerHelper: log success for access_token_worker
2022-07-22 10:12:30.821 8658-8682/? I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=4347ab04-422a-4bf4-9da0-cac4ebf7d534, tags={ com.oculus.identitymanagement.service.workers.AccessTokenWorker } ]
2022-07-22 10:12:30.823 8658-8682/? I/WM-WorkerWrapper: Setting status to enqueued for 940c5dba-0869-409c-8dea-90cc97171343
2022-07-22 10:12:30.826 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.03ms>
2022-07-22 10:12:30.827 18097-18208/? D/ConnectivityService: Blocked status changed to true for 10032(87) on netId 101
2022-07-22 10:12:30.827 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.01ms>
2022-07-22 10:12:30.828 18097-18208/? D/ConnectivityService: Blocked status changed to false for 10032(87) on netId 101
2022-07-22 10:12:30.830 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.02ms>
2022-07-22 10:12:30.830 18097-18208/? D/ConnectivityService: Blocked status changed to true for 10032(87) on netId 101
2022-07-22 10:12:30.835 8658-8682/? I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=c1cc518e-5399-46c9-b1f3-6fa2228f14b4, tags={ com.oculus.identitymanagement.service.workers.AccessTokenWorker } ]
2022-07-22 10:12:30.836 8658-8682/? I/WM-WorkerWrapper: Setting status to enqueued for 587efc4a-27e7-4666-b0f0-78043f2283dc
2022-07-22 10:12:30.856 8658-8689/? D/MVanDatabase: Build ScreenTime Database
2022-07-22 10:12:30.867 18097-18208/? D/ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10032] ] (release request)
2022-07-22 10:12:30.870 8658-8658/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2022-07-22 10:12:30.880 8658-8698/? D/MVanScreenTimeUploadWorker: doWork MVanScreenTimeUploadWorker
2022-07-22 10:12:30.887 8658-8698/? D/WorkerLoggerHelper: log success for mvan_screen_time_upload_worker
2022-07-22 10:12:30.888 8658-8689/? I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=587efc4a-27e7-4666-b0f0-78043f2283dc, tags={ com.oculus.identitymanagement.service.workers.MVanScreenTimeUploadWorker } ]
2022-07-22 10:12:31.806 18097-18097/? I/RoleManagerService: Granting default permissions...
2022-07-22 10:12:31.806 18097-18126/? W/Searchables: No global search activity found
2022-07-22 10:12:31.809 18097-18194/? I/InputReader: Reconfiguring input devices. changes=0x00000010
2022-07-22 10:12:31.822 18031-18031/? D/Zygote: Forked child process 8706
2022-07-22 10:12:31.823 18097-18128/? I/ActivityManager: Start proc 8706:com.android.permissioncontroller/u0a12 for service {com.android.permissioncontroller/com.android.packageinstaller.role.service.RoleControllerServiceImpl}
2022-07-22 10:12:31.830 8706-8706/? E/ssioncontrolle: Not starting debugger since process cannot load the jdwp agent.
2022-07-22 10:12:31.886 8706-8706/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
2022-07-22 10:12:31.895 8706-8726/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
2022-07-22 10:12:32.122 18097-18126/? I/RoleUserState: Wrote roles.xml successfully
2022-07-22 10:12:37.220 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:37.220 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:40.889 8658-8697/? E/UserIdentityContextWorker: Request failed
java.net.SocketTimeoutException: failed to connect to graph.oculus.com/157.240.3.49 (port 443) from /10.8.46.16 (port 44498) after 10000ms
at libcore.io.IoBridge.connectErrno(IoBridge.java:191)
at libcore.io.IoBridge.connect(IoBridge.java:135)
at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
at java.net.Socket.connect(Socket.java:621)
at okhttp3.internal.platform.AndroidPlatform.connectSocket(AndroidPlatform.java:68)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:220)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:146)
at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:186)
at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:2179)
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
2022-07-22 10:12:40.889 8658-8697/? D/WorkerLoggerHelper: log failure for user_identity_context_worker
2022-07-22 10:12:40.891 8658-8687/? I/WM-WorkerWrapper: Worker result FAILURE for Work [ id=940c5dba-0869-409c-8dea-90cc97171343, tags={ com.oculus.identitymanagement.service.workers.UserIdentityContextWorker } ]
2022-07-22 10:12:41.936 18097-18126/? W/Searchables: No global search activity found
2022-07-22 10:12:41.936 18097-18097/? I/RoleManagerService: Granting default permissions...
2022-07-22 10:12:41.938 18097-18194/? I/InputReader: Reconfiguring input devices. changes=0x00000010
2022-07-22 10:12:41.940 8706-8726/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
2022-07-22 10:12:42.181 18097-18126/? I/RoleUserState: Wrote roles.xml successfully
2022-07-22 10:12:47.228 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:47.228 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:48.035 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:12:49.024 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:12:56.961 18097-19552/? I/ActivityManager: Killing 3022:com.oculus.identitymanagement.service/u10a32 (adj 995): empty #17
2022-07-22 10:12:56.978 18031-18031/? I/Zygote: Process 3022 exited due to signal 9 (Killed)
2022-07-22 10:12:56.996 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 1010032 pid 3022 in 33ms
2022-07-22 10:12:57.236 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:12:57.236 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:12:59.215 31705-31750/? W/System: A resource failed to call close.
2022-07-22 10:13:07.243 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:07.244 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:13:08.029 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:13:09.024 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:13:15.652 18506-8732/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:13:15.660 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.05ms>
2022-07-22 10:13:16.030 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
2022-07-22 10:13:17.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:17.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:13:27.259 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:27.259 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:13:28.032 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:13:29.037 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:13:37.267 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:37.267 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:13:38.377 18097-18291/? W/ActivityManager: Package for pid 850: no process record found
2022-07-22 10:13:47.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:47.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:13:48.045 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:13:49.039 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:13:57.282 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:13:57.282 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:07.290 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:07.290 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:08.044 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
2022-07-22 10:14:09.029 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:14:17.297 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:17.297 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:24.253 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
2022-07-22 10:14:24.253 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
2022-07-22 10:14:27.305 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:27.305 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:28.033 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:14:29.054 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:14:37.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:37.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:41.076 18097-18112/? I/system_server: Background young concurrent copying GC freed 92876(6595KB) AllocSpace objects, 235(5976KB) LOS objects, 39% free, 19MB/32MB, paused 135us total 125.047ms
2022-07-22 10:14:47.320 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:47.320 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:14:48.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:14:49.042 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:14:57.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:14:57.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:07.335 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:07.336 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:08.038 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:15:09.043 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:15:11.607 18097-2918/? W/JavaBinder: Unexpectedly many live BinderProxies: 35000
2022-07-22 10:15:14.945 832-1341/? I/crash-uploader: [Crash Reporter Rate Limiting] reset data
2022-07-22 10:15:17.343 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:17.343 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:27.351 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:27.351 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:28.051 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:15:29.054 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:15:37.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:37.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:38.623 18097-31846/? W/ActivityManager: Package for pid 850: no process record found
2022-07-22 10:15:47.366 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:47.366 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:15:48.049 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:15:49.044 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:15:57.374 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:15:57.374 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:07.382 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:07.382 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:08.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:16:09.059 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:16:17.390 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:17.390 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:27.404 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:27.404 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:28.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:16:29.060 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:16:37.412 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:37.412 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:47.419 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:47.419 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:16:48.048 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:16:49.061 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
2022-07-22 10:16:57.429 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:16:57.429 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:17:03.540 31716-31716/? D/[OAO] LowStorageNotificationScheduler: Storage Checks: Internal Free (50830528512)
2022-07-22 10:17:07.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: OFF, PT is: OFF, ID is: OFF
2022-07-22 10:17:07.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:17:08.066 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:17:09.072 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=29MB PrivateClean=5MB
2022-07-22 10:17:12.525 760-969/? I/SyncBossHAL: [info ] syncboss_hal_powerstate.c(50): Reporting powerstate event: PROX_ON
2022-07-22 10:17:12.526 18097-18248/? D/VrPowerManagerService: processing message: sensor changed
2022-07-22 10:17:12.526 18097-18248/? I/VrPowerManagerService: transition from STANDBY to HEADSET_MOUNTED
2022-07-22 10:17:12.526 18097-18248/? I/PowerManagerService: Waking up from Asleep (uid=1000, reason=WAKE_REASON_UNKNOWN, details=VrPwMng:leave-standby)...
2022-07-22 10:17:12.526 18097-18097/? W/UsageStatsService: Event reported without a package name, eventType:15
2022-07-22 10:17:12.528 18097-18136/? I/DisplayPowerController: Blocking screen on until initial contents have been drawn.
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Setting power state to STANDBY
2022-07-22 10:17:12.528 852-1100/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
2022-07-22 10:17:12.528 850-850/? E/libwakelock: MrSystemService: Failed to acquire wakelock mrsystemservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Setting power state to RUNNING
2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Setting power state to STANDBY
2022-07-22 10:17:12.529 850-850/? E/libwakelock: MrSystemService: Failed to acquire wakelock mrsystemservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.529 852-1100/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Setting power state to STANDBY
2022-07-22 10:17:12.531 18527-18573/? D/VrPowerManagerClient: Headset state: 1
2022-07-22 10:17:12.532 18527-18573/? V/ControllerNotifications: Headset was mounted, requesting that notifications are enabled
2022-07-22 10:17:12.532 18527-18573/? V/ControllerNotifications: Queueing enable of notifications in 5000ms
2022-07-22 10:17:12.533 852-1102/? I/TrackingService: [ vision_manager] SLEEP -> STANDBY transition time: 4 ms
2022-07-22 10:17:12.534 852-1103/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: setting expected mode to Streaming
2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: Setting current mode to Streaming
2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: leave mode Disabled
2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: Setting mode to Streaming
2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: enter mode Streaming
2022-07-22 10:17:12.535 852-1102/? I/TrackingService: [ iad] SLEEP -> STANDBY transition time: 1 ms
2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltMemoryAllocationCapabilityImpl: onStart
2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: BoltMemoryAllocationCapability: Hexagon ref count changed from 0 to 1
2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Acquiring all Hexagon resources from Bolt SDK
2022-07-22 10:17:12.535 852-1102/? I/[CT]: BOLT:HexagonShim: HexagonStart
2022-07-22 10:17:12.535 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.535 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
2022-07-22 10:17:12.547 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.547 760-760/? I/SyncBossHAL: [info ] syncboss_hal_impl_android_driver.c(541): Starting logging thread from UART path /dev/ttyHS14
2022-07-22 10:17:12.547 760-760/? D/SensorService: ControllerProvider: acquiring StreamingSession
2022-07-22 10:17:12.547 760-760/? D/SensorService: SyncbossEventHandler: starting all streams
2022-07-22 10:17:12.547 760-8755/? D/SensorService: SyncbossEventHandler::producerThreadFunc() start
2022-07-22 10:17:12.547 760-8755/? W/SensorService: Data for sensor type HMD_IMU dropped because of failure to update clock drift from vsync. 1 drops in the last 0s.
2022-07-22 10:17:12.547 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.548 18034-18071/? D/NuPlayerDriver: NuPlayerDriver(0xeee2e5a0) created, clientPid(18097)
2022-07-22 10:17:12.548 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.549 18097-18136/? V/DisplayPowerController: Brightness [127] reason changing to: 'manual', previous reason: 'screen_off'.
2022-07-22 10:17:12.548 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
2022-07-22 10:17:12.549 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.549 18033-2626/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.550 18033-2626/? I/chatty: uid=1041(audioserver) Binder:18033_8 identical 1 line
2022-07-22 10:17:12.550 18033-2626/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.551 18034-18071/? I/Codec2Client: Creating a Codec2 client to service "software"
2022-07-22 10:17:12.551 760-760/? I/SyncBossHAL: [info ] syncboss_hal_impl_input.c(277): No pulsar frequency blocklist set
2022-07-22 10:17:12.551 760-760/? I/SyncBossHAL: [info ] syncboss_hal_impl_input.c(304): No AFH behavior specified, enabled by default
2022-07-22 10:17:12.551 760-760/? I/SyncBossHAL: [info ] syncboss_hal_impl_input.c(344): Input device auto-whitelisting disabled
2022-07-22 10:17:12.551 18097-18136/? I/DisplayPowerController: Unblocked screen on after 23 ms
2022-07-22 10:17:12.551 760-8753/? I/SyncBossFW: 1689077 [info ] {APPI}: Enabling display timestamping
2022-07-22 10:17:12.551 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.551 852-1102/? I/[CT]: boltlib: Waited 0.016418177 for SFRPC invoker thread to start
2022-07-22 10:17:12.551 18033-2626/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.552 18097-18121/? I/DisplayManagerService: Display device changed state: "Built-in Screen", ON
2022-07-22 10:17:12.552 793-793/? D/SurfaceFlinger: Setting power mode 2 on display 19261214226499457
2022-07-22 10:17:12.552 18034-18071/? I/Codec2Client: Client to Codec2 service "software" created
2022-07-22 10:17:12.554 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.555 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.555 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.555 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.555 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.556 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.556 760-760/? D/SensorService: ControllerProvider: acquiring StreamingClient impl; approx # alive: 1
2022-07-22 10:17:12.556 760-760/? D/libsensorscommon: ControllerProvider: acquiring StreamingClient hidl
2022-07-22 10:17:12.556 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.556 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.556 766-1054/? I/SDM: DisplayBase::SetDisplayState: Set state = 1, display 29-0, teardown = 0
2022-07-22 10:17:12.557 760-8753/? I/SyncBossFW: 1689082 [info ] {WIHO}: Pulsar device auto-whitelisting disabled
2022-07-22 10:17:12.557 760-8753/? I/SyncBossFW: 1689083 [info ] {APPI}: Starting input
2022-07-22 10:17:12.557 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.557 852-1103/? D/OVRRemoteService: [controller] SLEEP -> STANDBY
2022-07-22 10:17:12.557 852-1103/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
2022-07-22 10:17:12.557 852-1103/? D/SensorClientUtils: Setting power state to RUNNING
2022-07-22 10:17:12.557 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected mcnt=0])
2022-07-22 10:17:12.557 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected mcnt=0])
2022-07-22 10:17:12.557 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.557 852-1103/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.558 852-1103/? D/OVRRemoteService: [controller] STANDBY -> RUNNING
2022-07-22 10:17:12.558 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.558 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.558 852-1102/? I/[CT]: boltlib: Waited 0.006646198 for all SFRPC worker threads
2022-07-22 10:17:12.558 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.558 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.558 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.559 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.559 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.560 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.560 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.560 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
2022-07-22 10:17:12.560 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:12.560 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision
2022-07-22 10:17:12.560 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:12.560 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.560 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.560 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.560 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 258, paired=2 connected=0
2022-07-22 10:17:12.560 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
2022-07-22 10:17:12.560 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected update-required mcnt=0])
2022-07-22 10:17:12.560 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Acquiring memory pool resources from Bolt SDK
2022-07-22 10:17:12.560 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:172::info: calling: NULL != (m = malloc(sizeof(*m)))
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:172::info: passed: NULL != (m = malloc(sizeof(*m)))
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:193::info: calling: !(rpc_flags & RPCMEM_HEAP_UNCACHED)
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:193::info: passed: !(rpc_flags & RPCMEM_HEAP_UNCACHED)
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:426:ION version is new
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: calling: 0 < rpcmem_ionfd
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: passed: 0 < rpcmem_ionfd
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:340:alloc data 0x0x7b0b595e20, heap mask 0x2000000, flags 0x1
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:347:mmap data 0x0x7b0b595e20
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:355::info: calling: MAP_FAILED != (m->paddr = (void *)mmap(NULL, alloc.len, PROT_READ|PROT_WRITE, MAP_SHARED, m->data.fd, 0))
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:355::info: passed: MAP_FAILED != (m->paddr = (void *)mmap(NULL, alloc.len, PROT_READ|PROT_WRITE, MAP_SHARED, m->data.fd, 0))
2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:215:rpcmem register buf: heap mask: 0x2000000
2022-07-22 10:17:12.561 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.561 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.561 852-1102/? I/[CT]: HexagonMemMgr: Allocated addr 0x7af96f0000, with FD 20, and virtAddr 0x86400000
2022-07-22 10:17:12.561 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.561 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.561 852-1102/? I/[CT]: BOLT:HexagonShim: memtest is a success
2022-07-22 10:17:12.561 852-1102/? I/[CT]: HexagonMemMgr: HexagonMemTest returned 0
2022-07-22 10:17:12.561 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Reserved RpcMemory bytes = 10485760
2022-07-22 10:17:12.561 852-1102/? I/TrackingService: [ bolt] SLEEP -> STANDBY transition time: 26 ms
2022-07-22 10:17:12.561 852-1102/? I/[CT]: VisionInterface: Stopping IOTE PostProcessing
2022-07-22 10:17:12.562 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.562 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.562 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.562 18034-8764/? D/GenericSource: FileSource remote
2022-07-22 10:17:12.563 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.563 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
2022-07-22 10:17:12.564 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.564 18033-8570/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.565 18033-8570/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.565 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.565 18033-3951/? I/chatty: uid=1041(audioserver) Binder:18033_9 identical 1 line
2022-07-22 10:17:12.565 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.566 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.566 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:12.566 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.566 18033-18220/? I/chatty: uid=1041(audioserver) Binder:18033_4 identical 1 line
2022-07-22 10:17:12.566 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.567 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.567 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:12.567 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.567 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
2022-07-22 10:17:12.568 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:12.572 852-1102/? I/[CT]: InsideOutTrackingCapabilityTranslation: onStart
2022-07-22 10:17:12.572 18037-18050/? D/audio_hw_primary: adev_set_parameters: enter: screen_state=on
2022-07-22 10:17:12.572 852-1102/? I/[CT]: VisionInterface: Starting the IO Engine
2022-07-22 10:17:12.572 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_abort_on_over_memory2': false
2022-07-22 10:17:12.573 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_half_rate_slam': false
2022-07-22 10:17:12.573 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_granular_perfmonitoring': false
2022-07-22 10:17:12.573 18034-8757/? I/GenericSource: start
2022-07-22 10:17:12.573 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
2022-07-22 10:17:12.574 852-1102/? W/[CT]: CALIBRATION: Imu ID does not exist or could not be parsed
2022-07-22 10:17:12.574 852-1102/? W/[CT]: SensorRegistration: Unable to convert sensor ID '' to int: stoi: no conversion
2022-07-22 10:17:12.574 852-1102/? W/[CT]: SensorRegistration: Unable to find IMU calibration for device ID 0! As only a single calibration was available we are continuing with that one.
2022-07-22 10:17:12.574 852-1102/? I/[CT]: VIPER: Loading noise parameters for: ICM42688
2022-07-22 10:17:12.574 852-1102/? W/[CT]: VIPER: Loading noise parameters from config. [SensorModel: ICM42688]
2022-07-22 10:17:12.574 852-1102/? I/[CT]: viper::viper::imu_types: Creating PiecewiseLinearTemperatureImuModel:
-------
Accel:
Rectification
-0.00212448 0.998882 -0.00633324
0.998649 0.00210648 -0.00441399
-0.00587179 -0.00646054 -0.998633
Number of TemperatureOffsetPairs: 37
-------
Gyro:
Rectification
-9.26208e-05 1.00098 -0.0064596
0.999918 0.00282039 -0.00451789
-0.00763225 -0.00675573 -0.999874
Number of TemperatureOffsetPairs: 37
-------
T_deviceFromImu: so3[0.000000 0.000000 0.000000] r3[0.038400 0.032100 -0.067400]
2022-07-22 10:17:12.574 852-1102/? I/[CT]: OtWrapper: Online calibration used for IMU.
2022-07-22 10:17:12.574 852-1102/? I/[CT]: OtWrapper: Using magnetometer for 3dof pipeline with nominal rate 30Hz
2022-07-22 10:17:12.575 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_ramdump': false
2022-07-22 10:17:12.575 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_v24_mitigations': true
2022-07-22 10:17:12.575 852-1102/? I/[CT]: boltlib: Enabled Bolt V24 mitigations
2022-07-22 10:17:12.576 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_multithreaded_dsp': false
2022-07-22 10:17:12.576 852-1102/? I/[CT]: boltlib: Setting Bolt Hexagon Multithreaded access to false
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: ViperPlatform: Hexagon ref count changed from 1 to 2
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: ViperPlatform: RMgr ref count changed from 0 to 1
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: BoltMemDetail: Hexagon ref count changed from 2 to 3
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: HarrisCornerObject: RMgr ref count changed from 1 to 2
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: HarrisCorner: RMgr ref count changed from 2 to 3
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 3 to 4
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:HarrisCorner: Hexagon ref count changed from 4 to 5
2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 5 to 4
2022-07-22 10:17:12.576 18663-18663/? D/VrRuntimeService: Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
2022-07-22 10:17:12.576 18663-18663/? D/VrRuntimeService: mounted state: true
2022-07-22 10:17:12.576 833-932/? I/PerfStream: BatteryStatsStates::activeStartEvent()
2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: nativeScreenStateChanged to on
2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: Service entering RUNNING Mode
2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: Resetting vsync state
2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeServer: RuntimeServer: Resuming operation
2022-07-22 10:17:12.576 18663-18663/? I/TelemetryServer: StartTelemetryServer start
2022-07-22 10:17:12.576 18663-18663/? I/TelemetryServer: StartTelemetryServer end - 0.07ms
2022-07-22 10:17:12.576 18594-18594/? I/[CT]: MIXEDREALITY: MrService: MountStateChanged: true
2022-07-22 10:17:12.577 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
2022-07-22 10:17:12.577 31716-31716/? D/[OAO] ShellOverlayService: onMountStateChanged: true
2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: VrThread woke up
2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
command = mountStateChanged
state = 1
2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : mountStateChanged
2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: mountStateChanged message received
2022-07-22 10:17:12.577 32703-32703/? D/[SUI] AnytimeUIBroadcastReceiver: action: com.oculus.intent.action.MOUNT_STATE_CHANGED
2022-07-22 10:17:12.577 31879-32159/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 1
2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: change from Sleep to Awake
2022-07-22 10:17:12.577 31716-32053/? D/[OAO] ShellApplication: ShellApplication isDeviceLocked
2022-07-22 10:17:12.577 18663-18663/? I/Distortion: SetLensPositions - iad=0.063, left offset=0.000250001,0, right offset=-0.000250001,0
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 3 to 4
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSdkFramework: OrbDescriptor: RMgr ref count changed from 4 to 5
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 4 to 5
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:OrbDescriptor::init: Hexagon ref count changed from 5 to 6
2022-07-22 10:17:12.577 18663-18663/? I/Distortion: SetLensPositions - iad=0.063, left offset=0.000250001,0, right offset=-0.000250001,0
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 6 to 5
2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: ---------------- CompositorVR() ----------------
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 5 to 6
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:OrbDescriptorCreateKernel: Hexagon ref count changed from 6 to 7
2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 7 to 6
2022-07-22 10:17:12.577 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: AbuseReportCaptureEnabled=0
2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: ForceChroma on
2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: CheckDebuggerConnected: debugger 0
2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: warpMeshClipMode = 1
2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: ViperPlatform: RMgr ref count changed from 5 to 6
2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: colorScale: 1.000000 1.000000 1.000000
2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: HarrisCornerObject: RMgr ref count changed from 6 to 7
2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 7 to 8
2022-07-22 10:17:12.578 852-1102/? I/[CT]: MontereyPyramidPoolAllocator: allocating 25Mb
2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: TrackerImagePyramidAllocator: Hexagon ref count changed from 6 to 7
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:172::info: calling: NULL != (m = malloc(sizeof(*m)))
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:172::info: passed: NULL != (m = malloc(sizeof(*m)))
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:193::info: calling: !(rpc_flags & RPCMEM_HEAP_UNCACHED)
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:193::info: passed: !(rpc_flags & RPCMEM_HEAP_UNCACHED)
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:426:ION version is new
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: calling: 0 < rpcmem_ionfd
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: passed: 0 < rpcmem_ionfd
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:340:alloc data 0x0x7b0b595fa0, heap mask 0x2000000, flags 0x1
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:347:mmap data 0x0x7b0b595fa0
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:355::info: calling: MAP_FAILED != (m->paddr = (void *)mmap(NULL, alloc.len, PROT_READ|PROT_WRITE, MAP_SHARED, m->data.fd, 0))
2022-07-22 10:17:12.578 18663-18663/? W/CompositorVR: GetNightShiftWhitePoint: night_shift_activated is not set
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:355::info: passed: MAP_FAILED != (m->paddr = (void *)mmap(NULL, alloc.len, PROT_READ|PROT_WRITE, MAP_SHARED, m->data.fd, 0))
2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:215:rpcmem register buf: heap mask: 0x2000000
2022-07-22 10:17:12.579 1484-1548/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 1
2022-07-22 10:17:12.579 7462-7462/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:12.579 18034-8768/? D/CCodec: allocate(c2.android.vorbis.decoder)
2022-07-22 10:17:12.579 18097-18248/? D/VrPowerManagerService: processing message: system wakeup
2022-07-22 10:17:12.579 18097-18248/? I/AutomationTest: ResumeFromSuspendTimeTests: system wakeup
2022-07-22 10:17:12.579 852-1102/? I/[CT]: HexagonMemMgr: Allocated addr 0x7aebbf0000, with FD 27, and virtAddr 0xa000000
2022-07-22 10:17:12.579 852-1102/? I/[CT]: BOLT:HexagonShim: memtest is a success
2022-07-22 10:17:12.579 852-1102/? I/[CT]: HexagonMemMgr: HexagonMemTest returned 0
2022-07-22 10:17:12.579 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Reserved RpcMemory bytes = 27866592
2022-07-22 10:17:12.580 852-1102/? I/[CT]: ImagePyramid: Creating pyramid pool of size 60 for resolution 640x480, subsample method 3x3
2022-07-22 10:17:12.580 852-1102/? I/[CT]: VIPER: Setting calibration handler.
2022-07-22 10:17:12.580 852-1102/? I/[CT]: SlamFactory: Constructing SLAM type: VegaSlam (=0)
2022-07-22 10:17:12.580 852-1102/? I/[CT]: SlamFactory: Available SLAM types: 1
2022-07-22 10:17:12.580 852-1102/? I/[CT]: TrackerFactoryVega: Constructing tracker factory vega: 0
2022-07-22 10:17:12.580 18663-18663/? I/Vsync: ---------------- Vsync::Init ----------------
2022-07-22 10:17:12.580 18663-18663/? I/Vsync: Adjusting vsync display refresh rate 72.000000 -> 72.000000
2022-07-22 10:17:12.580 852-1102/? W/[CT]: VIPER:VIO: Treating initial calibration as nominal. Ocal not allowed to change the camera extrinsics by more than 2 mm
2022-07-22 10:17:12.580 845-1047/? V/C2Store: in init
2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting extraTimestampPaddingMicroSec from 0.002000000 [sec] to 0.000000000 [sec]
2022-07-22 10:17:12.580 845-1047/? V/C2Store: loading dll
2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting filterMaxActiveObservations from -1 to 28800
2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting covInflationSettings.epsilon from 3e-05 to 0
2022-07-22 10:17:12.584 18034-8768/? I/CCodec: Created component [c2.android.vorbis.decoder]
2022-07-22 10:17:12.585 18034-8768/? D/CCodecConfig: read media type: audio/vorbis
2022-07-22 10:17:12.586 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:12.586 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:12.588 852-1102/? I/[CT]: SQRLinAlgContainer: Initialized matrices with maximumSize 324
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 7 to 8
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:HarrisCornersDetector: Hexagon ref count changed from 8 to 9
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 9 to 8
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 8 to 9
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:HarrisCorners: Hexagon ref count changed from 9 to 10
2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 10 to 9
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
2022-07-22 10:17:12.590 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 9 to 10
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:LineSearch: Hexagon ref count changed from 10 to 11
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 11 to 10
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 10 to 11
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:PatchMatcherBoltCV: Hexagon ref count changed from 11 to 12
2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 12 to 11
2022-07-22 10:17:12.590 852-1102/? I/[CT]: VIPER: start initialization called.
2022-07-22 10:17:12.590 852-1102/? I/[CT]: VegaTracker: Clearing VegaTracker
2022-07-22 10:17:12.590 852-1102/? I/[CT]: VegaTrackTracker: Resetting VegaTrackTracker!
2022-07-22 10:17:12.590 852-1102/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:12.590 852-1102/? W/[CT]: VIPER:VIO: Treating initial calibration as nominal. Ocal not allowed to change the camera extrinsics by more than 2 mm
2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting extraTimestampPaddingMicroSec from 0.002000000 [sec] to 0.000000000 [sec]
2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting filterMaxActiveObservations from -1 to 28800
2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting covInflationSettings.epsilon from 3e-05 to 0
2022-07-22 10:17:12.592 18034-8768/? I/CCodecConfig: query failed after returning 7 values (BAD_INDEX)
2022-07-22 10:17:12.592 18034-8768/? D/CCodecConfig: c2 config diff is Dict {
c2::u32 coded.bitrate.value = 64000
c2::u32 input.buffers.max-size.value = 32768
c2::u32 input.delay.value = 0
string input.media-type.value = "audio/vorbis"
string output.media-type.value = "audio/raw"
c2::u32 raw.channel-count.value = 1
c2::u32 raw.sample-rate.value = 48000
}
2022-07-22 10:17:12.593 852-1102/? I/[CT]: SQRLinAlgContainer: Initialized matrices with maximumSize 324
2022-07-22 10:17:12.594 852-1102/? I/[CT]: VIPER:MAP_MANAGER_INTERNAL: Initializing MapManagerInternal.
2022-07-22 10:17:12.594 852-1102/? I/[CT]: VIPER:MAP_MANAGER: Map Manager: SLEEP -> STANDBY
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 11 to 12
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:HarrisCornersDetector: Hexagon ref count changed from 12 to 13
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 13 to 12
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 12 to 13
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:HarrisCorners: Hexagon ref count changed from 13 to 14
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 14 to 13
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 8 to 9
2022-07-22 10:17:12.594 852-1102/? I/[CT]: DescriptorExtractor: Creating descriptor extractor: boltcv
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 13 to 14
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: DEFAULT HexagonPool:OrbDescriptorCreateKernel: Hexagon ref count changed from 14 to 15
2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 15 to 14
2022-07-22 10:17:12.595 852-1102/? E/[CT]: InternalAnchorApiServerCapabilityImpl: onHeartbeat called when capability is stopped!
2022-07-22 10:17:12.595 852-1102/? I/[CT]: InternalAnchorApiServerCapabilityImpl: onStart
2022-07-22 10:17:12.595 852-1102/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 Jul 7 2022 10:23:09
2022-07-22 10:17:12.595 852-1102/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:12.597 31716-32053/? D/DeviceHelper: isDeviceLocked = true
2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: checking device lock status : 1
2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: Setting device state to Locked
2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: Start sleep timeout. Now:736122.929412, Timeout:736124.929412
2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for durationUs
2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for csd-1
2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for channel-mask
2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: c2 config diff is c2::u32 raw.channel-count.value = 2
2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 1107298332.
2022-07-22 10:17:12.604 18034-8768/? D/CCodec: setup formats input: AMessage(what = 0x00000000) = {
int32_t channel-count = 2
int32_t max-input-size = 32768
string mime = "audio/vorbis"
int32_t sample-rate = 48000
} and output: AMessage(what = 0x00000000) = {
int32_t channel-count = 2
string mime = "audio/raw"
int32_t sample-rate = 48000
int32_t channel-mask = 3
}
2022-07-22 10:17:12.604 18034-8768/? I/MediaCodec: MediaCodec will operate in async mode
2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 1342179345.
2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 2415921170.
2022-07-22 10:17:12.606 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] Created input block pool with allocatorID 16 => poolID 33 - OK (0)
2022-07-22 10:17:12.606 845-1047/? D/BufferPoolAccessor: bufferpool2 0x2fa3e07830 : 0(0 size) total buffers - 0(0 size) used buffers - 10/13 (recycle/alloc) - 3/12 (fetch/transfer)
2022-07-22 10:17:12.606 845-1047/? D/BufferPoolAccessor: Destruction - bufferpool2 0x2fa3e07830 cached: 0/0M, 0/0% in use; allocs: 13, 77% recycled; transfers: 12, 75% unfetced
2022-07-22 10:17:12.606 18034-18298/? D/BufferPoolAccessor: bufferpool2 0xeee9a410 : 0(0 size) total buffers - 0(0 size) used buffers - 8/19 (recycle/alloc) - 11/30 (fetch/transfer)
2022-07-22 10:17:12.606 18034-18298/? D/BufferPoolAccessor: Destruction - bufferpool2 0xeee9a410 cached: 0/0M, 0/0% in use; allocs: 19, 42% recycled; transfers: 30, 63% unfetced
2022-07-22 10:17:12.607 18034-8768/? I/CCodecBufferChannel: [c2.android.vorbis.decoder#941] Created output block pool with allocatorID 16 => poolID 489 - OK
2022-07-22 10:17:12.607 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] Configured output block pool ids 489 => OK
2022-07-22 10:17:12.607 852-1102/? I/DeadlockObserver: Init SUCCESS
2022-07-22 10:17:12.607 852-8777/? I/DeadlockObserver: MainLoop starting
2022-07-22 10:17:12.608 852-1102/? I/RuntimeIPCServiceClient: Using OS RuntimeIPC Service
2022-07-22 10:17:12.608 852-8778/? I/AsyncTaskMgr: MainLoop starting
2022-07-22 10:17:12.608 852-1102/? I/AsyncTaskMgr: Init SUCCESS
2022-07-22 10:17:12.608 852-1102/? I/ServerStateMgr: Init
2022-07-22 10:17:12.608 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Methods->GetConnectInfo
2022-07-22 10:17:12.609 817-26895/? I/RuntimeIPCService: CreateBrokerConnection: 852:native_process.system:/system/bin/trackingservice
2022-07-22 10:17:12.610 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Helper.Init
2022-07-22 10:17:12.610 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling InitBrokerHandler
2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Success
2022-07-22 10:17:12.613 852-1102/? I/ServerStateMgr: Init
2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServiceClient: IPCMainLoopHandler: Init SUCCESS
2022-07-22 10:17:12.613 852-1102/? I/ServerStateBuffer: MaxEntries=64 MaxBufferSize=32768 StateBufferOffset=2600
2022-07-22 10:17:12.613 852-1102/? I/ServerStateMgr: Init
2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServerMgr: RegisterServer: SUCCESS: native_process.system:/system/bin/trackingservice (SlamAnchorServer)
2022-07-22 10:17:12.613 852-1102/? I/[CT]: SpatialPersistenceCapabilityImpl: onStart
2022-07-22 10:17:12.617 760-8753/? I/SyncBossFW: 1689144 [info ] {APPI}: Enabling IMU
2022-07-22 10:17:12.618 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.02ms>
2022-07-22 10:17:12.621 845-8772/? D/SimpleC2Component: Using output block pool with poolID 489 => got 489 - 0
2022-07-22 10:17:12.622 852-1102/? I/TrackingService: [ iot] SLEEP -> STANDBY transition time: 60 ms
2022-07-22 10:17:12.623 852-8783/? D/TrackingService: starting IOT motion thread, imu batch dispatch enabled=false
2022-07-22 10:17:12.624 760-8753/? I/SyncBossFW: 1689148 [info ] {APPI}: Enabling magnetometer
2022-07-22 10:17:12.624 760-8753/? I/SyncBossFW: 1689149 [info ] {APPI}: Enabling mag streaming. Temperature comp enabled
2022-07-22 10:17:12.645 852-1102/? I/[CT]: ConstellationTrackingCapabilityTranslation: onStart
2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:12.647 852-1102/? I/TrackingService: ConstellationTrackingGlue: setEnableExtendedDeadreckoning to false
2022-07-22 10:17:12.647 852-1102/? I/TrackingService: [ constellation] SLEEP -> STANDBY transition time: 24 ms
2022-07-22 10:17:12.647 852-1102/? I/TrackingService: [ hand] SLEEP -> STANDBY transition time: 0 ms
2022-07-22 10:17:12.660 852-1102/? I/[CT]: ObjectTrackingCapabilityTranslation: onStart
2022-07-22 10:17:12.660 852-1102/? I/[CT]: KEYBOARD: ObjectTrackingEngine::onStart() - Current State: Configured.
2022-07-22 10:17:12.660 852-1102/? I/TrackingService: [ object] SLEEP -> STANDBY transition time: 12 ms
2022-07-22 10:17:12.660 760-8753/? W/SyncBossFW: 1689186 [warning] {SPTH}: [rate_lim=1000] Big IMU diff (404695058us)
2022-07-22 10:17:12.662 852-1102/? I/TrackingService: [ controller] SLEEP -> STANDBY transition time: 2 ms
2022-07-22 10:17:12.662 852-1102/? I/[CT]: ExposureControlCapabilityImpl: onStart
2022-07-22 10:17:12.662 852-1102/? I/TrackingService: [ExposureControl] SLEEP -> STANDBY transition time: 0 ms
2022-07-22 10:17:12.662 852-1100/? D/TrackingService: setPowerState: STANDBY
2022-07-22 10:17:12.662 852-1100/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
2022-07-22 10:17:12.662 852-1100/? D/SensorClientUtils: Setting power state to RUNNING
2022-07-22 10:17:12.662 760-760/? D/SensorService: ControllerProvider: acquiring StreamingClient impl; approx # alive: 2
2022-07-22 10:17:12.662 760-760/? D/libsensorscommon: ControllerProvider: acquiring StreamingClient hidl
2022-07-22 10:17:12.662 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
2022-07-22 10:17:12.662 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected update-required mcnt=0])
2022-07-22 10:17:12.662 852-1100/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
2022-07-22 10:17:12.663 852-1102/? I/TrackingService: [ vision_manager] STANDBY -> RUNNING transition time: 0 ms
2022-07-22 10:17:12.663 18037-18050/? I/audio_hw_primary: getting vr mode to 0
2022-07-22 10:17:12.664 852-8788/? D/RemoteService: RemoteService - Registering status callback
2022-07-22 10:17:12.664 18033-3951/? I/AudioPolicyManagerCustom: VR mode is 0, switch to primary output if request is for fast|raw
2022-07-22 10:17:12.664 852-1102/? I/TrackingService: [ iad] STANDBY -> RUNNING transition time: 1 ms
2022-07-22 10:17:12.664 852-1102/? I/TrackingService: [ bolt] STANDBY -> RUNNING transition time: 0 ms
2022-07-22 10:17:12.664 18033-3951/? I/AudioPolicyManagerCustom: FLAG None hence request for a primary output
2022-07-22 10:17:12.664 18033-3951/? D/AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000
2022-07-22 10:17:12.665 18033-3951/? D/AF::TrackHandle: OpPlayAudio: not muting track:108 flags 0xc40 have FLAG_BYPASS_INTERRUPTION_POLICY
2022-07-22 10:17:12.667 760-8755/? W/SensorService: Data for sensor type HMD_MAG dropped because of failure to update clock drift from vsync. 1 drops in the last 0s.
2022-07-22 10:17:12.658 760-760/? W/sensors@1.0-ser: type=1400 audit(0.0:1597): avc: denied { getattr } for path="/proc/852" dev="proc" ino=16462 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:trackingserver:s0 tclass=dir permissive=0
2022-07-22 10:17:12.670 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
2022-07-22 10:17:12.671 18037-19747/? D/audio_hw_primary: start_output_stream: enter: stream(0xef239000)usecase(1: low-latency-playback) devices(0x2) is_haptic_usecase(0)
2022-07-22 10:17:12.671 18037-19747/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:17:12.671 18037-19747/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:12.671 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:12.671 18037-19747/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
2022-07-22 10:17:12.671 18037-19747/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:12.672 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:12.672 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 1
2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
2022-07-22 10:17:12.672 18037-19747/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:12.672 18037-19747/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
2022-07-22 10:17:12.672 18037-19747/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2022-07-22 10:17:12.672 18037-19747/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device =
2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: (75) check_usecases curr device: speaker, usecase device: backends match 0
2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2022-07-22 10:17:12.672 18037-19747/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:17:12.672 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2022-07-22 10:17:12.672 18037-19747/? D/audio_route: Apply path: speaker
2022-07-22 10:17:12.674 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] buffers after EOS ignored (0 us)
2022-07-22 10:17:12.675 18034-8768/? I/chatty: uid=1013(media) NPDecoder-CL identical 1 line
2022-07-22 10:17:12.675 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] buffers after EOS ignored (0 us)
2022-07-22 10:17:12.677 18037-19747/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24 and above bits playback on speaker ONLY at default sampling rate
2022-07-22 10:17:12.677 18037-19747/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
2022-07-22 10:17:12.677 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:12.677 18034-8766/? D/AudioTrack: stop(85): called with 11233 frames delivered
2022-07-22 10:17:12.677 18037-19747/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:17:12.677 18037-19747/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69943, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 43
2022-07-22 10:17:12.677 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:12.677 18037-19747/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:17:12.677 18037-19747/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11137, sample rate = 48000, afe_sample_rate = 48000
2022-07-22 10:17:12.677 18037-19747/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:17:12.677 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69943]
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:17:12.678 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:12.678 18037-19747/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:17:12.678 18037-19747/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2022-07-22 10:17:12.678 18037-19747/? D/audio_route: Apply path: low-latency-playback
2022-07-22 10:17:12.678 18037-19747/? D/audio_hw_primary: select_devices: done
2022-07-22 10:17:12.699 18037-19747/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9
2022-07-22 10:17:12.699 18037-19747/? D/msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
2022-07-22 10:17:12.700 18037-19747/? D/audio_hw_primary: start_output_stream: exit
2022-07-22 10:17:12.700 18037-19747/? D/audio_hw_primary: out_write: retry previous failed cal level set
2022-07-22 10:17:12.700 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:12.772 18752-18780/? I/StateMachine: StateMachine::Update GuardianInitializationStateMachine: mountEvent -> MountedTransition_Black
2022-07-22 10:17:12.772 18752-18780/? I/GuardianSystem: Headset was mounted
2022-07-22 10:17:12.772 18752-18780/? I/GuardianSystem: Start pushing black after mount.
2022-07-22 10:17:12.772 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
2022-07-22 10:17:12.816 760-8753/? I/SyncBossFW: 1689342 [info ] {BCAM}: OV7251 sensors found - 0xf
2022-07-22 10:17:12.841 760-8753/? I/SyncBossFW: 1689368 [info ] {APPI}: Camera probe, found: 0xf
2022-07-22 10:17:12.853 760-760/? I/HollywoodCameraProvider: [HollywoodCameraProvider] Set cameras to 10 bpp (format 0x00000007)
2022-07-22 10:17:12.858 760-964/? W/SyncBossHAL: [warning] pulsar_manager_type_info.c(23): Unexpected pulsar hardware type received: 0. Cannot retrieve type info (old unsupported device?)
2022-07-22 10:17:12.860 760-964/? I/chatty: uid=1000(system) sb_pulsar identical 14 lines
2022-07-22 10:17:12.861 760-964/? W/SyncBossHAL: [warning] pulsar_manager_type_info.c(23): Unexpected pulsar hardware type received: 0. Cannot retrieve type info (old unsupported device?)
2022-07-22 10:17:12.861 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(791): No IRLED tracked controllers connected/ready
2022-07-22 10:17:12.896 852-1102/? I/[CT]: InsideOutTrackingCapabilityTranslation: onResume
2022-07-22 10:17:12.897 852-1102/? I/[CT]: TELEMETRY_COLLECTOR: Starting periodic telemetry polling...
2022-07-22 10:17:12.898 852-1102/? I/[CT]: NIMBLE:HLOG: NimbleTelemetryAggregator::populateTelemetry
2022-07-22 10:17:12.901 852-1102/? I/[CT]: VisionInterface: Activating IO Engine
2022-07-22 10:17:12.901 852-1102/? I/[CT]: VIPER:MAP_MANAGER: Map Manager: STANDBY -> RUNNING
2022-07-22 10:17:12.901 852-1102/? I/[CT]: InternalAnchorApiServerCapabilityImpl: onResume
2022-07-22 10:17:12.901 852-1102/? I/[CT]: SpatialPersistenceCapabilityImpl: onResume
2022-07-22 10:17:12.901 852-1102/? I/TrackingService: [ iot] STANDBY -> RUNNING transition time: 237 ms
2022-07-22 10:17:12.901 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
2022-07-22 10:17:12.888 760-760/? W/sensors@1.0-ser: type=1400 audit(0.0:1598): avc: denied { getattr } for path="/proc/852" dev="proc" ino=16462 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:trackingserver:s0 tclass=dir permissive=0
2022-07-22 10:17:12.902 760-8753/? I/SyncBossFW: 1689427 [info ] {APPI}: Starting camera streaming
2022-07-22 10:17:12.902 760-8753/? I/SyncBossFW: 1689428 [info ] {BCAM}: Camera streaming started
2022-07-22 10:17:12.903 760-760/? I/FrameSetDispatcher: [CONTROLLER] Client thread started
2022-07-22 10:17:12.903 760-760/? I/CameraClientManager: [CONTROLLER] Added client - started clients: 1
2022-07-22 10:17:12.903 852-1102/? I/[CT]: ConstellationTrackingCapabilityTranslation: onResume
2022-07-22 10:17:12.903 852-1102/? I/TrackingService: ConstellationTrackingGlue: setEnableExtendedDeadreckoning to false
2022-07-22 10:17:12.903 852-1102/? I/TrackingService: [ constellation] STANDBY -> RUNNING transition time: 2 ms
2022-07-22 10:17:12.903 852-1102/? I/TrackingService: [ hand] STANDBY -> RUNNING transition time: 0 ms
2022-07-22 10:17:12.904 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
2022-07-22 10:17:12.888 760-760/? W/sensors@1.0-ser: type=1400 audit(0.0:1599): avc: denied { getattr } for path="/proc/852" dev="proc" ino=16462 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:trackingserver:s0 tclass=dir permissive=0
2022-07-22 10:17:12.905 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:12.905 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 2
2022-07-22 10:17:12.905 852-1102/? I/[CT]: ObjectTrackingCapabilityTranslation: onResume
2022-07-22 10:17:12.905 852-1102/? I/TrackingService: [ object] STANDBY -> RUNNING transition time: 1 ms
2022-07-22 10:17:12.905 852-1102/? I/TrackingService: [ controller] STANDBY -> RUNNING transition time: 0 ms
2022-07-22 10:17:12.913 793-793/? D/SurfaceFlinger: setCacPowerMode: mode=2
2022-07-22 10:17:12.913 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
2022-07-22 10:17:12.913 793-793/? I/HWC2: Creating virtual display
2022-07-22 10:17:12.898 760-760/? W/sensors@1.0-ser: type=1400 audit(0.0:1600): avc: denied { getattr } for path="/proc/852" dev="proc" ino=16462 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:trackingserver:s0 tclass=dir permissive=0
2022-07-22 10:17:12.913 852-1102/? I/TrackingService: Setting initial exposure: 0.005000, initial gain: 3.000000
2022-07-22 10:17:12.914 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
2022-07-22 10:17:12.915 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:12.915 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 3
2022-07-22 10:17:12.915 766-1055/? I/SDM: HWCVirtualDisplayFactory::Create: Created DPU based virtual display
2022-07-22 10:17:12.915 852-1102/? I/[CT]: ExposureControlCapabilityImpl: onResume
2022-07-22 10:17:12.916 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=4
2022-07-22 10:17:12.916 852-1102/? I/TrackingService: [ExposureControl] STANDBY -> RUNNING transition time: 10 ms
2022-07-22 10:17:12.916 852-1100/? D/TrackingService: setPowerState: RUNNING
2022-07-22 10:17:12.916 18097-18248/? V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
2022-07-22 10:17:12.916 18097-18248/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
2022-07-22 10:17:12.916 18034-1844/? D/NuPlayerDriver: reset(0xeee2e5a0) at state 6
2022-07-22 10:17:12.917 766-1055/? W/SDM: HWDeviceDRM::PopulateDisplayAttributes: Driver doesn't report panel physical width and height - defaulting to 320dpi
2022-07-22 10:17:12.918 766-1055/? I/chatty: uid=1000(system) HwBinder:766_2 identical 34 lines
2022-07-22 10:17:12.918 766-1055/? W/SDM: HWDeviceDRM::PopulateDisplayAttributes: Driver doesn't report panel physical width and height - defaulting to 320dpi
2022-07-22 10:17:12.918 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 4096x2160-1 for Virtual
2022-07-22 10:17:12.918 766-1055/? I/SDM: HWCDisplay::UpdateConfigs: num_configs = 1
2022-07-22 10:17:12.920 766-1055/? I/SDM: HWCDisplay::Init: Display created with id: 1, game_supported_: 0
2022-07-22 10:17:12.920 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x3664-1 for Virtual
2022-07-22 10:17:12.920 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x3664 cur_mode_index 2
2022-07-22 10:17:12.920 766-1055/? I/SDM: InitHDRinterface():127 HDR init done
2022-07-22 10:17:12.921 766-1055/? I/SDM: HDRIntfClient::GetParameter: Version info is: 2.0
2022-07-22 10:17:12.921 766-1055/? I/SDM: StrategyImpl::InitializeHdrInfo: HDRLib version = 2.0
2022-07-22 10:17:12.921 766-1055/? I/SDM: Deinit():195 HDR De-init done
2022-07-22 10:17:12.921 766-1055/? I/SDM: ResourceImpl::RegisterDisplay: Registering display 47-2 with hw_block 47-4
2022-07-22 10:17:12.921 766-1055/? I/SDM: InitHDRinterface():127 HDR init done
2022-07-22 10:17:12.922 766-1055/? I/SDM: HDRIntfClient::GetParameter: Version info is: 2.0
2022-07-22 10:17:12.922 766-1055/? I/SDM: panel_HDMI_sink_load():30 panel's peak brightness isn't unreasonably, should be in unit of nits. Default val is used!
2022-07-22 10:17:12.922 766-1055/? I/SDM: ColorIntfClient::Init: Init successful
2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x3664]
2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayBase::SetDisplayState: Set state = 1, display 47-2, teardown = 0
2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCVirtualDisplayFactory::Create: Creating virtual display: w: 1920 h:3664 format:0x1
2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCSession::CreateVirtualDisplayObj: Created virtual display id:1 with res: 1920x3664
2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCSession::CreateVirtualDisplay: Created virtual display id:1, res: 1920x3664
2022-07-22 10:17:12.923 793-793/? I/HWC2: Created virtual display
2022-07-22 10:17:12.923 760-8755/? W/SensorService: Data for sensor type HMD_FSIN dropped because of failure to update clock drift from vsync. 1 drops in the last 0s.
2022-07-22 10:17:12.924 793-793/? D/SurfaceFlinger: Finished setting power mode 2 on display 19261214226499457
2022-07-22 10:17:12.924 18097-18243/? D/SurfaceControl: Excessive delay in setPowerMode()
2022-07-22 10:17:12.924 18097-18136/? W/PowerManagerService: Screen on took 398 ms
2022-07-22 10:17:12.926 18424-18424/? D/VrEmptyLockscreen: showLockscreen() called
2022-07-22 10:17:12.927 18424-18424/? D/UserSwitchHelper: hide()
2022-07-22 10:17:12.927 856-3727/? D/VrApiService: refresh-rate changed to 72Hz
2022-07-22 10:17:12.927 18663-18663/? I/Vsync: Opened /sys/class/drm/sde-crtc-0/lineptr_event
2022-07-22 10:17:12.927 18663-18663/? I/CompositorTiming: ---------------- CompositorTiming::Init ----------------
2022-07-22 10:17:12.927 18663-18663/? I/CompositorVR: Application context EGL_CONTEXT_CLIENT_VERSION = 3
2022-07-22 10:17:12.927 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: createSurface( vr_compositor, 3664, 1920 )
2022-07-22 10:17:12.928 18424-8810/? I/VrApi: ---------- vrapi_EnterVrMode [start] ----------
2022-07-22 10:17:12.928 18424-8810/? I/VrRuntimeClient: Tracing is disabled
2022-07-22 10:17:12.928 18424-8810/? I/VrRuntimeClient: SysProp debug mode is disabled on Client side
2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: getSurfaceWindow returned 0x7ec68e9010
2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: frontBufferWidth = 3664
2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: frontBufferHeight = 1920
2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR: createSurface( vr_compositor, 3664, 1920 )
2022-07-22 10:17:12.928 18663-8811/? I/CompositorVR: WarpThreadInit()
2022-07-22 10:17:12.929 18034-8757/? D/NuPlayerDriver: notifyResetComplete(0xeee2e5a0)
2022-07-22 10:17:12.930 845-13631/? V/C2Store: in ~ComponentModule
2022-07-22 10:17:12.930 845-13631/? V/C2Store: unloading dll
2022-07-22 10:17:12.930 18034-1844/? W/AMessage: failed to post message as target looper for handler 0 is gone.
2022-07-22 10:17:12.931 18424-8810/? D/VrApi: targetSDKVersion 29
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest 2
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE OS VERSION = 10
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: API LOADER VERSION = 1.56.0
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: RUNTIME API VERSION = 1.59.0
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: RUNTIME VERSION = 42.0.0.130.250 Jul 7 2022 10:22:23 RELEASE
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP NAME = com.oculus.os.vrlockscreen
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP VERSION = 10 versionCode 29 internalVersionName <none>
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP VR TYPE = <none>
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP MODE TYPE = <none>
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP PACKAGE NAME = com.oculus.os.vrlockscreen
2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.oculus.os.DialogContext
2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Initializing head tracking
2022-07-22 10:17:12.932 18424-8810/? D/OsSdk: TrackingServiceConnection ctor
2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Head tracker != nullpointer 0x7ebcb5ecd8, 1
2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Initializing controller tracking
2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Controller tracker != nullpointer 0x7f203f65d0, 1
2022-07-22 10:17:12.932 18424-8810/? D/BatteryReceiver: Registering battery receiver
2022-07-22 10:17:12.936 852-8783/? I/[CT]: TIMESTAMPCHECKER: Received first IMU-IOHM capture timestamp: 1689.463129000 [sec]
2022-07-22 10:17:12.936 852-8783/? W/[CT]: VisionInterface: [Throttled count=16] Delayed IMU measurements detected! Capture Time: 736123.249931317 [sec], Arrival Time: 736123.268706189 [sec], Time Delta: 0.018774872 [sec]
2022-07-22 10:17:12.937 18424-8810/? D/HeadsetReceiver: getCurrentHeadsetState: false
2022-07-22 10:17:12.937 852-8783/? W/[CT]: VIPER: dropping gyro data, because accelerometer cannot be interpolated.
2022-07-22 10:17:12.937 18424-8810/? I/DeviceStatus: nativeHeadsetEvent(0)
2022-07-22 10:17:12.937 852-8783/? W/[CT]: VIPER: dropping gyro data, because accelerometer cannot be interpolated.
2022-07-22 10:17:12.937 852-8783/? I/[CT]: VisionInterface: HMD Tracking switching to 3dof (from unknown) - Engine State: Running
2022-07-22 10:17:12.944 18424-8810/? I/VrRuntimeClient: SetCompositorClientFeatureFlag ClientFeatureFlag 0
2022-07-22 10:17:12.945 18752-8454/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:12.945 18424-8810/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:12.945 18424-8810/? I/RuntimeIPCClientMgr: InitServerStateForGroup: SUCCESS. 0, Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:12.945 18424-8810/? I/LogTimer: CPUTIME: VrRuntimeClient_BeginSession took 17.5824 ms
2022-07-22 10:17:12.946 18424-8810/? I/ClientInputInterface: DEADRECKONING SetControllerTrackingExtendedDeadreckoning 0
2022-07-22 10:17:12.946 18424-8810/? I/ClientInputSettings: HANDTRACKING package name is com.oculus.os.vrlockscreen
2022-07-22 10:17:12.947 18424-8810/? I/ClientInputSettings: HANDTRACKING: Manifest Permission request for com.oculus.os.vrlockscreen
2022-07-22 10:17:12.948 18424-8810/? I/ClientInputSettings: HANDTRACKING: 'com.oculus.os.vrlockscreen' Is hands or controller.
2022-07-22 10:17:12.948 18424-8810/? I/ClientInputSettings: HANDTRACKING: feature flag set to 2
2022-07-22 10:17:12.948 18424-8810/? I/ClientInputInterface: HANDTRACKING sethandmanifest 2
2022-07-22 10:17:12.948 18424-8810/? D/InputHooksJava: Enabling Java Input Hooks
2022-07-22 10:17:12.948 18424-8810/? I/InputDeviceManager: ovrInputDeviceManager::Initialize
2022-07-22 10:17:12.948 18424-8810/? D/OsSdk: TrackingServiceConnection registered
2022-07-22 10:17:12.949 18424-8812/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
2022-07-22 10:17:12.949 18424-8812/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
2022-07-22 10:17:12.949 852-8783/? I/[CT]: TIMESTAMPCHECKER: Identified IMU-IOHM sampling rate: 1011.12 Hz
2022-07-22 10:17:12.950 852-8212/? D/TrackingService: getSharedMemory: com.oculus.os.vrlockscreen, HeadTracker
2022-07-22 10:17:12.950 18424-8810/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:12.951 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.951 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.951 18424-8810/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:12.951 18424-8810/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:12.952 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.952 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.953 18424-8810/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:12.953 18424-8810/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_RESET_WINDOW_FULLSCREEN = 1
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_NATIVE_WINDOW = 1
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_FRONT_BUFFER_SRGB = 0
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_PHASE_SYNC = 0
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_APP_SPACE_WARP = 0
2022-07-22 10:17:12.953 18424-8810/? I/VrRuntimeClient: SetPhaseSyncMode 0
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: PhaseSync disabled
2022-07-22 10:17:12.953 18424-8810/? I/VrApi: HMD sensor attached.
2022-07-22 10:17:12.953 18424-8810/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.oculus.os.vrlockscreen:1000
2022-07-22 10:17:12.953 18424-8810/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1582 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.oculus.vrapi.VrRuntimeClient.pokeGuardianUserServiceForThisClient:428 com.oculus.vrapi.VrRuntimeClient.safePokeGuardianUserServiceForThisClient:393
2022-07-22 10:17:12.954 18752-18752/? D/VrGuardianUserService: onStartCommandIntent { act=FOREGROUND_CLIENT cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService (has extras) }
2022-07-22 10:17:12.954 18424-8810/? D/VrRuntimeClient: VrRuntimeClient: getClientWindow: dialog client
2022-07-22 10:17:12.954 18752-18752/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
2022-07-22 10:17:12.954 18752-18752/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
2022-07-22 10:17:12.955 18752-18752/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
2022-07-22 10:17:12.955 18752-18752/? I/VrGuardianService: nativeSetCurrentUser userid = 10
2022-07-22 10:17:12.955 18752-18752/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
2022-07-22 10:17:12.955 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x7f2046eac0, 2, com.oculus.os.vrlockscreen
2022-07-22 10:17:12.961 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8811, pol=5, pri=2 ) succeeded
2022-07-22 10:17:12.962 18663-8811/? I/CompositorVR_EGL: Context is EGL_CONTEXT_PRIORITY_HIGH_IMG
2022-07-22 10:17:12.963 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.964 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.964 852-8783/? I/[CT]: TIMESTAMPCHECKER: Received first Magnetometer-IOHM capture timestamp: 1689.491926000 [sec]
2022-07-22 10:17:12.965 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.965 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.971 18663-8811/? I/DirectRender: 0x7fb734b960 DirectRender::Init()
2022-07-22 10:17:12.971 18663-8811/? I/DirectRender: Performing an initial swapbuffers.
2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: surface size: 3664 x 1920
2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Supports KHR_mutable_render_buffer!
2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Set EGL_RENDER_BUFFER to EGL_SINGLE_BUFFER
2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Setting auto refresh on surface 0x7ec54d0c00 to 1
2022-07-22 10:17:12.973 18663-8811/? I/DirectRender: Adreno GPU
2022-07-22 10:17:12.973 18663-8811/? I/CompositorVR: Viewport updated HO: 0 VO: 0 W: 3664 H: 1920
2022-07-22 10:17:12.973 18663-8811/? I/CompositorVR: CompositorVR::LoadHmdInfoMesh
2022-07-22 10:17:12.973 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:12.974 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.974 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.975 18663-8811/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:12.975 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:12.976 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.976 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.977 18663-8811/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:12.977 18663-8811/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:12.977 18663-8811/? I/DistortionMesh: LoadDistortionMeshFromMemory
2022-07-22 10:17:12.981 760-8794/? W/SensorService: frameset capture timestamp out of spec by -1689464.80 ms. FrameType=HEADSET, observed=1689498134000 expected=33333000. FrameSyncPeriod is: 33.33 ms
2022-07-22 10:17:12.981 852-8808/? W/[CT]: EXPCTRL: [Throttled count=1] Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:17:12.982 18663-8811/? I/DistortionMesh: distortion mesh clipping saved 14.77% fill
2022-07-22 10:17:12.982 852-8798/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-IOHM capture timestamp: 1689.498134000 [sec]
2022-07-22 10:17:12.983 852-8798/? W/[CT]: VIPER: [Throttled count=33] StateBuffer: Could not get velocity from buffer. Not currently tracking in 6dof.
2022-07-22 10:17:12.983 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:12.983 852-8752/? I/[CT]: boltlib: DSP utilization: 0.00 % (14 / 525345 ms)
2022-07-22 10:17:12.985 852-8798/? I/[CT]: VegaTracker: [Throttled count=8] Performing big search to recover from bad map tracking or new reloc.
2022-07-22 10:17:12.988 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.988 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:12.989 18663-8811/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:12.990 18663-8811/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:12.991 18663-8811/? I/DistortionMesh: LoadDistortionMeshFromMemory
2022-07-22 10:17:12.994 852-8798/? W/[CT]: F2F_TRACKER: Descriptor Matching | No active tracks available. Skipping matching!
2022-07-22 10:17:12.994 852-8798/? W/[CT]: F2F_TRACKER: Low ratio of valid tracks for available capacity (0/300=0.00<0.50). Verify corner detection and track creation!
2022-07-22 10:17:12.994 852-8798/? W/[CT]: VegaTrackTracker: Frame-to-frame tracker returned 0 track measurements
2022-07-22 10:17:12.994 852-8798/? I/[CT]: VIPER:VIO: VIO refused to initialize: VIO did not try to initialize, most likely because not enough frames have been added.
2022-07-22 10:17:12.995 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:12.995 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:12.997 852-8798/? W/[CT]: VIPER: Mode=Vega,Status=3DoF,INITIALIZING,Inl=-1,Mem=77.5,Jit=0.0mm,Issues(Cam/min=5.2,IMU/min=0.0),Exp=(5.0ms,g=3.0,I=102,Ir=6822.3)(5.0ms,g=3.0,I=40,Ir=2716.0)(5.0ms,g=3.0,I=30,Ir=2058.5)(5.0ms,g=3.0,I=60,Ir=4057.8)
2022-07-22 10:17:12.998 852-8804/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-CHM capture timestamp: 1689.516438000 [sec]
2022-07-22 10:17:12.998 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
2022-07-22 10:17:13.008 18663-8811/? I/DistortionMesh: distortion mesh clipping saved 14.62% fill
2022-07-22 10:17:13.009 18663-8811/? I/CompositorVR: High quality distortion mesh dimensions: 57x60 in 0.025895
2022-07-22 10:17:13.009 18663-8811/? I/CompositorVR: No Timewarp Decenter Correction
2022-07-22 10:17:13.009 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:13.010 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:13.010 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:13.010 18663-8811/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:13.011 18663-8811/? I/SpaceWarp: ASW: TextureLensLut updated with ipd 0.063091
2022-07-22 10:17:13.011 18663-8811/? I/SpaceWarp: ASW: SpaceWarp instance created
2022-07-22 10:17:13.016 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.017 852-8798/? I/[CT]: VIPER:MAP_MANAGER_INTERNAL: Adding 3 maps to Slam. UUIDs: 55987ef3-fa6e-702c-9cb1-816f7ef48704 256e665c-18ac-713a-7555-4accd2312abc 5e90241e-f7ba-c855-10c8-c67a9ff2ad56.
2022-07-22 10:17:13.017 852-8798/? I/[CT]: VIPER:MAP: Active camera geometries already in map. Re-using 4 of them.
2022-07-22 10:17:13.017 852-8798/? I/[CT]: VIPER:MAPPER: == Adding new map: 55987ef3-fa6e-702c-9cb1-816f7ef48704 @ Context 0 ==
2022-07-22 10:17:13.017 852-8798/? I/[CT]: VIPER:MAPPER: Created locMapData for 55987ef3-fa6e-702c-9cb1-816f7ef48704. Took 0.047135mS to generate covis info and 0.147917mS to generate point data. Data uses 15.28125 KiB
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAPPER: == Switching to : 55987ef3-fa6e-702c-9cb1-816f7ef48704 @ Context 0 ==
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:smile:ESCRIPTORSEARCHINDEXCACHE: Adding map 55987ef3-fa6e-702c-9cb1-816f7ef48704 with 222 points and 0 descriptors.
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAP: Active camera geometries already in map. Re-using 4 of them.
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAPPER: == Adding new map: 256e665c-18ac-713a-7555-4accd2312abc @ Context 1 ==
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAPPER: Created locMapData for 256e665c-18ac-713a-7555-4accd2312abc. Took 0.040573mS to generate covis info and 0.165885mS to generate point data. Data uses 24.0390625 KiB
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:smile:ESCRIPTORSEARCHINDEXCACHE: Adding map 256e665c-18ac-713a-7555-4accd2312abc with 264 points and 0 descriptors.
2022-07-22 10:17:13.018 18663-8811/? I/IpdNotifier: Initial Ipd: 0.063000
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAP: Active camera geometries already in map. Re-using 4 of them.
2022-07-22 10:17:13.018 852-8798/? I/[CT]: VIPER:MAPPER: == Adding new map: 5e90241e-f7ba-c855-10c8-c67a9ff2ad56 @ Context 2 ==
2022-07-22 10:17:13.018 18663-8811/? I/ScreenCaptureArStatistics: Entering ScreenCaptureArStatistics
2022-07-22 10:17:13.018 18663-8811/? I/ScreenCaptureVideo: Entering ScreenCaptureVideo
2022-07-22 10:17:13.018 18663-8811/? I/ScreenCaptureVideo: ScreenCaptureVideo::fullRateCapture: 0
2022-07-22 10:17:13.019 852-8798/? I/[CT]: VIPER:MAPPER: Created locMapData for 5e90241e-f7ba-c855-10c8-c67a9ff2ad56. Took 0.255782mS to generate covis info and 0.205417mS to generate point data. Data uses 35.453125 KiB
2022-07-22 10:17:13.020 852-8798/? I/[CT]: VIPER:smile:ESCRIPTORSEARCHINDEXCACHE: Adding map 5e90241e-f7ba-c855-10c8-c67a9ff2ad56 with 373 points and 8261 descriptors.
2022-07-22 10:17:13.020 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x40003:0x0 in 1.6 ms
2022-07-22 10:17:13.022 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 2:0x80041040002:0x0 in 1.5 ms
2022-07-22 10:17:13.023 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 2:0x80041048002:0x0 in 1.4 ms
2022-07-22 10:17:13.025 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 2:0x80141048002:0x0 in 1.4 ms
2022-07-22 10:17:13.025 18663-8811/? I/LogTimer: CPUTIME: TimeWarp_OnGraphicsContextInit took 58.5910 ms
2022-07-22 10:17:13.025 18663-8811/? I/LogTimer: CPUTIME: TimeWarp_WarpThreadInit took 96.0962 ms
2022-07-22 10:17:13.025 18663-8811/? I/CompositorUtil: Waited 0.000 seconds for first vsync.
2022-07-22 10:17:13.025 18663-8811/? I/CompositorVR: WarpThreadInit() - End
2022-07-22 10:17:13.025 18663-8811/? I/CompositorVR: Waited 0.000 seconds for first call to warp swap.
2022-07-22 10:17:13.025 18663-18663/? I/CompositorVR: -------------- CompositorVR() End --------------
2022-07-22 10:17:13.025 18663-8811/? I/CompositorVR: Global CAC is enabled (0x5)
2022-07-22 10:17:13.025 18663-18663/? I/LogTimer: CPUTIME: TimeWarp_Init took 447.5802 ms
2022-07-22 10:17:13.025 18663-18663/? I/ClientMgr: ClientMgr: RESUMING operation
2022-07-22 10:17:13.025 18663-18663/? I/InterstitialRenderer: DisableInterstitialRenderer = 0
2022-07-22 10:17:13.025 18663-18663/? I/TREX: Resuming update thread...
2022-07-22 10:17:13.025 18663-18663/? I/AADT: SetAADTLutDataX: 0
2022-07-22 10:17:13.025 18663-18663/? I/AADT: SetAADTLutDataY: 0
2022-07-22 10:17:13.025 18663-18663/? I/VrRuntimeServer: RuntimeServer: Update system color correction
2022-07-22 10:17:13.025 18663-18663/? I/VrRuntimeServer: RuntimeServer: Update display color contrast
2022-07-22 10:17:13.025 18663-18663/? I/KeyboardTrackingServer_Impl: TRACKEDKEYBOARD ResetStateForSystemResume
2022-07-22 10:17:13.025 18663-18663/? I/KeyboardTrackingServer_Impl: TRACKEDKEYBOARD ClearManagers called on service
2022-07-22 10:17:13.025 18663-18663/? I/ClientMgr: ClientMgr: Resume complete
2022-07-22 10:17:13.026 18663-8451/? I/ClientMgr: EnableRendering2: Calling SetFocusedClient: 873969066
2022-07-22 10:17:13.026 18663-8451/? I/ClientMgr: FocusedClient changed.
2022-07-22 10:17:13.026 18663-8451/? I/ClientMgr: ClientMgr::SetFocusedClient: 18424:com.oculus.os.vrlockscreen type 0
2022-07-22 10:17:13.026 18663-8451/? I/ClientMgr: SetFocusedPackageName - packageName com.oculus.os.vrlockscreen processName com.oculus.os.vrlockscreen clientId 873969066 clientPid 18424
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:32347, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18663-18663/? D/VrRuntimeService: Received broadcast: android.intent.action.SCREEN_ON
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.shellenv:com.oculus.shellenv:31408, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:7998, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.SuspendResumeEvent: 0
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:31716, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.guardian:com.oculus.vrguardianservice:18752, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18752-18780/? I/GuardianPassthroughOnDemand: GuardianPassthroughOnDemand: Initialize DoubleTap callback after resume
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.mrservice:com.oculus.mrservice:18594, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:13.026 18752-18780/? I/GuardianTelemetry: GuardianTelemetry: Start Guardian Telemetry
2022-07-22 10:17:13.026 18663-8451/? I/ClientMgr: ClientMgr::EnableRendering 18424:com.oculus.os.vrlockscreen : type 0 comp-id 21: enable
2022-07-22 10:17:13.026 18663-8451/? I/CompositorVR: CheckDebuggerConnected: debugger 0
2022-07-22 10:17:13.026 18663-8451/? I/VrRuntimeServer: SysProp debug mode is disabled on Server side
2022-07-22 10:17:13.026 18663-18663/? I/VrRuntimeService: nativeScreenStateChanged to on
2022-07-22 10:17:13.026 18663-18663/? I/VrRuntimeService: Previous running state: RUNNING
2022-07-22 10:17:13.026 18752-18780/? I/GuardianTelemetry: OVR::Telemetry Guardian Stats thread started
2022-07-22 10:17:13.026 18752-18780/? I/GuardianSystem: GuardianSystem: RESUMING operation. Seconds elapsed: 525.27
2022-07-22 10:17:13.026 18752-18780/? I/GuardianSystem: 3dof_log: UpdateActiveTrackingMode: 0, 0
2022-07-22 10:17:13.033 18663-8451/? I/UnifiedTelemetryWrapper: Started UT session render:com.oculus.os.vrlockscreen
2022-07-22 10:17:13.034 18424-8810/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1582 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.oculus.vrapi.ScreenCaptureHelper.advertiseStreamablePackage:48 <bottom of call stack>
2022-07-22 10:17:13.041 760-8755/? E/SensorService: HMD IMU samples delayed: 5.561ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:13.042 793-793/? D/SurfaceFlinger: CAC state changed to 5
2022-07-22 10:17:13.042 793-793/? E/SurfaceFlinger: Source layer is null
2022-07-22 10:17:13.043 18424-8810/? I/ScreenCaptureHelper: Advertising com.oculus.os.vrlockscreen as streamable
2022-07-22 10:17:13.043 18663-8451/? I/VrRuntimeService: GetSpecialSwapChain: 873969066
2022-07-22 10:17:13.043 18424-8810/? I/VrApi: Creating Default swapchain
2022-07-22 10:17:13.043 18663-8451/? I/VrRuntimeService: GetSpecialSwapChain: 873969066
2022-07-22 10:17:13.043 18424-8810/? I/VrApi: Creating Loading Icon swapchain
2022-07-22 10:17:13.043 18424-8810/? I/VrApi: OVR::Stats thread started
2022-07-22 10:17:13.043 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::CreateSession
2022-07-22 10:17:13.043 18424-8810/? I/VrApi: Initial BaseVsync 33
2022-07-22 10:17:13.043 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::BeginSession
2022-07-22 10:17:13.043 18424-8810/? I/XrRuntimeSystem_Client: BeginSession
2022-07-22 10:17:13.043 18424-8810/? I/VrApi: ---------- vrapi_EnterVrMode [end] ----------
2022-07-22 10:17:13.043 18424-8810/? I/ClientInputSettings: SetInhibitHandleHomeKey = true for com.oculus.os.vrlockscreen
2022-07-22 10:17:13.043 18424-8810/? I/ClientInputInterface: SetInhibitHandleHomeKey 1 for process com.oculus.os.vrlockscreen 18424
2022-07-22 10:17:13.043 18424-8810/? D/UI: RenderThread started
2022-07-22 10:17:13.043 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
2022-07-22 10:17:13.043 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 16 16 1 1 1 0 14
2022-07-22 10:17:13.044 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x1832-1 for Virtual
2022-07-22 10:17:13.044 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x1832 cur_mode_index 5
2022-07-22 10:17:13.044 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x1832]
2022-07-22 10:17:13.044 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
2022-07-22 10:17:13.044 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
2022-07-22 10:17:13.044 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:13.044 18663-18747/? I/ClientMgr: Non-overlay clients rendering status has changed: prev=40, curr=41, enabled=1
2022-07-22 10:17:13.044 18663-18747/? I/ClientMgr: Primary Client is not valid.
2022-07-22 10:17:13.044 18663-18747/? I/ClientMgr: Primary client determined to be the current enabled client 873969066
2022-07-22 10:17:13.044 18663-18747/? I/ClientMgr: ClientMgr::SetPrimaryCompositorClient: 18424:com.oculus.os.vrlockscreen
2022-07-22 10:17:13.044 18663-18747/? W/ClientMgr: ClientMgr::GetClientPermissionFlagsById: Client missing proper permissions: com.oculus.os.vrlockscreen, 2
2022-07-22 10:17:13.044 18663-18747/? I/TimeWarpClientMgr: Enable client 21
2022-07-22 10:17:13.044 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(21): layer placement(0) flags(1) sm(0x7ed0214010)
2022-07-22 10:17:13.044 18663-18747/? I/ClientMgr: SetPrimaryPackageName - packageName com.oculus.os.vrlockscreen processName com.oculus.os.vrlockscreen clientId 873969066 clientPid 18424
2022-07-22 10:17:13.044 18663-18747/? I/ServiceInputManager: ServiceInputManager::SetPrimaryPackageName 'com.oculus.os.vrlockscreen' 'com.oculus.os.vrlockscreen' updated AnytimeUI processname 1
2022-07-22 10:17:13.044 18663-18747/? D/VrRuntimeService: sendPrimaryPackageChangeBroadcast
2022-07-22 10:17:13.053 18663-8811/? I/Vsync: Vsync 34: 2 x 13.92 ms (72.01 Hz, at 736123.385)
2022-07-22 10:17:13.053 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
2022-07-22 10:17:13.053 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
2022-07-22 10:17:13.054 852-8798/? I/[CT]: VIPER:LOCALIZER_MANAGER: [Throttled count=18] Localization received no current map. Triggering localization!
2022-07-22 10:17:13.055 852-8798/? I/[CT]: VIPER:LOCALIZER_MANAGER: [Throttled count=23] Number of frames to try relocalization on 3 maps: 149
2022-07-22 10:17:13.055 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
2022-07-22 10:17:13.055 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:13.056 852-1302/? I/[CT]: VIPER:LOCALIZER: Extracting non-gravity-aligned descriptors on query.
2022-07-22 10:17:13.056 18663-18747/? I/AADT: SetAADTLutDataX: 0
2022-07-22 10:17:13.056 18663-18747/? I/AADT: SetAADTLutDataY: 0
2022-07-22 10:17:13.056 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
2022-07-22 10:17:13.056 18663-18747/? I/ServiceInputManager: InhibitHandleHomeKey has changed on the service. New value: 1
2022-07-22 10:17:13.056 18663-18747/? I/ServiceInputManager: DEADRECKONING deadReckoning mode on ClientMgr from server is 0
2022-07-22 10:17:13.056 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: -1,-1 -> 0,0
2022-07-22 10:17:13.056 18663-18743/? I/Clocks: ReleaseClocks - start
2022-07-22 10:17:13.057 32347-32488/? I/[SEO] ShellFrameAnalytics: ShellFrame frameFunction: 61020625us/524376954us, trace: 0us/26us, process commands: 0us/6489us, system update: 0us/6134us, render 0us/12193us, post render 0us/0us
2022-07-22 10:17:13.057 32347-32488/? I/[SEO] ShellFrameAnalytics: Shell Heartbeat focusedPanelTimeSpent: {"16":100} visibleTimeSpent: {"15":100,"16":100} inputTimeSpent: {"controller":100} inputClickCount: {} mouseMoveTimeSpent: 0 mouseScrollTimeSpent: 0 physicalKeyboardConnectedTimeSpent: 0 physicalKeyboardTrackedTimeSpent: 0 quickActionsMenuActivations: 0 quickActionsMenuTimeSpent: 0 quickActionsMenuSessionLengths: [] quickActionsMenuSelections: {} handTrackingOptIn: 0 handTrackingAutoTransition: 1
2022-07-22 10:17:13.057 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
2022-07-22 10:17:13.057 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 3 0x8058 1000 1000 1 1 1 0 14
2022-07-22 10:17:13.059 18663-18747/? I/UnifiedTelemetryWrapper: Started UT session don
2022-07-22 10:17:13.059 18663-18747/? I/TimeWarpClientMgr: Enable client 0
2022-07-22 10:17:13.059 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(0): layer placement(2147483643) flags(8) sm(0x7ed05b7160)
2022-07-22 10:17:13.059 18663-18743/? I/Clocks: ReleaseClocks - end (2.9 ms)
2022-07-22 10:17:13.059 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - start
2022-07-22 10:17:13.059 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:13.061 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x48083:0x0 in 1.1 ms
2022-07-22 10:17:13.061 18424-8834/? D/VrApi: targetSDKVersion 29
2022-07-22 10:17:13.062 18424-8834/? I/JniUtils: ovr_GetCurrentPackageSignature
2022-07-22 10:17:13.062 18663-18743/? I/Clocks: CPU levels [0, 4]
2022-07-22 10:17:13.062 18663-18743/? I/Clocks: GPU levels [0, 5]
2022-07-22 10:17:13.062 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - end (2.8 ms)
2022-07-22 10:17:13.062 18424-8834/? I/Metrics: device name = Oculus Quest 2
2022-07-22 10:17:13.065 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
2022-07-22 10:17:13.065 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
2022-07-22 10:17:13.071 18594-18594/? I/[CT]: MIXEDREALITY: MrService: ScreenStateChanged: true
2022-07-22 10:17:13.071 18594-18594/? I/[CT]: MIXEDREALITY: MrService: onWakeup
2022-07-22 10:17:13.073 18918-8842/? I/OSUpdateService: Intent with action system_interactive_changed
2022-07-22 10:17:13.075 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58083:0x0 in 1.2 ms
2022-07-22 10:17:13.077 18506-18506/? E/FuelGaugeCollector: could not read battery_cycle_count
java.io.IOException: Get battery metric file failed for fake_aggregate_cycle_count
at com.oculus.unifiedtelemetry.collectors.FuelGaugeCollector.A34(:136)
at com.oculus.unifiedtelemetry.collectors.CollectorsControl.A31(:99)
at X.oX.onReceive(:164)
at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1556)
at android.app.-$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:886)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7400)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
2022-07-22 10:17:13.078 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
2022-07-22 10:17:13.078 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 1440 1584 1 3 1 0 14
2022-07-22 10:17:13.081 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:13.085 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
2022-07-22 10:17:13.085 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 1440 1584 1 3 1 0 14
2022-07-22 10:17:13.086 18527-18527/? D/OculusNotificationListenerService: Notification posted: 0|com.oculus.horizon|135234|null|10054
2022-07-22 10:17:13.091 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.091 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:13.092 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.SCREEN_ON
2022-07-22 10:17:13.092 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:13.092 31716-31716/? D/[OAO] ShellOverlayService: onScreenStateChanged: true
2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:13.094 31879-32159/? W/PresenceAPKNative(hyperspace_controller_module): is_screen_on: 1
2022-07-22 10:17:13.096 852-8212/? D/TrackingService: getSharedMemory: com.oculus.os.vrlockscreen, Controller
2022-07-22 10:17:13.096 18424-8810/? D/VrRuntimeClient: loadDriverResource - resourceName: 'hand_left'
2022-07-22 10:17:13.100 18424-8810/? I/VrApi_Input: vrapi_GetMeshForHand_Internal: mesh->Header.Version = df000001 mesh->NumVertices = 1360 mesh->NumIndices = 6942
2022-07-22 10:17:13.101 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.SCREEN_ON
2022-07-22 10:17:13.103 18424-8810/? D/VrRuntimeClient: loadDriverResource - resourceName: 'hand_right'
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
command = primaryPackageChanged
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : primaryPackageChanged
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage forceSilentUpdate:0
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage Requested for PackageName:com.oculus.os.vrlockscreen
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage - Package change:0 Previous package:[com.oculus.os.vrlockscreen] immersive app changed:0
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] OverlayFlowController: OnPrimaryPackageChange primaryPackage:com.oculus.os.vrlockscreen immersiveAppChanged:0 forceSilentUpdate:0
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] OverlaySystemUxOsDialogFlow: OverlaySystemUxOsDialogFlow UpdatePrimaryPackage isVrShellPackage:0 isSystemPackage:1
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
command = screenStateChanged
state = 1
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : screenStateChanged
2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: screenStateChanged message received
2022-07-22 10:17:13.105 18424-8810/? I/VrApi_Input: vrapi_GetMeshForHand_Internal: mesh->Header.Version = df000001 mesh->NumVertices = 1360 mesh->NumIndices = 6942
2022-07-22 10:17:13.106 32703-32703/? D/[SUI] NotificationBroadcastReceiver: action: com.oculus.intent.action.NOTIF_CHANGE
2022-07-22 10:17:13.106 31716-31716/? D/VrNotificationAnalytics: logNotificationPosted: key(0|com.oculus.horizon|135234|null|10054), type(first_party_unspecified), isToast(false)
2022-07-22 10:17:13.107 31716-31716/? I/[OAO] VrNotificationListenerService: onNotificationPosted() - key = 0|com.oculus.horizon|135234|null|10054, type = first_party_unspecified, isToast = false, isBlocked with reason = true Blocked by does not contain all markers for a toast notification
2022-07-22 10:17:13.108 31716-31716/? D/[OAO] VrBroadcastReceiver: action: com.oculus.vrshell.intent.action.NOTIFICATION_WAKE
2022-07-22 10:17:13.109 7998-7998/? D/VrNotificationAnalytics: logNotificationPosted: key(0|com.oculus.horizon|135234|null|10054), type(first_party_unspecified), isToast(false)
2022-07-22 10:17:13.109 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
2022-07-22 10:17:13.109 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 64 64 1 3 1 0 14
2022-07-22 10:17:13.110 7998-7998/? I/[OAO] VrNotificationListenerService: onNotificationPosted() - key = 0|com.oculus.horizon|135234|null|10054, type = first_party_unspecified, isToast = false, isBlocked with reason = true Blocked by does not contain all markers for a toast notification
2022-07-22 10:17:13.110 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:13.112 31716-31716/? D/[OAO] VrNotificationService: VrNotificationService onStartCommand() Intent { cmp=com.oculus.vrshell/.VrNotificationService }
2022-07-22 10:17:13.113 18424-8810/? D/UI: Creating window texture with size 725 x 725
2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeService: CreateAndroidSurfaceSwapChain: 873969066
2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeService: CreateAndroidSurfaceSwapChain: 65536 1 32856 725 725 1 1 1 0 0
2022-07-22 10:17:13.113 18663-18731/? I/SwapChain_Surface: CreateAndroidSurfaceSwapChainGLES: 0x7e86457000: SurfaceTexture 0x2b96 Surface 0x2ba6
2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeServer: CreateAndroidSurfaceSwapChain: result surface 0x7e86457000
2022-07-22 10:17:13.114 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
2022-07-22 10:17:13.115 18663-8451/? I/VrRuntimeService: UpdateSwapChainSamplerState: 336
2022-07-22 10:17:13.115 18663-8451/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,1,2,3}
2022-07-22 10:17:13.115 18424-8810/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.oculus.os.vrlockscreen:1000
2022-07-22 10:17:13.115 18424-8810/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1582 android.content.ContextWrapper.startService:669 android.content.ContextWrapper.startService:669 com.oculus.vrapi.VrRuntimeClient.pokeGuardianUserServiceForThisClient:428 com.oculus.vrapi.VrRuntimeClient.safePokeGuardianUserServiceForThisClient:393
2022-07-22 10:17:13.122 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:13.123 18752-18752/? D/VrGuardianUserService: onStartCommandIntent { act=FOREGROUND_CLIENT cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService (has extras) }
2022-07-22 10:17:13.123 18752-18752/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
2022-07-22 10:17:13.124 18752-18752/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
2022-07-22 10:17:13.124 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 4 0 4
2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 5 0 4
2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 8 0 4
2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 9 0 4
2022-07-22 10:17:13.125 18752-18752/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
2022-07-22 10:17:13.125 18752-18752/? I/VrGuardianService: nativeSetCurrentUser userid = 10
2022-07-22 10:17:13.125 18752-18752/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
2022-07-22 10:17:13.125 18424-8853/? I/FenceChecker: FenceChecker::MainLoop - started
2022-07-22 10:17:13.128 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 0,0 -> 1,1
2022-07-22 10:17:13.128 18663-18743/? I/Clocks: ReleaseClocks - start
2022-07-22 10:17:13.129 18663-18743/? I/Clocks: ReleaseClocks - end (0.6 ms)
2022-07-22 10:17:13.129 18663-18743/? I/Clocks: LockClocks( cpu=1, gpu=1 ) - start
2022-07-22 10:17:13.131 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 3:0x40080:0x0 in 1.1 ms
2022-07-22 10:17:13.132 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x100000058002:0x0 in 1.0 ms
2022-07-22 10:17:13.133 18663-18743/? I/Clocks: CPU levels [0, 4]
2022-07-22 10:17:13.133 18663-18743/? I/Clocks: GPU levels [0, 5]
2022-07-22 10:17:13.133 18663-18743/? I/Clocks: LockClocks( cpu=1, gpu=1 ) - end (4.5 ms)
2022-07-22 10:17:13.134 18663-8811/? I/ScreenCaptureBase: GlobalInhibitState changed to 1
2022-07-22 10:17:13.135 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8853, pol=3, pri=0 ) succeeded
2022-07-22 10:17:13.135 18663-8811/? I/CompositorVR: SetClientSurfaceSecureFlag: secure=1
2022-07-22 10:17:13.144 18663-8811/? I/SwapChain_Surface: AttachSurfaceSwapChainGLES: 0x7e86457000 with SurfaceTexture 0x2b96 attached on init
2022-07-22 10:17:13.145 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 1:0x100000048001:0x0 in 1.1 ms
2022-07-22 10:17:13.146 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:13.148 760-8790/? E/FrameSetDispatcher: [HEADSET] Client pid=852 (852): Failed to read from receive FMQ for 1 packets in 5000ms.
This probably means this client is taking more than 33 ms to process the frame.
Retrying.
2022-07-22 10:17:13.151 624-624/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:13.152 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.152 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.156 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
2022-07-22 10:17:13.157 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 181, Stereo matches: 0, Inlier ratio: 0.3756906
2022-07-22 10:17:13.157 852-8798/? I/[CT]: VIPER:VIO: VIO refused to initialize: VIO did not try to initialize, most likely because not enough frames have been added.
2022-07-22 10:17:13.159 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:13.159 624-624/? D/PlatformPlugin: [PlatformPluginManager] Acquiring lock: nativeInit
2022-07-22 10:17:13.159 624-624/? D/PlatformPlugin: [PlatformPluginManager] Successfully acquired lock: nativeInit
2022-07-22 10:17:13.159 624-624/? I/PlatformPlugin: [PlatformPluginManager] Init
2022-07-22 10:17:13.159 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.159 852-8798/? W/[CT]: VIPER: Frame Tracking [0.042666770 [sec]s] exceeded camera sampling time [0.033333333 [sec]s].
2022-07-22 10:17:13.160 624-624/? I/OVRPlatform: [Context] ConfigOption DisableFbns => 1
2022-07-22 10:17:13.160 624-624/? I/OVRPlatform: [Context] Didn't find config(DisableP2pNetworking), returning default(0)
2022-07-22 10:17:13.161 624-624/? I/OVRPlatform: [AndroidPlatformIntegration] SetThreadCPUAffinity thread 0, cpu mask 0x0000007f
2022-07-22 10:17:13.161 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.163 852-1302/? I/[CT]: VIPER: Removed 1 duplicate inliers from the localization result (before: 32, after: 31).
2022-07-22 10:17:13.175 624-8866/? I/libjingle: [4798:223] [8866] (RenderFrameCapturerImpl.cpp:351): InitializeAndroid
2022-07-22 10:17:13.175 624-8866/? D/JVM: JVM::Initialize@[tid=8866]
2022-07-22 10:17:13.175 624-8866/? D/JVM: JVM::JVM@[tid=8866]
2022-07-22 10:17:13.176 624-8866/? I/org.webrtc.Logging: MediaCodecVideoEncoder: Found target encoder for mime video/x-vnd.on2.vp8 : OMX.qcom.video.encoder.vp8. Color: 0x15
2022-07-22 10:17:13.176 624-8866/? I/MediaCodecVideoEncoder: [4798:224] [8866] MediaCodecVideoEncoder: VP8 HW Encoder supported.
2022-07-22 10:17:13.176 624-8866/? I/org.webrtc.Logging: MediaCodecVideoEncoder: Found target encoder for mime video/avc : OMX.qcom.video.encoder.avc. Color: 0x15
2022-07-22 10:17:13.176 624-8866/? I/MediaCodecVideoEncoder: [4798:224] [8866] MediaCodecVideoEncoder: H.264 HW Encoder supported.
2022-07-22 10:17:13.176 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoEncoder: [4798:227] [8866] MediaCodecVideoEncoder: MediaCodecVideoEncoderFactory::SetEGLContext
2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:227] [8866] MediaCodecVideoDecoder: MediaCodecVideoDecoderFactory ctor
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp8
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13
2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:227] [8866] MediaCodecVideoDecoder: VP8 HW Decoder supported.
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp9
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp9
2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp9. Color: 0x13
2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:228] [8866] MediaCodecVideoDecoder: VP9 HW Decoder supported.
2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
2022-07-22 10:17:13.180 624-8866/? I/MediaCodecVideoDecoder: [4798:228] [8866] MediaCodecVideoDecoder: H264 HW Decoder supported.
2022-07-22 10:17:13.183 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.13 [sec] old.
2022-07-22 10:17:13.184 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.184 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.194 624-624/? W/OVR: OVRPlatform is in limited mode. Some features won't work. You likely want to init with an Activity.
2022-07-22 10:17:13.195 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidPlatformIntegration-Constructor took 34.5670 milliseconds
2022-07-22 10:17:13.197 624-624/? I/OVRPlatform: [AndroidPlatformIntegration] OS supports Oculus mic sharing, using native APIs for ovr_Microphone
2022-07-22 10:17:13.198 624-624/? I/OboeAudio: openStream() INPUT -------- OboeVersion1.5.1 --------
2022-07-22 10:17:13.198 624-624/? I/AAudio: AAudioStreamBuilder_openStream() called ----------------------------------------
2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = SH, dir = INPUT
2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: device = 0, sessionId = -1, perfMode = 10, callback: OFF with frames = 0
2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: usage = 1, contentType = 2, inputPreset = 1, allowedCapturePolicy = 0
2022-07-22 10:17:13.198 624-624/? D/AudioStreamBuilder: build() MMAP not available because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not used.
2022-07-22 10:17:13.204 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 1.
2022-07-22 10:17:13.207 18033-18220/? E/ServiceUtilities: Request denied by app op: 27
2022-07-22 10:17:13.207 18033-18220/? E/AudioFlinger: createRecord() getInputForAttr return error -1
2022-07-22 10:17:13.207 624-624/? E/IAudioFlinger: createRecord returned error -1
2022-07-22 10:17:13.207 624-624/? E/AudioRecord: createRecord_l(6226027): AudioFlinger could not create record track, status: -1
2022-07-22 10:17:13.207 624-624/? W/AudioRecord: removeAudioDeviceCallback(6226027): removing different callback!
2022-07-22 10:17:13.207 624-624/? E/AudioStreamRecord: open(), initCheck() returned -1
2022-07-22 10:17:13.207 624-624/? I/AAudio: AAudioStreamBuilder_openStream() returns -896 = AAUDIO_ERROR_INTERNAL for s#0 ----------------
2022-07-22 10:17:13.207 624-624/? W/OboeAudio: AudioStreamAAudio.open() may have failed due to lack of audio recording permission.
2022-07-22 10:17:13.208 624-624/? I/libjingle: [4798:256] [624] (WebRtcPeerConnectionFactory.cpp:119): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory
2022-07-22 10:17:13.209 624-8871/? I/libjingle: [4798:257] [8871] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
2022-07-22 10:17:13.209 624-8872/? I/libjingle: [4798:257] [8872] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
2022-07-22 10:17:13.209 624-624/? I/libjingle: [4798:258] [624] (WebRtcPeerConnectionFactory.cpp:164): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory enc 0x7ebff7a9d0 dec 0x7ec002a4e0
2022-07-22 10:17:13.210 624-8872/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? D/JVM: Attaching thread to JVM
2022-07-22 10:17:13.210 624-8872/? D/JVM: JVM::environment@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? D/JVM: JNIEnvironment::ctor@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? D/AudioManager: ctor@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager)
2022-07-22 10:17:13.210 624-8872/? D/JVM: NativeRegistration::ctor@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? D/JVM: NativeRegistration::NewObject@[tid=8872]
2022-07-22 10:17:13.210 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: ctor@[name=Thread-54, id=903]
2022-07-22 10:17:13.210 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: Sample rate is set to 48000 Hz
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: OnCacheAudioParameters@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_aec: 1
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_agc: 0
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_ns: 1
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: low_latency_output: 1
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: sample_rate: 48000
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: channels: 1
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: output_buffer_size: 192
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: input_buffer_size: 1920
2022-07-22 10:17:13.211 624-8872/? D/JVM: GlobalRef::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: JavaAudioManager::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/JVM: JVM::environment@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/JVM: JNIEnvironment::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioTrack)
2022-07-22 10:17:13.211 624-8872/? D/JVM: NativeRegistration::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/JVM: NativeRegistration::NewObject@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? I/org.webrtc.Logging: WebRtcAudioTrack: ctor@[name=Thread-54, id=903]
2022-07-22 10:17:13.211 624-8872/? D/JVM: GlobalRef::ctor@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: SetActiveAudioLayer(5)@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioManager: delay_estimate_in_milliseconds: 150
2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: AttachAudioBuffer@[tid=8872]
2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: SetPlayoutSampleRate(48000)
2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: SetPlayoutChannels(1)
2022-07-22 10:17:13.211 624-8872/? I/libjingle: [4798:259] [8872] (AudioRecordWrapper.cpp:53): Attached an audio buffer to AudioRecordWrapper
2022-07-22 10:17:13.212 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:246): WebRtc VoiceEngine codecs:
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ISAC/16000/1 (103)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ISAC/32000/1 (104)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): PCMU/8000/1 (0)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): PCMA/8000/1 (8)
2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: PCMU/8000/2 (110)
2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: PCMA/8000/2 (118)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ILBC/8000/1 (102)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): G722/8000/1 (9)
2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: G722/8000/2 (119)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): opus/48000/2 (111)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/8000/1 (13)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/16000/1 (105)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/32000/1 (106)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): telephone-event/8000/1 (126)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): red/8000/1 (127)
2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvideoengine2.cc:497): WebRtcVideoEngine2::WebRtcVideoEngine2()
2022-07-22 10:17:13.214 624-8872/? I/libjingle: [4798:262] [8872] (webrtcvoiceengine.cc:551): WebRtcVoiceEngine::Init
2022-07-22 10:17:13.214 624-8872/? I/libjingle: [4798:262] [8872] (webrtcvoiceengine.cc:575): VoiceEngine 4.1.0
2022-07-22 10:17:13.214 624-8872/? I/libjingle: [4798:262] [8872] (voe_base_impl.cc:244): Init: An external ADM implementation will be used in VoiceEngine
2022-07-22 10:17:13.214 624-8872/? D/AudioManager: Init@[tid=8872]
2022-07-22 10:17:13.214 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: init@[name=Thread-54, id=903]
2022-07-22 10:17:13.214 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: audio mode is: MODE_NORMAL
2022-07-22 10:17:13.215 624-8872/? D/AudioTrackJni: Init@[tid=8872]
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
2022-07-22 10:17:13.215 624-8872/? E/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
2022-07-22 10:17:13.215 624-8872/? W/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: Init() failed to set mono/stereo playout mode (error=8090)
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
2022-07-22 10:17:13.215 624-8872/? E/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
2022-07-22 10:17:13.215 624-8872/? W/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: Init() failed to set mono/stereo recording mode (error=8090)
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: TransmitMixer::SetAudioProcessingModule(audioProcessingModule=0xbfedc200)
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: OutputMixer::SetAudioProcessingModule(audioProcessingModule=0xbfedc200)
2022-07-22 10:17:13.215 624-8872/? E/libjingle: [4798:263] [8872] (voe_base_impl.cc:371): Init: Failed to set agc to enabled: 0
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:648): ApplyOptions: AudioOptions {aec: true, agc: true, ns: true, hf: true, swap: false, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: false, typing: true, agc_delta: 0, experimental_agc: false, extended_filter_aec: false, delay_agnostic_aec: false, experimental_ns: false, }
2022-07-22 10:17:13.215 624-8872/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 0
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:722): Disabling EC since built-in EC will be used instead
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:729): Echo control set to 0 with mode 4
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:764): Auto gain set to 0 with mode 4
2022-07-22 10:17:13.215 624-8872/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 2
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:804): Disabling NS since built-in NS will be used instead
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:811): Noise suppression set to 0 with mode 5
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:817): High pass filter enabled? 0
2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:825): Stereo swapping enabled? 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:834): NetEq capacity is 50
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:842): NetEq fast mode? 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:850): Typing detection is enabled? 0
2022-07-22 10:17:13.216 624-8872/? E/libjingle: [4798:264] [8872] (voe_audio_processing_impl.cc:955): SetTypingDetectionStatus: not supported
2022-07-22 10:17:13.216 624-8872/? W/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:854): SetTypingDetectionStatus(0) failed, err=8003
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:859): Adjust agc delta is 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:1091): Adjusting AGC level from default -3dB to -3dB
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:870): Delay agnostic aec is enabled? 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:879): Extended filter aec is enabled? 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:888): Experimental ns is enabled? 0
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:611): WebRtc VoiceEngine codecs:
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:613): opus/48000/2 (111)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:613): ISAC/16000/1 (103)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): ISAC/32000/1 (104)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): G722/8000/1 (9)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): ILBC/8000/1 (102)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): PCMU/8000/1 (0)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): PCMA/8000/1 (8)
2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/32000/1 (106)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/16000/1 (105)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/8000/1 (13)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): red/8000/1 (127)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): telephone-event/8000/1 (126)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:961): Setting microphone to (id=0) and speaker to (id=0)
2022-07-22 10:17:13.217 624-8872/? W/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: SetRecordingChannel() unable to set the recording channel (error=10028)
2022-07-22 10:17:13.217 624-8872/? E/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
2022-07-22 10:17:13.217 624-8872/? W/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: SetRecordingDevice() failed to set mono recording mode (error=8090)
2022-07-22 10:17:13.217 624-8872/? E/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
2022-07-22 10:17:13.217 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.217 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.217 624-8872/? W/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: SetPlayoutDevice() failed to set stereo playout mode (error=8090)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:981): Set microphone to (id=0) and speaker to (id=0)
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:554): WebRtcVoiceEngine::Init Done!
2022-07-22 10:17:13.217 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvideoengine2.cc:506): WebRtcVideoEngine2::Init
2022-07-22 10:17:13.218 624-8872/? I/libjingle: [4798:266] [8872] (dtlsidentitystore.cc:53): Generating identity, using keytype 0
2022-07-22 10:17:13.218 624-8872/? I/libjingle: [4798:266] [8872] (opensslidentity.cc:41): Making key pair
2022-07-22 10:17:13.230 624-8872/? I/libjingle: [4798:278] [8872] (opensslidentity.cc:82): Returning key pair
2022-07-22 10:17:13.230 624-8872/? I/libjingle: [4798:278] [8872] (opensslidentity.cc:89): Making certificate for WebRTC
2022-07-22 10:17:13.232 624-8872/? I/libjingle: [4798:280] [8872] (opensslidentity.cc:137): Returning certificate
2022-07-22 10:17:13.234 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
2022-07-22 10:17:13.234 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
2022-07-22 10:17:13.235 624-624/? I/OVRPlatform: [P2PNetworkTransport] oculus_parties_enable_aui_mic_switcher_controls gk is ON, mic_switcher_controls is enabled
2022-07-22 10:17:13.235 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidFinishInitialization took 75.2110 milliseconds
2022-07-22 10:17:13.236 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidSynchronousInitialize took 76.2440 milliseconds
2022-07-22 10:17:13.236 624-624/? I/PlatformPlugin: [PlatformPluginManager] Successfully initialized Platform
2022-07-22 10:17:13.236 624-624/? D/PlatformPlugin: [PlatformPluginManager] Releasing lock: nativeInit
2022-07-22 10:17:13.238 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 2.
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] SetHeadphoneStatus: DISCONNECTED
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: true
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
2022-07-22 10:17:13.247 1484-1548/? W/PresenceAPKNative(hyperspace_controller_module): is_screen_on: 1
2022-07-22 10:17:13.249 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.249 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: NotifyScreenStatus
2022-07-22 10:17:13.249 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: notifyScreenStatus: ON, not active capabilities.
2022-07-22 10:17:13.249 18594-19976/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
2022-07-22 10:17:13.250 852-8212/? W/TrackingService: attachClient: found client in attached list
2022-07-22 10:17:13.250 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.250 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.250 6810-6810/? W/VRLifecycleManager: onVRSessionStarted
2022-07-22 10:17:13.251 852-8212/? D/TrackingService: getSharedMemory: com.oculus.mrservice, HeadTracker
2022-07-22 10:17:13.257 7462-7462/? W/VRLifecycleManager: onVRSessionStarted
2022-07-22 10:17:13.259 6810-6810/? W/VRLifecycleManager: onVRSessionStarted
2022-07-22 10:17:13.260 18663-8811/? I/CompositorVR: SetSchedFifo( tid=19976, pol=5, pri=1 ) succeeded
2022-07-22 10:17:13.262 18918-8842/? W/SystemUpdatePolicyMonitor: requestAllowedByPolicy: mLastReportedPolicyStatus=true
2022-07-22 10:17:13.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.279 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 3.
2022-07-22 10:17:13.283 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
2022-07-22 10:17:13.285 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 177, Stereo matches: 4, Inlier ratio: 0.63276833
2022-07-22 10:17:13.285 852-8798/? I/[CT]: VIPER:VIO: VIO refused to initialize: VIO did not try to initialize, most likely because not enough frames have been added.
2022-07-22 10:17:13.286 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
2022-07-22 10:17:13.287 18918-8842/? I/IdleMonitor: getIdleState duration=120, idleState=SCREEN_ON
2022-07-22 10:17:13.287 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:13.287 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.287 852-8798/? W/[CT]: VIPER: Frame Tracking [0.037568073 [sec]s] exceeded camera sampling time [0.033333333 [sec]s].
2022-07-22 10:17:13.287 18918-8842/? I/IdleUpdateManager: areIdleConditionsMet: false, conditions: UpdatePhase=WaitingToCheckForUpdates CheckPeriodElapsed=false Wifi=true Idle=false Battery=true DeviceOn=true DevicePolicyManager=true
2022-07-22 10:17:13.289 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.289 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.290 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.293 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.317 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.318 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 4.
2022-07-22 10:17:13.318 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.318 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.333 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.341 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 5.
2022-07-22 10:17:13.350 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.351 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.351 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.354 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.374 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.375 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 6.
2022-07-22 10:17:13.384 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.384 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.394 852-8783/? I/[CT]: TIMESTAMPCHECKER: Identified Magnetometer-IOHM sampling rate: 30.26 Hz
2022-07-22 10:17:13.395 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.409 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 7.
2022-07-22 10:17:13.415 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.416 18035-18070/? I/netd: firewallEnableChildChain(2, "false") <0.03ms>
2022-07-22 10:17:13.431 852-8804/? I/[CT]: TIMESTAMPCHECKER: Identified Camera-CHM sampling rate: 30.00 Hz
2022-07-22 10:17:13.435 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.447 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 210, Stereo matches: 15, Inlier ratio: 0.35714287
2022-07-22 10:17:13.447 852-8798/? I/[CT]: VIPER:VIO: VIO refused to initialize: VIO did not try to initialize, most likely because not enough frames have been added.
2022-07-22 10:17:13.449 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:13.449 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.449 852-8798/? W/[CT]: VIPER: Frame Tracking [0.066637448 [sec]s] exceeded camera sampling time [0.033333333 [sec]s].
2022-07-22 10:17:13.450 18506-8782/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:13.450 18506-8854/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:13.451 852-8798/? I/[CT]: TIMESTAMPCHECKER: Identified Camera-IOHM sampling rate: 30.00 Hz
2022-07-22 10:17:13.452 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.452 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.452 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.455 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.456 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.476 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 8.
2022-07-22 10:17:13.476 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.476 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.483 852-8798/? W/[CT]: VIPER: [Throttled count=29] StateBuffer: Could not get velocity from buffer. Not currently tracking in 6dof.
2022-07-22 10:17:13.484 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.497 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.501 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 9.
2022-07-22 10:17:13.501 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.501 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.508 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.508 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.508 6810-6842/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.510 6810-6842/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:13.518 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.527 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 10.
2022-07-22 10:17:13.527 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.527 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
2022-07-22 10:17:13.538 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.551 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
2022-07-22 10:17:13.552 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 187, Stereo matches: 4, Inlier ratio: 0.4064171
2022-07-22 10:17:13.552 852-8798/? I/[CT]: VIPER:VIO: VIO refused to initialize: VIO did not try to initialize, most likely because not enough frames have been added.
2022-07-22 10:17:13.554 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
2022-07-22 10:17:13.554 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.555 852-8798/? W/[CT]: VIPER: Frame Tracking [0.038372865 [sec]s] exceeded camera sampling time [0.033333333 [sec]s].
2022-07-22 10:17:13.555 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 11.
2022-07-22 10:17:13.557 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.557 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.559 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.579 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.580 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 12.
2022-07-22 10:17:13.584 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.584 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.597 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 1, frame seqId: 12
2022-07-22 10:17:13.597 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:13.597 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:13.599 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.606 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 13.
2022-07-22 10:17:13.617 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.617 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
2022-07-22 10:17:13.620 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.630 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:13.640 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.641 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 14.
2022-07-22 10:17:13.651 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
2022-07-22 10:17:13.656 18506-8894/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:13.660 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.679 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 15.
2022-07-22 10:17:13.679 852-1302/? W/[CT]: VIPER:LOCALIZER: Tried validating for 15 frames without success. Giving up validation.
2022-07-22 10:17:13.681 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.687 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
2022-07-22 10:17:13.688 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 234, Stereo matches: 4, Inlier ratio: 0.5470086
2022-07-22 10:17:13.688 852-8798/? I/[CT]: VioInitialization: Using feature measurements for direct initialization
2022-07-22 10:17:13.688 852-8798/? I/[CT]: DirectInitialization: Number of points with map info: 0
2022-07-22 10:17:13.691 852-8798/? I/[CT]: DirectInitialization: Unconstrained g solution 1.3973 -7.69085 -5.8777
2022-07-22 10:17:13.691 852-8798/? I/[CT]: DirectInitialization: Newton g solution 1.40358 -7.7082 -5.89779
2022-07-22 10:17:13.691 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: true
2022-07-22 10:17:13.696 852-8798/? I/[CT]: InitBAFeatures: Constraints: 358 Tried: 131, Failed: 1, Map features: 0, Above Huber: 58, Low-parallax: 2, Soft-constraint: 2
2022-07-22 10:17:13.697 852-8798/? I/[CT]: InitializationBA: Iteration number: 1. Cost: 1925.7296, Correction norm: 0.0992484
2022-07-22 10:17:13.697 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: false
2022-07-22 10:17:13.701 852-8798/? I/[CT]: InitBAFeatures: Constraints: 354 Tried: 133, Failed: 5, Map features: 0, Above Huber: 23, Low-parallax: 0, Soft-constraint: 0
2022-07-22 10:17:13.702 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.702 852-8798/? I/[CT]: InitializationBA: Iteration number: 2. Cost: 582.9955, Correction norm: 0.009523437
2022-07-22 10:17:13.703 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: false
2022-07-22 10:17:13.707 852-8798/? I/[CT]: InitBAFeatures: Constraints: 328 Tried: 114, Failed: 0, Map features: 0, Above Huber: 17, Low-parallax: 0, Soft-constraint: 0
2022-07-22 10:17:13.709 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: too few inliers. num_inliers = 0 < 4
2022-07-22 10:17:13.709 852-8798/? W/[CT]: VEGA:MAP_TRACKING_HM: Map tracking did not run.
2022-07-22 10:17:13.710 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: too few inliers. num_inliers = 0 < 5
2022-07-22 10:17:13.710 852-8798/? W/[CT]: VEGA:PERCEPTUAL_HM: Bad tracking: tracker health is bad
2022-07-22 10:17:13.711 852-8798/? I/[CT]: VegaTracker: [Throttled count=1] VegaTracker::track returned 327 track measurement(s) 0 track-to-landmark association(s) and 89 closed track ID(s) while reporting poor tracking quality. (isTrackerHealthy = false, isMapTrackingHealthy = false)
2022-07-22 10:17:13.712 852-8798/? I/[CT]: MapInit: Initializing map with 254 filter features, and 5 filter states.
2022-07-22 10:17:13.722 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.730 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 3:0x40000:0x0 in 1.2 ms
2022-07-22 10:17:13.743 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.744 852-8798/? I/[CT]: VIPER: Initialized a map with 252 points.
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER: Tracking initialization complete.
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to ce746cf1-3e14-4af9-ba57-fe1f4fef4d98
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 0 | Persistent anchors: 0 | Anchors never observed: 0
(min/avg/max) Anchor landmarks: (-/-/-) | Covisible keyframes: (-/-/-) | Times since observation: (-/-/-)
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:MAPPER: == Adding new map: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 @ Context 3 ==
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:MAPPER: Created locMapData for ce746cf1-3e14-4af9-ba57-fe1f4fef4d98. Took 0.026094mS to generate covis info and 0.158281mS to generate point data. Data uses 15.8203125 KiB
2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:smile:ESCRIPTORSEARCHINDEXCACHE: Creating empty search index for map ce746cf1-3e14-4af9-ba57-fe1f4fef4d98
2022-07-22 10:17:13.748 852-8798/? I/[CT]: DESCRIPTOR_MATCHING:INDEX_FACTORY: Creating Search Index of type Lsh
2022-07-22 10:17:13.748 852-8798/? I/[CT]: VIPER: Initial map with 252 points (UUID: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98)
2022-07-22 10:17:13.748 852-8798/? I/[CT]: VioSubmapManagement: Adding new submapId to filter from reloc. SubmapId: Submap id = 72, version = 0
2022-07-22 10:17:13.749 852-8798/? I/[CT]: VegaTrackTracker: Starting map tracking on map. SubmapId Submap id = 72, version = 0 Active contexts: 0
2022-07-22 10:17:13.749 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 00000000-0000-0000-0000-000000000000
2022-07-22 10:17:13.749 852-8798/? W/[CT]: VIPER: Frame Tracking [0.099280156 [sec]s] exceeded camera sampling time [0.033333333 [sec]s].
2022-07-22 10:17:13.749 852-8798/? W/[CT]: VIPER: Could not retrieve historic pose from buffer. [Requested is older]. Oldest: 1690.176955000 [sec] - newest: 1690.274829000 [sec] req: 1690.164794000 [sec]
2022-07-22 10:17:13.751 852-8798/? I/[CT]: VIPER: [Throttled count=17] Image mean intensities (per camera): 74.42, 85.69, 61.85, 75.76
2022-07-22 10:17:13.751 852-8798/? W/[CT]: VIPER: IMU is running ahead of cam by 0.077691000 [sec]. Dropping frame.
2022-07-22 10:17:13.751 852-8798/? W/[CT]: VIPER: Requested Attitude (at 1690.198127000 [sec]) older than buffer size - returning oldest (at 1690.217489000 [sec]).
2022-07-22 10:17:13.763 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.764 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 1
2022-07-22 10:17:13.764 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:13.768 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.333333333 more seconds.
2022-07-22 10:17:13.780 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.300000333 more seconds.
2022-07-22 10:17:13.781 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 15
2022-07-22 10:17:13.781 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:13.784 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.787 852-1302/? I/[CT]: VIPER: Removed 1 duplicate inliers from the localization result (before: 42, after: 41).
2022-07-22 10:17:13.797 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:13.804 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.814 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:13.815 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:13.815 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [6509.435685708544, 1869.6488004845858, 1358.7443654114295, nan].
2022-07-22 10:17:13.816 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.06 [sec] old.
2022-07-22 10:17:13.824 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.824 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.266667333 more seconds.
2022-07-22 10:17:13.837 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.233334333 more seconds.
2022-07-22 10:17:13.838 852-1302/? I/[CT]: VIPER:LOCALIZER: Fully validated with 1 validations.
2022-07-22 10:17:13.845 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.851 852-8798/? I/[CT]: VIPER:RELOC: Reloc Lost Tracking Loop Detection: Adding new map to history 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
2022-07-22 10:17:13.851 852-8798/? I/[CT]: VIPER:LOCALIZER_MANAGER: Localized into map with uuid 5e90241e-f7ba-c855-10c8-c67a9ff2ad56! numInliers 30
2022-07-22 10:17:13.851 852-8798/? I/[CT]: VIPER:LOCALIZER_MANAGER: FramesetId true, log(T_Map_Imu) = -0.412791 0.110652 -0.0993722 -0.420978 1.28068 0.518278
2022-07-22 10:17:13.851 852-8798/? I/[CT]: VIPER: Reloc Succeed! relocalizedUuid 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
2022-07-22 10:17:13.851 852-8798/? I/[CT]: VioSubmapManagement: Adding new submapId to filter from reloc. SubmapId: Submap id = 0, version = 2
2022-07-22 10:17:13.851 852-8798/? I/[CT]: TrackedMapContext: Stop tracking map with ID Submap id = 72, version = 0 at index: 0 in contexts: 1
2022-07-22 10:17:13.852 852-8798/? I/[CT]: VegaTrackTracker: Starting map tracking on map. SubmapId Submap id = 0, version = 2 Active contexts: 0
2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER: Deleting extra transient map ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 from VegaSlamHmd
2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:MAPPER: == Remove map: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 @ Context 3 ==
2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:smile:ESCRIPTORSEARCHINDEXCACHE: Removed localization data of ce746cf1-3e14-4af9-ba57-fe1f4fef4d98.
2022-07-22 10:17:13.861 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.200001333 more seconds.
2022-07-22 10:17:13.863 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 00000000-0000-0000-0000-000000000000
2022-07-22 10:17:13.865 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.886 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.893 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.166668333 more seconds.
2022-07-22 10:17:13.907 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.927 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.133335333 more seconds.
2022-07-22 10:17:13.927 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.965 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.100002333 more seconds.
2022-07-22 10:17:13.968 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.983 852-8798/? W/[CT]: VIPER: [Throttled count=34] StateBuffer: Could not get velocity from buffer. Not currently tracking in 6dof.
2022-07-22 10:17:13.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:13.992 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.066669333 more seconds.
2022-07-22 10:17:13.998 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
2022-07-22 10:17:14.009 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.015 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 6
2022-07-22 10:17:14.015 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.047 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.029 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.048 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:14.048 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [6734.192187068563, nan, 1428.1805745554038, 4461.698447826559].
2022-07-22 10:17:14.049 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.058 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 0.033336332999999996 more seconds.
2022-07-22 10:17:14.070 852-8798/? I/[CT]: VEGA:MAP_TRACKING_HM: Map valid. succeeded after 0.199998 seconds of good frames. Switching from Validating to Tracking.
2022-07-22 10:17:14.070 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking while exposing 3DoF. Delaying switch to 6DoF to gain confidence for 3.3329999999942572e-06 more seconds.
2022-07-22 10:17:14.070 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.071 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
2022-07-22 10:17:14.078 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58003:0x0 in 1.2 ms
2022-07-22 10:17:14.091 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.093 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking. Transition to 6DoF.
2022-07-22 10:17:14.095 852-8783/? I/[CT]: VisionInterface: HMD Tracking switching to 6dof (from 3dof) - Engine State: Running
2022-07-22 10:17:14.097 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 0, frame seqId: 11
2022-07-22 10:17:14.097 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.112 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.130 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.215 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
2022-07-22 10:17:14.215 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.248 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.214 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:14.234 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.249 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:14.249 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7053.88151947788, 1980.9566198795083, nan, 4609.381681647577].
2022-07-22 10:17:14.255 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.273 852-8776/? I/[CT]: VIPER:MAPPER: == Switching to : 5e90241e-f7ba-c855-10c8-c67a9ff2ad56 @ Context 2 ==
2022-07-22 10:17:14.275 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.276 18752-18780/? I/StateMachine: StateMachine::Update GuardianInitializationStateMachine: finishedSettlingBlackEvent -> Valid_NoBlack
2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 3.00
2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: ForceShowGuardian: Soft fade out: 1.00
2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: Stop pushing black after mount. Show Guardian.
2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: Stop showing dots after not pushing black.
2022-07-22 10:17:14.277 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
2022-07-22 10:17:14.283 852-8798/? I/[CT]: VIPER:TRANSFORM_SMOOTHER: S2T acks Reloc succeeded, trigger resetting smooth world!
2022-07-22 10:17:14.283 18663-18747/? I/ClientMgr: Stop loading dots from guardian
2022-07-22 10:17:14.284 18663-18747/? I/VrRuntimeServer: DisableCompositorClient: 0
2022-07-22 10:17:14.284 18663-18747/? I/TimeWarpClientMgr: Disable client 0
2022-07-22 10:17:14.284 18663-18747/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
2022-07-22 10:17:14.296 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.348 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 0
2022-07-22 10:17:14.348 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.381 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.357 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:14.378 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.382 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:14.383 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7191.627376728277, nan, 1531.5542910537292, 4665.106258097304].
2022-07-22 10:17:14.398 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.460 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:14.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.496 852-8776/? W/[CT]: VIPER:MAPPER: Unable to merge PIM in Mapper
2022-07-22 10:17:14.501 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.583 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:14.603 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.610 31716-32053/? I/[OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:736124.929412, Now:736124.942287. Sleeping...
2022-07-22 10:17:14.610 31716-32053/? I/[OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state
2022-07-22 10:17:14.624 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.644 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.649 852-8808/? W/[CT]: EXPCTRL: [Throttled count=1] Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:17:14.664 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:14.697 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 2, frame seqId: 11
2022-07-22 10:17:14.697 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.697 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:14.730 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.797 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 5, frame seqId: 0
2022-07-22 10:17:14.797 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:14.830 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:14.932 760-963/? I/SyncBossHAL: [info ] syncboss_hal_impl_input.c(1060): Pulsar connected devices state change: 7
2022-07-22 10:17:14.934 760-8753/? I/SyncBossFW: 1691458 [info ] {WIHO}: Pulsar device connected 4a4d8199d5955b23 (type: 8011401, connection id: 0x7)
2022-07-22 10:17:14.936 760-963/? I/SyncBossHAL: [info ] syncboss_hal_impl_input.c(1060): Pulsar connected devices state change: 8
2022-07-22 10:17:14.938 760-8753/? I/SyncBossFW: 1691463 [info ] {WIHO}: Pulsar device connected e6e349e957f83390 (type: 8001401, connection id: 0x8)
2022-07-22 10:17:14.993 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(387): 4a4d8199xxxxxxxx: Configuring IR LED to ontime = 34, period = 33333
2022-07-22 10:17:14.999 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(325): Finished getting cache data for controller
id : 4a4d8199xxxxxxxx
pulsar_type : 0x08011401
connection id : 0x7
fw ver : 1.9.0
spl ver : 1.5.1
serial : 1WMHCR21D50417
handedness : right
battery state : 40%
2022-07-22 10:17:14.999 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(342): Jedi-specific cache data:
captouch ver : 1.9.0
2022-07-22 10:17:14.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:17:14.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.004 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:15.004 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.005 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
2022-07-22 10:17:15.005 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.005 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 259, paired=2 connected=1
2022-07-22 10:17:15.005 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
2022-07-22 10:17:15.005 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
2022-07-22 10:17:15.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.015 760-760/? D/SensorService: Found paired controllers: 2
2022-07-22 10:17:15.015 760-760/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:15.015 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.015 760-760/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
2022-07-22 10:17:15.015 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.016 852-8787/? I/TrackingService: Registering primary controller 4a4d8199d5955b23 in slot 0
2022-07-22 10:17:15.017 852-8787/? D/TrackingService: TrackingDataPostProcessor: Hand autotransition v2 GK enabled: 1
2022-07-22 10:17:15.017 852-8787/? D/TrackingService: registerRemote: 4a4d8199d5955b23
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Requesting tracking engine to activate device 0x5354078029726702371lx.
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Device is not registered: ID 5354078029726702371
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Adding object with id 5354078029726702371
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Object serial 1WMHCR21D50417
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Decoding calibration data...
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Factory sensor calibration: {"gyro_m":[-1.0018458956,0.0069351415,0.0057735746,0.0028234038,-0.002762213,-0.999323092,-0.0089517363,-0.9994015854,0.0042346346],"acc_b":[-0.0002322995,-0.0193805692,0.0079161821],"build_bash":"3d7cda3b34898ea74f9c374bf15d6b9a62f1f0e8","TrackedObject":{"JsonVersion":3,"Lensing":{"Model0":[4,0.00225126,-0.00488171,0.00377238,-0.000125422]},"GyroCalibration":[-1.00175696,0.0097266,-0.00269387,0.01139353,0.00515219,-0.99933809,-0.011683,-0.99936885,-0.00374563,-0.00422504,0.00010635,0.00962616],"ImuPosition":[-0.0132781,-0.0108248,0.0246396],"ModelPoints":{"Point12":[0.03973049,0.00319653,0.02575612,0.864579,-0.491294,-0.105518,85.0,80.0,0.0],"Point11":[0.04433318,0.02400966,0.02366281,0.905272,0.145508,-0.399137,85.0,80.0,0.0],"Point14":[0.02189271,-0.00505098,0.00653043,0.478401,-0.57575,-0.663056,85.0,80.0,0.0],"Point13":[0.0326366,0.00394716,0.00971047,0.700597,-0.381345,-0.603108,85.0,80.0,0.0],"Point10":[0.044719,0.02850411,0.04820567,0.939
2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Attempting to decode calibration string with Constellation format.
2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Model: 0, 4 coefficients
2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 0: 0.00225126
2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 1: -0.00488171
2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 2: 0.00377238
2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 3: -0.000125422
2022-07-22 10:17:15.020 18097-18194/? W/EventHub: Unable to disable kernel key repeat for /dev/input/event3: Function not implemented
2022-07-22 10:17:15.020 18097-18194/? I/EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true
2022-07-22 10:17:15.020 18097-18194/? I/EventHub: New device: id=18, fd=227, path='/dev/input/event3', name='Device 0x4A4D8199D5955B23', classes=0x2001, configuration='/system/usr/idc/Vendor_2833_Product_0160.idc', keyLayout='/system/usr/keylayout/oculus-device.kl', keyCharacterMap='/system/usr/keychars/oculus-device.kcm', builtinKeyboard=false,
2022-07-22 10:17:15.020 18097-18194/? I/InputReader: Device added: id=18, name='Device 0x4A4D8199D5955B23', sources=0x65432102
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed calibration (TrackingModel):
device type:
build type:
acc offset : -0.0002323 -0.0193806 0.00791618
acc mat: -1.00176 0.0101082 -0.00570038 0.00597168 0.00403283 -0.999911 -0.0103667 -1.00154 -0.00256586
gyro offset : -0.00422504 0.00010635 0.00962616
gyro mat: -1.00176 0.0097266 -0.00269387 0.0113935 0.00515219 -0.999338 -0.011683 -0.999369 -0.00374563
leds:
Model Point
Position: -0.0203578 -0.00569197 0.00566572
Normal: -0.421075 -0.573895 -0.702382
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: -0.0308686 0.00144801 0.00879287
Normal: -0.636889 -0.38638 -0.667145
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: -0.0358357 -0.00295689 0.0226763
Normal: -0.795386 -0.590811 -0.13529
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: -0.0437531 0.0193718 0.021569
Normal: -0.894844 0.06887 -0.441033
isVisibleTh
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Got device type string: CONTROLLER_JEDI_RIGHT
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type: JEDI
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Got device type string from calibration:
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type from calibration: UNKNOWN
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Clearing Constellation config file overrides
2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.055).
2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Applied config file Constellation_JEDI.conf
2022-07-22 10:17:15.021 18097-18193/? W/InputReader: Device has associated, but no associated display id.
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: Right handed controller found!
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: Imu Position = -0.0132781 -0.0108248 0.0246396
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: Creating Controller Fusion with 15 LEDs.
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING InputState has changed
2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 0 found one 6000
2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING GetNewConnectedRemotesList, returned true. remotes 1
2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 105 model pairs.
2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: HAPTICS: Informing non focused app that remote is connected.
2022-07-22 10:17:15.021 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativePTKServiceNotifyDeviceConnectionChanged
2022-07-22 10:17:15.023 18752-20363/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.023 18594-20096/? I/InputDevice_TrackedRemote: REMOTE: Hand=0 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.029 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 43 model triangles.
2022-07-22 10:17:15.029 18424-8812/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.030 852-8787/? I/[CT]: BlobSizeChecker: Initializing BlobSizeChecker from serialized string
2022-07-22 10:17:15.031 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
2022-07-22 10:17:15.032 852-8787/? I/[CT]: BlobSizeChecker: BlobSizeChecker Initialization Complete.
2022-07-22 10:17:15.032 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:15.032 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Setting tracked object ID 5354078029726702371 LED on-time to 34 us.
2022-07-22 10:17:15.032 852-8787/? W/TrackingService: Attempted to control leds, but gatekeeper is disabled. Skipping operation.
2022-07-22 10:17:15.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.052 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
2022-07-22 10:17:15.052 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
2022-07-22 10:17:15.054 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.060 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(387): e6e349e9xxxxxxxx: Configuring IR LED to ontime = 34, period = 33333
2022-07-22 10:17:15.066 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(325): Finished getting cache data for controller
id : e6e349e9xxxxxxxx
pulsar_type : 0x08001401
connection id : 0x8
fw ver : 1.9.0
spl ver : 1.5.1
serial : 1WMHCL21320343
handedness : left
battery state : 40%
2022-07-22 10:17:15.066 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58002:0x0 in 1.2 ms
2022-07-22 10:17:15.067 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(342): Jedi-specific cache data:
captouch ver : 1.9.0
2022-07-22 10:17:15.067 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(856): Setting transmit power for all connected controllers to -4 dBm
2022-07-22 10:17:15.070 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:15.070 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.070 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
2022-07-22 10:17:15.070 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.071 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 260, paired=2 connected=2
2022-07-22 10:17:15.071 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
2022-07-22 10:17:15.071 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 connected mcnt=0])
2022-07-22 10:17:15.075 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.078 760-760/? D/SensorService: Found paired controllers: 2
2022-07-22 10:17:15.078 760-760/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:15.078 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.078 760-760/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
2022-07-22 10:17:15.078 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.079 852-8787/? I/TrackingService: Registering primary controller e6e349e957f83390 in slot 1
2022-07-22 10:17:15.079 760-8755/? I/SyncBossInput: [info ] [jedi (right) 4a4d8199xxxxxxxx]: 5512810 [info ] {THDG}: active_seek -> inactive_seek
2022-07-22 10:17:15.079 852-8804/? W/[CT]: CONSTELLATION: R: Camera is ahead of IMU by 1692583.1 ms! Sleeping vision thread for 5 ms.
2022-07-22 10:17:15.080 760-964/? I/SyncBossHAL: [info ] pulsar_manager.c(856): Setting transmit power for all connected controllers to -4 dBm
2022-07-22 10:17:15.080 852-8787/? D/TrackingService: TrackingDataPostProcessor: Hand autotransition v2 GK enabled: 1
2022-07-22 10:17:15.080 852-8787/? D/TrackingService: registerRemote: e6e349e957f83390
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Requesting tracking engine to activate device 0x16637222714988835728lx.
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Device is not registered: ID 16637222714988835728
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Adding object with id 16637222714988835728
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Object serial 1WMHCL21320343
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Decoding calibration data...
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Factory sensor calibration: {"gyro_m":[1.0027385054,0.0025139922,0.0111582183,0.0050118657,-0.010057746,-0.999194897,0.0001459076,1.0003305717,-0.0092414658],"acc_b":[-0.0017337662,-0.0370460686,0.0712537449],"build_bash":"3d7cda3b34898ea74f9c374bf15d6b9a62f1f0e8","TrackedObject":{"JsonVersion":3,"BuildBash":"3d7cda3b34898ea74f9c374bf15d6b9a62f1f0e8","GyroCalibration":[1.00270207,0.01208375,0.00899074,0.00292294,-0.00973399,-0.99921896,-0.00946903,1.00026395,-0.00899948,0.00568746,0.00086712,0.01179898],"SerialNumber":"1WMHCL21320343","FlsVersion":"2.1.1-HashedVersion:8cc9c6cfd28d8d8f1650fbdf3758644d318fe2b9(BRANCHNAME)","ModelPoints":{"Point12":[-0.03969938,0.00326266,0.02562432,-0.864579,-0.491294,-0.105518,85.0,80.0,0.0],"Point11":[-0.04423206,0.02416732,0.02358308,-0.905272,0.145508,-0.399137,85.0,80.0,0.0],"Point14":[-0.02189095,-0.00510258,0.00653326,-0.478401,-0.57575,-0.663056,85.0,80.0,0.0],"Point13":[-0.03277263,0.00415355,0.00975024,-0.700597,-0.381345,-0.603108,
2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Attempting to decode calibration string with Constellation format.
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Model: 0, 4 coefficients
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 0: 0.00225126
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 1: -0.00488171
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 2: 0.00377238
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 3: -0.000125422
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed calibration (TrackingModel):
device type:
build type:
acc offset : -0.00173377 -0.0370461 0.0712537
acc mat: 1.00135 0.0112989 0.00778235 0.00708239 -0.00888969 -1.00315 -0.0114726 1.00121 -0.00854491
gyro offset : 0.00568746 0.00086712 0.011799
gyro mat: 1.0027 0.0120838 0.00899074 0.00292294 -0.00973399 -0.999219 -0.00946903 1.00026 -0.00899948
leds:
Model Point
Position: 0.0202586 -0.00595845 0.00599672
Normal: 0.421075 -0.573895 -0.702382
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: 0.035787 -0.00294861 0.0227096
Normal: 0.795386 -0.590811 -0.13529
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: 0.0308713 0.00160912 0.00892089
Normal: 0.636889 -0.38638 -0.667145
isVisibleThreshold (deg): 85
isReliableThreshold (deg): 80
lensingIndex: 0
Model Point
Position: 0.0436433 0.0193972 0.0216292
Normal: 0.894844 0.06887 -0.441033
isVisibleThreshold (deg):
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Got device type string: CONTROLLER_JEDI_LEFT
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type: JEDI
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Got device type string from calibration:
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type from calibration: UNKNOWN
2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Clearing Constellation config file overrides
2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.055).
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Applied config file Constellation_JEDI.conf
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: Left handed controller found!
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: Imu Position = 0.0129819 -0.0108248 0.0267177
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: Creating Controller Fusion with 15 LEDs.
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 105 model pairs.
2022-07-22 10:17:15.085 852-8804/? W/[CT]: CONSTELLATION: R: Cam ahead of IMU by 1692583.1 ms. Ignore this pose sample. Last IMU timestamp: -1.0000 seconds.
2022-07-22 10:17:15.085 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(21.00, 0.00)]Matching:[MatchSuccess=1.000, MatchCost=(0.00057, 0.00000), #MatchedBlobs=(13.00, 0.00), #MatchedLeds=(7.00, 0.00), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=0.000, ConstBrute=0.000, UnconstBrute=1.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=1.000, ImuFromCamMs=(-1692583.084, 0.000), RematchF=0.000] FusionUpdates:[Successful=0.000, Reliable=0.000, TightFusion=0.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.000, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=0.000, HasVelocity=0.000]
2022-07-22 10:17:15.085 852-8804/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-Constellation capture timestamp: 1691.583084000 [sec]
2022-07-22 10:17:15.085 18097-18194/? W/EventHub: Unable to disable kernel key repeat for /dev/input/event4: Function not implemented
2022-07-22 10:17:15.086 18097-18194/? I/EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true
2022-07-22 10:17:15.086 18097-18194/? I/EventHub: New device: id=19, fd=234, path='/dev/input/event4', name='Device 0xE6E349E957F83390', classes=0x2001, configuration='/system/usr/idc/Vendor_2833_Product_0160.idc', keyLayout='/system/usr/keylayout/oculus-device.kl', keyCharacterMap='/system/usr/keychars/oculus-device.kcm', builtinKeyboard=false,
2022-07-22 10:17:15.086 18097-18194/? I/InputReader: Device added: id=19, name='Device 0xE6E349E957F83390', sources=0x65432102
2022-07-22 10:17:15.087 18097-18193/? W/InputReader: Device has associated, but no associated display id.
2022-07-22 10:17:15.088 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativePTKServiceNotifyDeviceConnectionChanged
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING InputState has changed
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 0 found one 6000
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 1 found one 6000
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING GetNewConnectedRemotesList, returned true. remotes 2
2022-07-22 10:17:15.092 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 44 model triangles.
2022-07-22 10:17:15.094 18594-20096/? I/InputDevice_TrackedRemote: REMOTE: Hand=0 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.094 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:15.094 18752-20363/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.094 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Setting tracked object ID 16637222714988835728 LED on-time to 34 us.
2022-07-22 10:17:15.094 852-8787/? W/TrackingService: Attempted to control leds, but gatekeeper is disabled. Skipping operation.
2022-07-22 10:17:15.094 852-8787/? E/[CT]: CONSTELLATION: R: Requesting reinitialization of 6DoF filter due to large time delta between current and last IMU sample: 1692.612541s
2022-07-22 10:17:15.094 852-8787/? W/[CT]: CONSTELLATION: [Throttled count=293] R: Could not retrieve 3dof fallback pose.
2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
2022-07-22 10:17:15.095 852-8787/? I/[CT]: TorsoModel: initializing torsoYaw_
2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: not initialized: waiting for reliable pose
2022-07-22 10:17:15.095 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=0.000, OutputTracked=0.000, OutputValid=0.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:15.095 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: Y, valid: Y
2022-07-22 10:17:15.095 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.096 852-8787/? E/[CT]: CONSTELLATION: L: Requesting reinitialization of 6DoF filter due to large time delta between current and last IMU sample: 1692.618558s
2022-07-22 10:17:15.096 852-8787/? I/[CT]: TorsoModel: initializing torsoYaw_
2022-07-22 10:17:15.096 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=0.000, OutputTracked=0.000, OutputValid=0.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:15.096 852-8787/? D/TrackingService: [HANDTRACKING] Controller e6e349e957f83390 in hand: Y, valid: Y
2022-07-22 10:17:15.099 852-8804/? W/[CT]: CONSTELLATION: R: In GetVisionPrediction: No attitude buffer entries for prediction available. Muting log for 1 sec.
2022-07-22 10:17:15.099 18424-8812/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:15.103 18424-8834/? I/Telemetry: App memory usage: PSS=175MB DalvikPSS=6 MB PrivateDirty=167MB PrivateClean=1MB
2022-07-22 10:17:15.103 18424-8834/? I/VrApi: FPS=73/72,Prd=35ms,Tear=0,Early=0,Stale=6,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.2C/0.0C,TW=2.94ms,App=0.00ms,GD=0.00ms,CPU&GPU=0.22ms,LCnt=5(DR0,LM0),GPU%=0.22,CPU%=0.06(W0.10),DSF=1.00,CFL=19.62/40.58
2022-07-22 10:17:15.107 760-8755/? I/SyncBossInput: [info ] [jedi (right) 4a4d8199xxxxxxxx]: 5891393 [info ] {APP }: Connected
2022-07-22 10:17:15.109 760-8755/? I/SyncBossInput: [info ] [jedi ( left) e6e349e9xxxxxxxx]: 5859682 [info ] {APP }: Connected
2022-07-22 10:17:15.116 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.120 852-8804/? I/[CT]: CONSTELLATION: R: Successfully reinitialized 6DoF filter. Keep Cov and Calib States = N. Keep velocity state and covariance = N
2022-07-22 10:17:15.120 852-8804/? I/[CT]: CONSTELLATION: L: Not reinitializing 6DoF filter yet (no valid pose from matching).
2022-07-22 10:17:15.120 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(18.00, 0.00)]Matching:[MatchSuccess=0.000, MatchCost=(0.00000, 0.00000), #MatchedBlobs=(0.00, 0.00), #MatchedLeds=(0.00, 0.00), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=0.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(26.455, 0.000), RematchF=0.000] FusionUpdates:[Successful=0.000, Reliable=0.000, TightFusion=0.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.000, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=1.000, ResetSuccess=0.000] FusionStatus[HasPosition=0.000, HasVelocity=0.000]
2022-07-22 10:17:15.120 852-8804/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-Constellation capture timestamp: 1691.616417000 [sec]
2022-07-22 10:17:15.137 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.157 760-8755/? I/SyncBossInput: [info ] [jedi (right) 4a4d8199xxxxxxxx]: 5891394 [info ] {THDG}: inactive_seek -> active_connected
2022-07-22 10:17:15.159 760-8755/? I/SyncBossInput: [info ] [jedi ( left) e6e349e9xxxxxxxx]: 5859683 [info ] {THDG}: inactive_seek -> active_connected
2022-07-22 10:17:15.486 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:17:15.506 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.522 18097-18291/? D/WificondControl: Scan result ready event
2022-07-22 10:17:15.527 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.587 760-8755/? I/SyncBossInput: [info ] [jedi (right) 4a4d8199xxxxxxxx]: 5892008 [info ] {HPTH}: Set haptics frequency to 0x210E
2022-07-22 10:17:15.608 760-8755/? I/SyncBossInput: [info ] [jedi ( left) e6e349e9xxxxxxxx]: 5860306 [info ] {HPTH}: Set haptics frequency to 0x211D
2022-07-22 10:17:15.650 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:17:15.670 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.682 852-8808/? W/[CT]: EXPCTRL: [Throttled count=1] Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:17:15.691 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.704 852-8804/? I/[CT]: CONSTELLATION: L: Successfully reinitialized 6DoF filter. Keep Cov and Calib States = N. Keep velocity state and covariance = N
2022-07-22 10:17:15.711 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.732 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.741 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:NearHeadMoving: [Left] state transition: Init -> TorsoInitialized
2022-07-22 10:17:15.742 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Left] state transition: Init -> TorsoInitialized
2022-07-22 10:17:15.744 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:NearHeadMoving: [Right] state transition: Init -> TorsoInitialized
2022-07-22 10:17:15.744 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Right] state transition: Init -> TorsoInitialized
2022-07-22 10:17:15.753 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.773 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.792 852-8787/? I/[CT]: CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
2022-07-22 10:17:15.794 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.808 852-8787/? I/[CT]: CONSTELLATION: L: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
2022-07-22 10:17:15.814 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.818 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:17:15.835 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.846 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] activated
2022-07-22 10:17:15.846 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Right] t = 1692.368s, behavior transition: None -> AtRest
2022-07-22 10:17:15.855 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.884 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] activated
2022-07-22 10:17:15.884 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1692.407s, behavior transition: None -> AtRest
2022-07-22 10:17:15.896 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.917 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.932 18037-18050/? D/audio_hw_primary: out_standby: enter: stream (0xef239000) usecase(1: low-latency-playback)
2022-07-22 10:17:15.938 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.958 18037-18050/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2022-07-22 10:17:15.958 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.959 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:15.959 18037-18050/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:17:15.959 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:17:15.959 18037-18050/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2022-07-22 10:17:15.959 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:15.961 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] deactivated
2022-07-22 10:17:15.961 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Right] t = 1692.485s, behavior transition: AtRest -> None
2022-07-22 10:17:15.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:15.966 18037-18050/? D/audio_hw_primary: out_standby: exit
2022-07-22 10:17:15.967 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
2022-07-22 10:17:15.977 760-8755/? I/SyncBossHAL: [info ] syncboss_hal_input_controller.c(194): Controller 4a4d8199xxxxxxxx battery level changed: 0% -> 40%
2022-07-22 10:17:15.979 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:15.982 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:15.982 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.982 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
2022-07-22 10:17:15.982 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:15.983 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 261, paired=2 connected=2
2022-07-22 10:17:15.983 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
2022-07-22 10:17:15.983 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 connected mcnt=0])
2022-07-22 10:17:15.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=72.0,Jit=160.7mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(4.2ms,g=3.0,I=73,Ir=5893.1)(5.9ms,g=5.0,I=83,Ir=2831.8)(5.9ms,g=5.0,I=65,Ir=2210.5)(4.4ms,g=3.0,I=74,Ir=5593.9)
2022-07-22 10:17:15.996 852-8798/? W/[CT]: VIPER: Jitter is critically high!
2022-07-22 10:17:15.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.001 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=1,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.2C/0.0C,TW=4.16ms,App=0.76ms,GD=0.00ms,CPU&GPU=0.90ms,LCnt=4(DR0,LM0),GPU%=0.37,CPU%=0.05(W0.10),DSF=1.00,CFL=19.84/21.54
2022-07-22 10:17:16.018 760-8755/? I/SyncBossHAL: [info ] syncboss_hal_input_controller.c(194): Controller e6e349e9xxxxxxxx battery level changed: 0% -> 40%
2022-07-22 10:17:16.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.022 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
2022-07-22 10:17:16.022 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:16.022 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
2022-07-22 10:17:16.022 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
2022-07-22 10:17:16.022 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 262, paired=2 connected=2
2022-07-22 10:17:16.022 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
2022-07-22 10:17:16.023 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 connected mcnt=0])
2022-07-22 10:17:16.040 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.182 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 7
2022-07-22 10:17:16.182 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:16.182 760-8795/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:16.214 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:16.184 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:17:16.204 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.215 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:16.215 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [5662.270545991477, nan, 2144.36983569552, 5426.390588875289].
2022-07-22 10:17:16.225 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.327 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:16.348 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.352 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:17:16.369 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.389 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.406 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] deactivated
2022-07-22 10:17:16.406 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1692.930s, behavior transition: AtRest -> None
2022-07-22 10:17:16.410 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.411 852-8787/? I/[CT]: CONSTELLATION: L: Detected IMU motion => Leaving static state.
2022-07-22 10:17:16.430 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.730 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 10
2022-07-22 10:17:16.730 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:16.764 760-8794/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:16.738 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:17:16.759 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.765 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:16.766 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:16.780 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.862 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:16.882 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.884 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:17:16.903 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:16.965 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:16.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.002 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.2C/0.0C,TW=4.14ms,App=0.88ms,GD=0.00ms,CPU&GPU=3.45ms,LCnt=4(DR0,LM0),GPU%=0.38,CPU%=0.08(W0.14),DSF=1.00,CFL=19.83/21.71
2022-07-22 10:17:17.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.026 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:17.047 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.061 852-8787/? I/[CT]: CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
2022-07-22 10:17:17.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.148 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 11, frame seqId: 4
2022-07-22 10:17:17.148 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:17.181 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:17.149 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:17.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.182 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:17.183 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [5267.466340269279, 2485.8141066612084, 1980.5943941526966, nan].
2022-07-22 10:17:17.191 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.264 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 7
2022-07-22 10:17:17.264 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:17.264 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:17.297 760-8794/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:17.272 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:17.293 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.298 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:17.301 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:17.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.334 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:17.354 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.364 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x100000058082:0x0 in 1.3 ms
2022-07-22 10:17:17.375 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.381 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 2, frame seqId: 11
2022-07-22 10:17:17.381 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:17.414 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:17.396 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.415 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:17.416 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [5335.634434924521, 2478.5035849406036, nan, 4926.977856904418].
2022-07-22 10:17:17.416 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.431 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:17:17.437 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.457 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:17:17.457 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:17:17.457 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.498 760-8755/? E/SensorService: HMD IMU samples delayed: 7.668ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:17.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.498 852-8783/? W/[CT]: VisionInterface: [Throttled count=235] Delayed IMU measurements detected! Capture Time: 736127.822369563 [sec], Arrival Time: 736127.830366136 [sec], Time Delta: 0.007996573 [sec]
2022-07-22 10:17:17.498 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.514 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:HandOverHand: [Left] activated, AttachedToTorso
2022-07-22 10:17:17.514 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1694.038s, behavior transition: None -> HandOverHand
2022-07-22 10:17:17.519 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.534 18527-18527/? D/ControllerNotifications: Enabling notifications
2022-07-22 10:17:17.535 18527-18527/? I/ControllerNotifications: Updating input notifications based on state ConnectedBatteryNormal
2022-07-22 10:17:17.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.787 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
2022-07-22 10:17:17.807 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.815 852-8808/? W/[CT]: EXPCTRL: Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:17:17.828 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.930 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:17.950 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.951 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:17:17.971 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:17.984 852-8752/? I/[CT]: boltlib: DSP utilization: 8.89 % (444 / 5000 ms)
2022-07-22 10:17:17.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.007 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.2C/0.0C,TW=2.96ms,App=0.91ms,GD=0.00ms,CPU&GPU=3.50ms,LCnt=4(DR0,LM0),GPU%=0.29,CPU%=0.06(W0.09),DSF=1.00,CFL=19.81/21.55
2022-07-22 10:17:18.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.097 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 8, frame seqId: 3
2022-07-22 10:17:18.097 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:18.130 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:18.094 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:18.115 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.131 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:18.134 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:18.135 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.148 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 9, frame seqId: 2
2022-07-22 10:17:18.148 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:18.181 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:18.156 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:18.176 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.182 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:18.182 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [6524.83643440205, 2338.1634465911616, 1838.7354166989448, nan].
2022-07-22 10:17:18.197 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.230 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 12, frame seqId: 4
2022-07-22 10:17:18.231 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:18.264 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:18.238 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:18.258 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.265 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:18.267 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:18.279 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.299 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:18.320 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.322 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
2022-07-22 10:17:18.341 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.348 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 10
2022-07-22 10:17:18.348 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:18.348 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:18.381 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:18.361 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:18.381 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.382 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:18.382 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7559.17921768595, 2329.1190885662786, nan, 4647.486495019701].
2022-07-22 10:17:18.403 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.464 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:18.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.494 852-8787/? W/[CT]: CONSTELLATION: R: Lost position tracking, waiting for 6DoF reset: [#VisionUp=97, #RelUp=0, VelNorm=0.000, CurTimeDur=0.20s, DurThresh=0.2s]
2022-07-22 10:17:18.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.507 852-8804/? I/[CT]: CONSTELLATION: R: Not reinitializing 6DoF filter yet (no valid pose from matching).
2022-07-22 10:17:18.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.544 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:HandOverHand: [Left] deactivated
2022-07-22 10:17:18.544 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1695.067s, behavior transition: HandOverHand -> None
2022-07-22 10:17:18.546 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.670 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:17:18.690 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.705 852-8804/? I/[CT]: CONSTELLATION: R: Successfully reinitialized 6DoF filter. Keep Cov and Calib States = Y. Keep velocity state and covariance = Y
2022-07-22 10:17:18.705 852-8787/? I/[CT]: CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
2022-07-22 10:17:18.710 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.864 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 10
2022-07-22 10:17:18.864 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:18.897 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:18.875 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:18.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:18.900 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:18.915 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.936 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:18.957 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.962 852-8787/? W/[CT]: CONSTELLATION: L: Lost position tracking, waiting for 6DoF reset: [#VisionUp=40, #RelUp=0, VelNorm=2.268, CurTimeDur=2.00s, DurThresh=2.0s]
2022-07-22 10:17:18.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:18.970 852-8804/? I/[CT]: CONSTELLATION: L: Not reinitializing 6DoF filter yet (no valid pose from matching).
2022-07-22 10:17:18.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:18.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=30,Mem=76.7,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.1ms,g=2.0,I=74,Ir=7408.8)(5.4ms,g=6.0,I=94,Ir=2931.8)(5.4ms,g=6.0,I=60,Ir=1888.4)(5.4ms,g=3.0,I=75,Ir=4686.3)
2022-07-22 10:17:18.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.002 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.2C/0.0C,TW=2.97ms,App=0.87ms,GD=0.00ms,CPU&GPU=2.94ms,LCnt=3(DR0,LM0),GPU%=0.29,CPU%=0.03(W0.05),DSF=1.00,CFL=19.73/23.91
2022-07-22 10:17:19.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.024 760-8755/? E/SensorService: HMD IMU samples delayed: 8.014ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:19.026 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:19.056 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:19.142 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:17:19.162 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.182 852-8808/? W/[CT]: EXPCTRL: [Throttled count=1] Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:17:19.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.224 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:19.245 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.246 852-8787/? W/[CT]: TorsoModel: [Throttled count=39] Not able to update controller's X-yaw (X is almost vertical)
2022-07-22 10:17:19.265 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.306 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:19.326 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.339 852-8804/? I/[CT]: CONSTELLATION: L: Successfully reinitialized 6DoF filter. Keep Cov and Calib States = Y. Keep velocity state and covariance = Y
2022-07-22 10:17:19.347 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.364 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
2022-07-22 10:17:19.364 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:19.364 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:19.397 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:19.367 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:19.388 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.398 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:19.401 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:19.408 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.864 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 8
2022-07-22 10:17:19.864 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:19.897 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:19.861 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
2022-07-22 10:17:19.882 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:19.900 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:19.902 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:19.964 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:19.984 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.001 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.5C/0.0C,TW=2.96ms,App=0.94ms,GD=0.00ms,CPU&GPU=2.82ms,LCnt=3(DR0,LM0),GPU%=0.29,CPU%=0.03(W0.05),DSF=1.00,CFL=19.89/22.91
2022-07-22 10:17:20.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.042 760-8755/? E/SensorService: HMD IMU samples delayed: 8.154ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:20.097 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
2022-07-22 10:17:20.097 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.130 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:20.108 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:20.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.131 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:20.135 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:20.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.197 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 2
2022-07-22 10:17:20.197 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.230 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:20.210 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:20.230 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.232 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:20.233 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:20.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.518 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 13 lines
2022-07-22 10:17:20.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.550 852-8783/? W/[CT]: VisionInterface: [Throttled count=9] Delayed IMU measurements detected! Capture Time: 736130.874373541 [sec], Arrival Time: 736130.882695509 [sec], Time Delta: 0.008321968 [sec]
2022-07-22 10:17:20.559 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.567 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: N, valid: Y
2022-07-22 10:17:20.597 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
2022-07-22 10:17:20.597 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.597 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:20.630 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:20.600 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:20.620 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.631 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:20.634 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:20.641 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.697 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 1
2022-07-22 10:17:20.697 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.682 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:20.703 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.713 18035-18070/? I/netd: firewallSetUidRule(2, 1010064, 2) <0.05ms>
2022-07-22 10:17:20.723 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.730 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:20.731 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:20.733 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:20.744 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.848 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 3
2022-07-22 10:17:20.848 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.881 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:20.846 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:20.867 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.882 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:20.882 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7397.737222596601, 2849.5962302571847, 1907.2854984727687, nan].
2022-07-22 10:17:20.888 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:20.981 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
2022-07-22 10:17:20.981 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:20.970 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:20.990 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.002 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.5C/0.0C,TW=4.14ms,App=0.97ms,GD=0.00ms,CPU&GPU=2.94ms,LCnt=3(DR0,LM0),GPU%=0.38,CPU%=0.05(W0.10),DSF=1.00,CFL=19.97/21.76
2022-07-22 10:17:21.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.015 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:21.016 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:21.016 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7400.694052874544, 2813.2808451045903, 1940.74123082691, nan].
2022-07-22 10:17:21.031 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.060 760-8755/? E/SensorService: HMD IMU samples delayed: 8.011ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:21.060 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:21.089 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:21.237 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 10 lines
2022-07-22 10:17:21.257 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.262 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
2022-07-22 10:17:21.267 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: Y, valid: Y
2022-07-22 10:17:21.278 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.449 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 12, frame seqId: 5
2022-07-22 10:17:21.449 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:21.481 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:21.442 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:21.462 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.482 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:21.482 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7481.949582605585, 2793.858730211239, nan, 4836.441308469532].
2022-07-22 10:17:21.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.649 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 2, frame seqId: 13
2022-07-22 10:17:21.649 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:21.649 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:21.681 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:21.647 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:21.668 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.682 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:21.683 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7443.098208023324, 2767.19410413901, nan, 4885.685914512684].
2022-07-22 10:17:21.689 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.936 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
2022-07-22 10:17:21.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:21.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:21.995 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=28,Mem=76.7,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.0ms,g=2.0,I=75,Ir=7611.8)(5.4ms,g=6.0,I=88,Ir=2748.1)(5.4ms,g=6.0,I=62,Ir=1940.7)(5.0ms,g=3.0,I=77,Ir=5165.9)
2022-07-22 10:17:21.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.002 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.5C/0.0C,TW=4.15ms,App=1.05ms,GD=0.00ms,CPU&GPU=3.59ms,LCnt=4(DR0,LM0),GPU%=0.39,CPU%=0.03(W0.09),DSF=1.00,CFL=19.84/26.87
2022-07-22 10:17:22.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.230 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
2022-07-22 10:17:22.231 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:22.264 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:22.244 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
2022-07-22 10:17:22.264 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.265 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:22.267 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:22.284 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.447 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 3
2022-07-22 10:17:22.448 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:22.481 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:22.449 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:22.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.482 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:22.482 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [8628.032514201424, 2745.5246702437257, 1973.996679325659, nan].
2022-07-22 10:17:22.490 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.581 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
2022-07-22 10:17:22.581 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:22.586 760-8755/? E/SensorService: HMD IMU samples delayed: 7.569ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:22.614 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:22.593 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:22.613 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.615 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:22.615 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [8784.106541306961, 2675.966677372964, 1918.7855007798237, nan].
2022-07-22 10:17:22.634 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.681 760-8794/? E/SensorService: Frame associated with stale frame sync: sync seqId: 1, frame seqId: 10
2022-07-22 10:17:22.681 760-8794/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:22.681 760-8794/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:22.714 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:22.675 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:22.695 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.716 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:22.716 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [nan, 2539.0927484825024, 1829.4629153170856, 7724.398204814362].
2022-07-22 10:17:22.716 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.864 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 2
2022-07-22 10:17:22.864 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:22.897 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:22.860 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:17:22.880 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:22.901 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.901 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:22.922 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.963 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:22.983 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:22.984 852-8752/? I/[CT]: boltlib: DSP utilization: 7.90 % (395 / 5000 ms)
2022-07-22 10:17:23.002 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.5C/0.0C,TW=4.10ms,App=0.76ms,GD=0.00ms,CPU&GPU=3.65ms,LCnt=4(DR0,LM0),GPU%=0.36,CPU%=0.06(W0.10),DSF=1.00,CFL=19.60/25.88
2022-07-22 10:17:23.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.097 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
2022-07-22 10:17:23.097 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:23.131 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:23.106 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:23.126 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.132 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:23.134 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:23.147 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.601 760-8755/? E/SensorService: HMD IMU samples delayed: 6.719ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:23.578 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:17:23.598 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.601 852-8783/? W/[CT]: VisionInterface: [Throttled count=7] Delayed IMU measurements detected! Capture Time: 736133.925393248 [sec], Arrival Time: 736133.933158008 [sec], Time Delta: 0.007764760 [sec]
2022-07-22 10:17:23.619 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.682 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 8
2022-07-22 10:17:23.682 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:23.682 760-8795/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:23.714 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:23.681 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:23.701 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.716 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:23.716 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [8069.415606618467, nan, 1899.056490716391, 9122.08044801395].
2022-07-22 10:17:23.722 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.860 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:23.825 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:23.845 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.862 18037-19747/? D/audio_hw_primary: start_output_stream: enter: stream(0xef239000)usecase(1: low-latency-playback) devices(0x2) is_haptic_usecase(0)
2022-07-22 10:17:23.862 18037-19747/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:17:23.862 18037-19747/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:23.862 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:23.862 18037-19747/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
2022-07-22 10:17:23.862 18037-19747/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
2022-07-22 10:17:23.863 18037-19747/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:17:23.863 18037-19747/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
2022-07-22 10:17:23.863 18037-19747/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2022-07-22 10:17:23.863 18037-19747/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device =
2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: (75) check_usecases curr device: speaker, usecase device: backends match 0
2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2022-07-22 10:17:23.863 18037-19747/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:17:23.863 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2022-07-22 10:17:23.863 18037-19747/? D/audio_route: Apply path: speaker
2022-07-22 10:17:23.864 18424-8810/? W/VrApi: ovr_SubmitFrameInternal: FrameIndex discontinuity: Expected 773, Received 772
2022-07-22 10:17:23.866 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.869 18037-19747/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24 and above bits playback on speaker ONLY at default sampling rate
2022-07-22 10:17:23.869 18037-19747/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
2022-07-22 10:17:23.869 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:23.869 18037-19747/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:17:23.869 18037-19747/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69943, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 43
2022-07-22 10:17:23.870 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:23.870 18037-19747/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11137, sample rate = 48000, afe_sample_rate = 48000
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69943]
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:17:23.870 18037-19747/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:17:23.870 18037-19747/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:17:23.870 18037-19747/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2022-07-22 10:17:23.870 18037-19747/? D/audio_route: Apply path: low-latency-playback
2022-07-22 10:17:23.871 18037-19747/? D/audio_hw_primary: select_devices: done
2022-07-22 10:17:23.878 18424-8810/? I/VrApi: ---------- vrapi_LeaveVrMode [start] ----------
2022-07-22 10:17:23.879 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::EndSession
2022-07-22 10:17:23.879 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58081:0x0 in 1.3 ms
2022-07-22 10:17:23.881 18424-8810/? D/VrApi: targetSDKVersion 29
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest 2
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE OS VERSION = 10
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: API LOADER VERSION = 1.56.0
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: RUNTIME API VERSION = 1.59.0
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: RUNTIME VERSION = 42.0.0.130.250 Jul 7 2022 10:22:23 RELEASE
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP NAME = com.oculus.os.vrlockscreen
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP VERSION = 10 versionCode 29 internalVersionName <none>
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP VR TYPE = <none>
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP MODE TYPE = <none>
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP PACKAGE NAME = com.oculus.os.vrlockscreen
2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.oculus.os.DialogContext
2022-07-22 10:17:23.882 18424-8810/? D/BatteryReceiver: Unregistering battery receiver
2022-07-22 10:17:23.882 18424-8810/? I/Sensor: OSSDKTRACKING Shutdown tracking
2022-07-22 10:17:23.882 18424-8810/? I/LogTimer: CPUTIME: VrRuntimeClient_EndSession took 3.1574 ms
2022-07-22 10:17:23.882 18663-8811/? I/ScreenCaptureBase: GlobalInhibitState changed to 0
2022-07-22 10:17:23.882 18663-8811/? I/CompositorVR: SetClientSurfaceSecureFlag: secure=0
2022-07-22 10:17:23.885 18424-8834/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0D,CPU4/GPU=1/1,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2852MB,PLS=0,Temp=30.5C/0.0C,TW=4.18ms,App=0.97ms,GD=0.00ms,CPU&GPU=3.42ms,LCnt=4(DR0,LM0),GPU%=0.38,CPU%=0.05(W0.09),DSF=1.00,CFL=19.93/23.87
2022-07-22 10:17:23.886 18424-8810/? I/VrApi: OVR::Stats thread stopped
2022-07-22 10:17:23.886 18424-8810/? I/InputDeviceManager: ovrInputDeviceManager::~ovrInputDeviceManager
2022-07-22 10:17:23.886 18424-8810/? I/InputDevice_TrackedRemote: OSSDKTRACKING shutting down Haptics
2022-07-22 10:17:23.886 18424-8810/? I/chatty: uid=1000(system) RenderThread identical 2 lines
2022-07-22 10:17:23.886 18424-8810/? I/InputDevice_TrackedRemote: OSSDKTRACKING shutting down Haptics
2022-07-22 10:17:23.886 18424-8810/? I/OSHandDataQuerier: OSSDKTRACKING shutting down HandsTracker
2022-07-22 10:17:23.886 18424-8810/? I/OSHandDataQuerier: OSSDKTRACKING shutting down HandsTracker
2022-07-22 10:17:23.886 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.890 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:23.893 18037-19747/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9
2022-07-22 10:17:23.893 18037-19747/? D/msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
2022-07-22 10:17:23.894 18037-19747/? D/audio_hw_primary: start_output_stream: exit
2022-07-22 10:17:23.898 18424-8812/? I/ClientInputThread_Internal: InputThreadRun ShutdownRequest received
2022-07-22 10:17:23.898 18424-8810/? D/InputHooksJava: Disabling Java Input Hooks
2022-07-22 10:17:23.898 18424-8810/? I/ClientInputTrackedKeyboardManager: TRACKEDKEYBOARD ClearTrackedObjectManager called on client
2022-07-22 10:17:23.898 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x0, 0, com.oculus.os.vrlockscreen
2022-07-22 10:17:23.898 18663-8451/? I/ClientMgr: ClientMgr::EnableRendering 18424:com.oculus.os.vrlockscreen : type 0 comp-id 21: disable
2022-07-22 10:17:23.898 18663-8451/? I/VrRuntimeServer: DisableCompositorClient: 21
2022-07-22 10:17:23.898 18663-8451/? I/TimeWarpClientMgr: Disable client 21
2022-07-22 10:17:23.898 18663-8451/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
2022-07-22 10:17:23.903 18663-18747/? I/ClientMgr: Non-overlay clients rendering status has changed: prev=41, curr=42, enabled=0
2022-07-22 10:17:23.907 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.913 18663-18747/? I/TimeWarpClientMgr: Enable client 0
2022-07-22 10:17:23.913 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(0): layer placement(2147483643) flags(8) sm(0x7ed05b7160)
2022-07-22 10:17:23.916 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session render:com.oculus.os.vrlockscreen
2022-07-22 10:17:23.916 18424-8853/? I/FenceChecker: FenceChecker::MainLoop - ended
2022-07-22 10:17:23.916 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::smile:estroySession
2022-07-22 10:17:23.916 18424-8810/? I/VrApi: ---------- vrapi_LeaveVrMode [end] ----------
2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=336
2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=341
2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=342
2022-07-22 10:17:23.919 18663-18731/? I/SwapChain: DestroyAndroidSurfaceSwapChain: 0x7e86457000: Destroying SurfaceTexture 0x2b96 Surface 0x2ba6
2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=337
2022-07-22 10:17:23.920 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.922 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=339
2022-07-22 10:17:23.923 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.923 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=340
2022-07-22 10:17:23.924 18663-8811/? I/CompositorVR: Global CAC is disabled (0x0)
2022-07-22 10:17:23.925 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
2022-07-22 10:17:23.925 793-793/? D/SurfaceFlinger: CAC state changed to 0
2022-07-22 10:17:23.926 18424-8810/? D/UI: RenderThread exiting
2022-07-22 10:17:23.927 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.928 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x3664-1 for Virtual
2022-07-22 10:17:23.929 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x3664 cur_mode_index 2
2022-07-22 10:17:23.929 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x3664]
2022-07-22 10:17:23.929 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
2022-07-22 10:17:23.929 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
2022-07-22 10:17:23.931 18097-18121/? W/UsageStatsService: Event reported without a package name, eventType:18
2022-07-22 10:17:23.931 18097-2918/? D/ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP
2022-07-22 10:17:23.934 18097-2918/? W/InputReader: Device has associated, but no associated display id.
2022-07-22 10:17:23.937 18424-18424/? D/OsSdk: TrackingServiceConnection dtor
2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Unregistering client by ITrackingService.unregisterClient
2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Failed to unregister client because client not found in registered list
2022-07-22 10:17:23.937 852-8212/? I/chatty: uid=1000(system) Binder:852_7 identical 4 lines
2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Failed to unregister client because client not found in registered list
2022-07-22 10:17:23.937 852-8212/? D/TrackingService: unregister: com.oculus.os.vrlockscreen
2022-07-22 10:17:23.937 18424-18424/? D/OsSdk: TrackingServiceConnection unregistered
2022-07-22 10:17:23.937 18424-18424/? I/VrApi: ------------ vrapi_Shutdown [start] -----------
2022-07-22 10:17:23.937 18424-18424/? W/VrApi: IsOvrValid: ovr == nullptr. Package: com.oculus.os.vrlockscreen
2022-07-22 10:17:23.938 18424-18424/? D/UserSwitchedReceiver: Unregistering UserSwitchedReceiver
2022-07-22 10:17:23.938 18033-3951/? D/AF::TrackHandle: OpPlayAudio: track:60 uid:1000 pkg:com.android.networkstack.inprocess usage:13 not muted
2022-07-22 10:17:23.938 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
2022-07-22 10:17:23.939 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
2022-07-22 10:17:23.939 18424-18424/? I/TREX: Shutting down system...
2022-07-22 10:17:23.939 18424-18424/? E/TREX: Update thread is not running!
2022-07-22 10:17:23.939 18424-18424/? I/TREX: Shutting down interface manager.
2022-07-22 10:17:23.939 18424-18424/? D/SystemActivitiesReceiver: Unregistering Oculus System Activity receiver
2022-07-22 10:17:23.942 18424-18424/? I/AutomationUtils: Shutdown
2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::Shutdown
2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::StopAudioConsumerThread
2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::StopAudioConsumerThread COMPLETE
2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::Shutdown COMPLETE
2022-07-22 10:17:23.942 18424-18424/? D/VrRuntimeClient: VrRuntimeClient: shutdown.
2022-07-22 10:17:23.942 18424-18424/? I/VrGuardianClient: Shutdown
2022-07-22 10:17:23.942 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::smile:isconnectFromServer: 0, Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:23.944 18752-8454/? I/RuntimeIPCServerMgr: HandleClientDisconnect: Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:23.944 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClient: Shutdown: Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCApi: ipc_Shutdown
2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCServiceClient: Shutdown: Refs still outstanding: 1, com.oculus.os.vrlockscreen
2022-07-22 10:17:23.945 18424-18424/? I/LogTimer: CPUTIME: VrRuntimeClient_Shutdown took 2.9119 ms
2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::smile:isconnectFromServer: 0, Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:23.945 18663-8450/? I/RuntimeIPCServerMgr: HandleClientDisconnect: Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClient: Shutdown: Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCApi: ipc_Shutdown
2022-07-22 10:17:23.945 18663-8451/? I/VrRuntimeService: RuntimeIPC: IPC_SYSTEM_EVENT_CLIENT_DISCONNECTED_EXT: com.oculus.os.vrlockscreen
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::smile:estroyClient: 18424:com.oculus.os.vrlockscreen
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::smile:estroyClient: Remove 18424:com.oculus.os.vrlockscreen as focused client.
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: FocusedClient changed.
2022-07-22 10:17:23.945 18663-8451/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: Releasing clocks.
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: SetFocusedPackageName - packageName processName clientId 0 clientPid 0
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::smile:estroyClient: non-deferred ShutdownResources: 772 == 772
2022-07-22 10:17:23.945 18663-8451/? I/VrRuntimeServer: UnRegisterCompositorClient client(21)
2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: RemoveClient: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424
2022-07-22 10:17:23.945 18424-8427/? I/AsyncTaskMgr: MainLoop exiting
2022-07-22 10:17:23.946 18424-18424/? I/ServerProcessConnector: RuntimeIPC: Shutdown: Begin
2022-07-22 10:17:23.946 18424-18424/? I/ServerProcessConnector: RuntimeIPC: Shutdown: Success: com.oculus.os.vrlockscreen
2022-07-22 10:17:23.946 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::Shutdown
2022-07-22 10:17:23.946 18663-18747/? I/ServiceInputManager: HAPTICS: No longer forcing reporting of remotes connected for non focused apps
2022-07-22 10:17:23.946 18506-18524/? W/SessionController: Failed to stop session (com.oculus.systemdriver:render_process_unknown) because the sessionName does not exist.
2022-07-22 10:17:23.946 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session render_process_unknown
2022-07-22 10:17:23.947 817-26895/? I/RuntimeIPCService: DestroyBrokerConnection: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424
2022-07-22 10:17:23.947 18424-18424/? I/ServerStateMgr: Shutdown
2022-07-22 10:17:23.947 18424-8426/? I/DeadlockObserver: MainLoop exiting
2022-07-22 10:17:23.947 18424-18424/? I/RuntimeIPCServiceClient: Shutdown: complete com.oculus.os.vrlockscreen
2022-07-22 10:17:23.947 18424-18424/? I/RenderUtils: ovrRenderUtils::Shutdown - not initialized
2022-07-22 10:17:23.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.950 18424-18424/? I/VrApi: ------------ vrapi_Shutdown [end] -----------
2022-07-22 10:17:23.952 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session lifetime:com.oculus.os.vrlockscreen
2022-07-22 10:17:23.955 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.USER_PRESENT
2022-07-22 10:17:23.955 31716-31716/? D/[OAO] ShellOverlayService: onUserPresent
2022-07-22 10:17:23.955 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.USER_PRESENT
2022-07-22 10:17:23.956 31716-31716/? D/DeviceHelper: isDeviceLocked = false
2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: VrThread woke up
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
command = deviceUnlocked
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : deviceUnlocked
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: deviceUnlocked message received
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: change from Locked to Awake
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: isWakingOrUnlockingIntoWake : 1
2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: interactionState : None
2022-07-22 10:17:23.967 18663-18663/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
2022-07-22 10:17:23.967 18663-18663/? I/ClientMgr: Releasing clocks.
2022-07-22 10:17:23.967 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName processName clientId 0 clientPid 0
2022-07-22 10:17:23.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.971 31356-31356/? E/AppSwitchManager: No package name set
2022-07-22 10:17:23.978 18424-18424/? D/VrLockscreenHost: Window Focus: false
2022-07-22 10:17:23.978 18424-18424/? D/VrEmptyLockscreen: onWindowFocusChanged() called: false
2022-07-22 10:17:23.983 8615-8636/? I/Unity: MemoryManager: Using 'Dynamic Heap' Allocator.
2022-07-22 10:17:23.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:23.992 31716-31716/? D/KeyboardInputMethodService: onFinishInput
2022-07-22 10:17:24.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.019 8615-8636/? I/Unity: SystemInfo CPU = ARM64, Cores = 3, Memory = 5841mb
2022-07-22 10:17:24.020 8615-8636/? I/Unity: SystemInfo ARM big.LITTLE configuration: 3 big (mask: 0x70), 0 little (mask: 0x0)
2022-07-22 10:17:24.020 8615-8636/? I/Unity: XR UsableCoreMask: 0x70
2022-07-22 10:17:24.020 8615-8636/? I/Unity: ApplicationInfo com.mycompany.myapp version 0.0.0
2022-07-22 10:17:24.020 8615-8636/? I/Unity: Built from '2021.3/staging' branch, Version '2021.3.4f1 (cb45f9cae8b7)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a', Stripping 'Disabled'
2022-07-22 10:17:24.030 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.033 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.033 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.033 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:24.051 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.061 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:24.062 6810-6810/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:24.062 6810-6810/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:24.070 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ActiveClientDestroyedEventData: package=[com.oculus.os.vrlockscreen], process=[com.oculus.os.vrlockscreen]
2022-07-22 10:17:24.070 18752-18780/? I/GuardianSystem: OnDestroyActiveClient: com.oculus.os.vrlockscreen
2022-07-22 10:17:24.071 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.086 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
2022-07-22 10:17:24.087 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
2022-07-22 10:17:24.091 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.264 18506-8911/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:24.276 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 9 lines
2022-07-22 10:17:24.297 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-07-22 10:17:24.317 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-07-22 10:17:24.318 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 12 lines
2022-07-22 10:17:24.318 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-07-22 10:17:24.338 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.339 8615-8636/? I/Unity: Company Name: Ice Edge Business Solutions
2022-07-22 10:17:24.339 8615-8636/? I/Unity: Product Name: myapp
2022-07-22 10:17:24.342 8615-8636/? D/Unity: loading library OVRPlugin
2022-07-22 10:17:24.343 8615-8636/? D/OVRPlugin: JNI_OnLoad
2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: QUALCOMM build : a5215b3788, I741fad557a
Build Date : 05/02/22
OpenGL ES Shader Compiler Version: E031.40.05.00
Local Branch :
Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.12.2.10.00.00.757.251
Remote Branch : NONE
Reconstruct Branch : NOTHING
2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Build Config : S P 8.0.12 AArch64
2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Driver Version : 642.0
2022-07-22 10:17:24.351 8615-8636/? I/AdrenoGLES-0: PFP: 0x016dd106, ME: 0x00000000
2022-07-22 10:17:24.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.364 8615-8636/? D/Unity: GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_OES_texture_compression_astc GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_bptc GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_float_blend GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_mirror_clamp_to_edge GL_EXT_textur
2022-07-22 10:17:24.365 8615-8636/? D/Unity: e_format_sRGB_override GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_EGL_image_external_wrap_modes GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_shader_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16
2022-07-22 10:17:24.365 8615-8636/? D/Unity: GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_blit_framebuffer_params GL_EXT_clip_cull_distance GL_EXT_protected_textures GL_EXT_shader_non_constant_global_initializers GL_QCOM_texture_foveated GL_QCOM_texture_foveated2 GL_QCOM_texture_foveated_subsampled_layout GL_QCOM_shader_framebuffer_fetch_noncoherent GL_QCOM_shader_framebuffer_fetch_rate GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_EGL_image_array GL_NV_shader_noperspective_interpolation GL_KHR_robust_buffer_access_behavior GL_EXT_EGL_image_storage GL_EXT_blend_func_extended GL_EXT_clip_control GL_OES_texture_view GL_EXT_fragment_invocation_density GL_QCOM_motion_estimation GL_QCOM_validate_shader_binary GL_QCOM_YUV_texture_gather GL_QCOM_shading_rate GL_IMG_texture_filter_cubic GL_EXT_polygon_offset_clamp
2022-07-22 10:17:24.367 8615-8636/? E/libEGL: eglGetFrameTimestampSupportedANDROIDImpl:2604 error 300d (EGL_BAD_SURFACE)
2022-07-22 10:17:24.381 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.384 8615-8636/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
2022-07-22 10:17:24.384 8615-8636/? W/AudioTrack: set(): notificationFrames=-10 clamped to the range -1 to -8
2022-07-22 10:17:24.386 18037-18050/? I/audio_hw_primary: getting vr mode to 0
2022-07-22 10:17:24.386 18033-18033/? I/AudioPolicyManagerCustom: VR mode is 0, switch to primary output if request is for fast|raw
2022-07-22 10:17:24.387 18033-18033/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000104) and output flags (00000006)
2022-07-22 10:17:24.387 18033-18033/? D/AudioFlinger: Client defaulted notificationFrames to 192 for frameCount 1536
2022-07-22 10:17:24.388 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:109 uid:1010083 pkg:com.mycompany.myapp usage:1 not muted
2022-07-22 10:17:24.394 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:24.396 8615-8636/? I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 1536
2022-07-22 10:17:24.401 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.403 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
2022-07-22 10:17:24.406 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 1
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
2022-07-22 10:17:24.414 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 11
2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:17:24.415 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
2022-07-22 10:17:24.422 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.422 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:24.463 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:24.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.489 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.489 6810-6859/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:24.489 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6859/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.495 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.495 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.504 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.545 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:24.566 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.570 8615-8636/? I/Unity: XRGeneral Settings awakening...
UnityEngine.XR.Management.XRGeneralSettings:Awake()
2022-07-22 10:17:24.574 8615-8636/? I/IL2CPP: Locale en-US
2022-07-22 10:17:24.587 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.607 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.610 8615-8636/? D/OVRPlugin: CompositorOpenXR::PreInitialize(nullptr)
2022-07-22 10:17:24.610 8615-8636/? I/OVRPlugin: CompositorOpenXR::PreInitialize: use default UnityPlayer activity
2022-07-22 10:17:24.610 8615-8636/? I/OVRPlugin: CompositorOpenXR::PreInitialize(activity = 0x29aa, apiType = 0)
2022-07-22 10:17:24.610 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrInitializeLoaderKHR | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.610 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.612 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:24.612 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
2022-07-22 10:17:24.612 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:24.614 8615-8636/? I/edge.icerealit: The ClassLoaderContext is a special shared library.
2022-07-22 10:17:24.619 8615-8636/? D/VrDriver: Loading xr runtime vrapiimpl
2022-07-22 10:17:24.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.635 18506-8944/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:24.646 8615-8636/? D/vulkan: searching for layers in '/data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64'
2022-07-22 10:17:24.646 8615-8636/? D/vulkan: searching for layers in '/data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/base.apk!/lib/arm64-v8a'
2022-07-22 10:17:24.648 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntime succeeded loading runtime using interface version 1 and OpenXR API version 1.0
2022-07-22 10:17:24.649 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.654 8615-8636/? D/TrustedSignatureVerifier: isFirstParty() failed for com.mycompany.myapp
2022-07-22 10:17:24.654 8615-8636/? I/OpenXR: IsFirstParty 0
2022-07-22 10:17:24.663 8615-8636/? I/OpenXR: HasFeatureString 0
2022-07-22 10:17:24.663 8615-8636/? D/TrustedSignatureVerifier: isFirstParty() failed for com.mycompany.myapp
2022-07-22 10:17:24.663 8615-8636/? I/OpenXR: IsFirstParty 0
2022-07-22 10:17:24.663 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Device Region: 'US'
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
2022-07-22 10:17:24.665 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.665 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
2022-07-22 10:17:24.669 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
2022-07-22 10:17:24.670 8615-8636/? I/OpenXR: HasFeatureString 0
2022-07-22 10:17:24.670 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.670 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.670 8615-8636/? I/OpenXR: HasPermissionString 0
2022-07-22 10:17:24.671 8615-8636/? I/OpenXR: HasFeatureString 1
2022-07-22 10:17:24.673 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
2022-07-22 10:17:24.673 8615-8636/? I/OpenXR: PassesGKKillswitch 1
2022-07-22 10:17:24.673 8615-8636/? I/OpenXR: HasFeatureString 1
2022-07-22 10:17:24.674 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
2022-07-22 10:17:24.674 8615-8636/? I/OpenXR: PassesGKKillswitch 1
2022-07-22 10:17:24.674 8615-8636/? I/OpenXR: HasFeatureString 0
2022-07-22 10:17:24.674 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_query` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.675 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_query` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.675 8615-8636/? I/OpenXR: HasPermissionString 0
2022-07-22 10:17:24.675 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_touch_controller_extras` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.675 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_spatial_entity_storage` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.675 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX2_spatial_entity_storage` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.675 8615-8636/? I/OpenXR: HasPermissionString 0
2022-07-22 10:17:24.676 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 2 lines
2022-07-22 10:17:24.676 8615-8636/? I/OpenXR: HasPermissionString 0
2022-07-22 10:17:24.676 8615-8636/? I/OpenXR: HasFeatureString 1
2022-07-22 10:17:24.677 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
2022-07-22 10:17:24.677 8615-8636/? I/OpenXR: PassesGKKillswitch 1
2022-07-22 10:17:24.677 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_settings` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.677 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_FBX1_composition_layer_depth_test` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.678 8615-8636/? W/OpenXR: xrEnumerateInstanceExtensionProperties: skipping extension=`XR_METAX1_performance_metrics` due to: Tier=40 deviceIsExpEnabled=false expManifestSet=false isFirstPartyApp=false isSystemApp=false
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Available Extensions: (38)
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_android_create_instance SpecVersion=3
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_android_surface_swapchain SpecVersion=4
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_android_thread_settings SpecVersion=5
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_android_surface_swapchain_create SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_opengl_es_enable SpecVersion=8
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_vulkan_enable SpecVersion=8
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_vulkan_enable2 SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_composition_layer_cube SpecVersion=8
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_composition_layer_cylinder SpecVersion=4
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_composition_layer_equirect2 SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_composition_layer_depth SpecVersion=5
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_color_space SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_EXT_performance_settings SpecVersion=3
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_EXT_hand_tracking SpecVersion=4
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_display_refresh_rate SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_swapchain_update_state SpecVersion=3
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_swapchain_update_state_opengl_es SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_swapchain_update_state_vulkan SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_swapchain_update_state_android_surface SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_OCULUS_common_reference_spaces SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_composition_layer_image_layout SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_composition_layer_alpha_blend SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_common_events SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_hand_tracking_mesh SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_hand_tracking_aim SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_hand_tracking_capsules SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_foveation SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_foveation_configuration SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_foveation_vulkan SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_composition_layer_secure_content SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_KHR_convert_timespec_time SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_triangle_mesh SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_passthrough SpecVersion=3
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_space_warp SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_passthrough_keyboard_hands SpecVersion=2
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_FB_composition_layer_settings SpecVersion=1
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Name=XR_EXT_debug_utils SpecVersion=4
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_render_model
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_keyboard_tracking
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_query
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_storage
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_container
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_scene
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_scene_capture
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FBX1_composition_layer_settings
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Available Layers: (0)
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance
2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator
2022-07-22 10:17:24.678 8615-8636/? I/OpenXR: ----------- xrCreateInstance [start] ----------
2022-07-22 10:17:24.678 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_vulkan_enable enabled.
2022-07-22 10:17:24.680 8615-8636/? D/UserSwitchedReceiver: Registering UserSwitchedReceiver
2022-07-22 10:17:24.684 8615-8636/? I/TREX: Initializing TREX for client 7b3a7cd12e4bb77b...
2022-07-22 10:17:24.684 8615-8636/? I/TREX: Initializing system...
2022-07-22 10:17:24.684 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
2022-07-22 10:17:24.684 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 4 lines
2022-07-22 10:17:24.684 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
2022-07-22 10:17:24.684 8615-8636/? I/TREX: Loading plugin com.oculus.superres:libsuperres_plugin.so
2022-07-22 10:17:24.684 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.685 8615-8636/? E/TREX: Package 'com.oculus.superres' was not found!
2022-07-22 10:17:24.685 8615-8636/? E/TREXLoadPolicy: Package com.oculus.superres has an invalid signature! (Debugging)
2022-07-22 10:17:24.685 8615-8636/? E/TREXLoadPolicy: Skipping load of package com.oculus.superres due to an invalid signature!
2022-07-22 10:17:24.685 8615-8636/? E/TREX: package 'com.oculus.superres' not allowed by policy
2022-07-22 10:17:24.685 8615-8636/? I/TREX: Plugin 'com.oculus.superres:libsuperres_plugin.so' not loaded.
2022-07-22 10:17:24.685 8615-8636/? I/TREX: Loading plugin com.oculus.systemdriver:libtrex_virtual_keyboard_plugin.so
2022-07-22 10:17:24.685 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.685 8615-8636/? D/TREX: Package 'com.oculus.systemdriver' signature is android.content.pm.Signature@727a19a0
2022-07-22 10:17:24.685 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
2022-07-22 10:17:24.686 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
2022-07-22 10:17:24.686 8615-8636/? D/TREX: Verifying release signature...
2022-07-22 10:17:24.686 8615-8636/? D/TREX: Release signature verified!
2022-07-22 10:17:24.686 8615-8636/? D/AndroidLibraryResolver: Loading 'libtrex_virtual_keyboard_plugin.so' from package 'com.oculus.systemdriver'
2022-07-22 10:17:24.687 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: nativeSetClassLoader:0x2b16
2022-07-22 10:17:24.688 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderHandle SUCCESS
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_GetPluginInfo
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Initialize
2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Shutdown
2022-07-22 10:17:24.689 8615-8636/? I/TREX: Created plugin package context for com.oculus.systemdriver
2022-07-22 10:17:24.689 8615-8636/? I/TREXLoadPolicy: InsightMR: all features matched!
2022-07-22 10:17:24.689 8615-8636/? I/TREX: Loading plugin com.oculus.mrservice:libmrservice_plugin.so
2022-07-22 10:17:24.689 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.690 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.690 8615-8636/? D/TREX: Package 'com.oculus.mrservice' signature is android.content.pm.Signature@727a19a0
2022-07-22 10:17:24.691 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
2022-07-22 10:17:24.691 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
2022-07-22 10:17:24.691 8615-8636/? D/TREX: Verifying release signature...
2022-07-22 10:17:24.691 8615-8636/? D/TREX: Release signature verified!
2022-07-22 10:17:24.691 8615-8636/? D/AndroidLibraryResolver: Loading 'libmrservice_plugin.so' from package 'com.oculus.mrservice'
2022-07-22 10:17:24.692 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:24.692 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
2022-07-22 10:17:24.692 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:24.695 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
2022-07-22 10:17:24.696 8615-8636/? I/libloaderimpl: nativeSetClassLoader:0x2b36
2022-07-22 10:17:24.697 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderHandle SUCCESS
2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_GetPluginInfo
2022-07-22 10:17:24.698 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Initialize
2022-07-22 10:17:24.698 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Shutdown
2022-07-22 10:17:24.698 8615-8636/? I/TREX: Created plugin package context for com.oculus.mrservice
2022-07-22 10:17:24.699 8615-8636/? I/PerformanceManagerInterface_Impl: PerformanceManagerInterface_Impl_V1: feature: 1: com.oculus.feature.PASSTHROUGH
2022-07-22 10:17:24.699 8615-8636/? W/PerformanceManagerInterface_Impl: UpdateServerState unable to read shared memory
2022-07-22 10:17:24.699 8615-8636/? D/ActivityLifecycleListener: Registering LifecycleListener
2022-07-22 10:17:24.699 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
2022-07-22 10:17:24.700 8615-8636/? I/DeviceProperties: Device Region: 'US'
2022-07-22 10:17:24.700 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
2022-07-22 10:17:24.701 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.702 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
2022-07-22 10:17:24.703 8615-8636/? I/VrRuntimeClient: DevicesSupported : 2 devices, quest|quest2
2022-07-22 10:17:24.703 8615-8636/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.704 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.704 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.704 8615-8636/? I/Distortion: SetLensPositions - iad=0.065, left offset=0.000735678,-0.00108839, right offset=-0.00086347,-0.00115272
2022-07-22 10:17:24.705 8615-8636/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:24.705 8615-8636/? I/OpenXR: ----------- xrCreateInstance [end] ----------
2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator
2022-07-22 10:17:24.705 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrCreateInstance | OpenXR-Loader] : LoaderInstance::CreateInstance succeeded with 0 layers enabled and runtime interface - created instance = 0x0100000000000001
2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Preinitialize: xrCreateInstance() succeeded
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Warning: unable to bind OpenXR entry xrGetOpenGLESGraphicsRequirementsKHR
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Preinitialize: xrGetSystem() succeeded. xrSystemId 15992298772902969345
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VkInstanceExtensions:
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_surface
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_android_surface
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_external_memory_capabilities
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_get_physical_device_properties2
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VkDeviceExtensions:
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_swapchain
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_external_memory
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_external_memory_fd
2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VK_KHR_get_memory_requirements2
2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Entering loader terminator
2022-07-22 10:17:24.705 8615-8636/? I/OpenXR: ------------ xrDestroyInstance [start] -----------
2022-07-22 10:17:24.705 8615-8636/? D/UserSwitchedReceiver: Unregistering UserSwitchedReceiver
2022-07-22 10:17:24.706 8615-8636/? I/TREX: Shutting down system...
2022-07-22 10:17:24.706 8615-8636/? E/TREX: Update thread is not running!
2022-07-22 10:17:24.706 8615-8636/? I/[CT]: MIXEDREALITY: TREX: Shutting down Insight MR plugin.
2022-07-22 10:17:24.706 8615-8636/? I/TREX: Shutting down interface manager.
2022-07-22 10:17:24.706 8615-8636/? D/ActivityLifecycleListener: Unregistering LifecycleListener
2022-07-22 10:17:24.706 8615-8636/? I/OpenXR: ------------ xrDestroyInstance [end]-----------
2022-07-22 10:17:24.706 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Completed loader terminator
2022-07-22 10:17:24.706 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Completed loader trampoline
2022-07-22 10:17:24.706 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrDestroyInstance | OpenXR-Loader] : RuntimeInterface::UnloadRuntime - Unloading RuntimeInterface
2022-07-22 10:17:24.706 8615-8636/? I/OpenXR-Loader: Info [GENERAL | | OpenXR-Loader] : RuntimeInterface being destroyed.
2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: Preinitialize: xrDestroyInstance() succeeded
2022-07-22 10:17:24.706 8615-8636/? D/OVRPlugin: CompositorOpenXR::PreInitialize() -- succeeded
2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: ProfilerSystem: verbose mode 0
2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: OVRPlugin 1.72.0 ... preinitialized
2022-07-22 10:17:24.710 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.717 8615-8636/? I/OVRPlugin: OpenXR SDK version 1.0.22
2022-07-22 10:17:24.717 8615-8636/? I/OVRPlugin: AppNativeLibraryDir: /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
2022-07-22 10:17:24.717 8615-8636/? I/OVRMrcLib: Try loading /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64/libOVRMrcLib.oculus.so
2022-07-22 10:17:24.717 8615-8636/? I/OVRMrcLib: Try loading /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64/libOVRMrcLib.so
2022-07-22 10:17:24.718 8615-8636/? I/OVRMrcLib: Try loading libOVRMrcLib.oculus.so
2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: OVRMrcLib loaded successfully
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetVersions loaded
2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: libOVRMrcLib.so version: 1.74.0
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Initialize loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConfigureGLES loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConfigureVulkan loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Shutdown loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetInitialized loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Update loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcActivationMode loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcActivationMode loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsMrcEnabled loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsMrcActivated loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function UseMrcDebugCamera loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcInputVideoBufferType loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcInputVideoBufferType loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameSize loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameSize loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcAudioSampleRate loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcAudioSampleRate loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameImageFlipped loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameImageFlipped loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameInverseAlpha loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameInverseAlpha loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetAvailableQueueIndexVulkan loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrame loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameWithDualTextures loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SyncMrcFrame loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraCount loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraName loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraIntrinsics loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraExtrinsics loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraCalibrationRawPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function OverrideExternalCameraFov loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetUseOverriddenExternalCameraFov loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function OverrideExternalCameraStaticPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetUseOverriddenExternalCameraStaticPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConvertPoseToCameraSpace loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ResetDefaultExternalCamera loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetDefaultExternalCamera loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameWithPoseTime loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameDualTexturesWithPoseTime loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetHeadsetControllerPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EnumerateCameraAnchorHandles loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCurrentCameraAnchorHandle loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorName loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorHandle loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorType loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function CreateCustomCameraAnchor loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function DestroyCustomCameraAnchor loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCustomCameraAnchorPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetCustomCameraAnchorPose loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraMinMaxDistance loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetCameraMinMaxDistance loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetPlatformInitialized loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetPlatformCameraMode loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetPlatformCameraMode loaded
2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsCastingToRemoteClient loaded
2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: ovrm_LoadSharedLibrary() succeeded. Module loaded from /system/lib64/libOVRMrcLib.oculus.so
2022-07-22 10:17:24.719 8615-8636/? I/OVRPlugin: OVRMrcLib loaded. Versions 1.74.0
2022-07-22 10:17:24.719 8615-8636/? E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
2022-07-22 10:17:24.719 8615-8636/? D/OVRPlugin: CompositorOpenXR::Initialize()
2022-07-22 10:17:24.719 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline
2022-07-22 10:17:24.720 8615-8636/? D/VrDriver: Loading xr runtime vrapiimpl
2022-07-22 10:17:24.721 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrCreateInstance | OpenXR-Loader] : RuntimeInterface::LoadRuntime succeeded loading runtime using interface version 1 and OpenXR API version 1.0
2022-07-22 10:17:24.722 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | FindLayerLibraries | OpenXR-Loader] : searching for layers in /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
2022-07-22 10:17:24.722 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance
2022-07-22 10:17:24.722 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: ----------- xrCreateInstance [start] ----------
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_vulkan_enable enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_EXT_performance_settings enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_color_scale_bias enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_EXT_hand_tracking enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_mesh enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_aim enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_capsules enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_display_refresh_rate enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_color_space enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_OCULUS_common_reference_spaces enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_composition_layer_image_layout enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_android_surface_swapchain enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_android_surface_swapchain_create enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state_opengl_es enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state_vulkan enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation_configuration enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation_vulkan enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_composition_layer_alpha_blend enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_depth enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_cylinder enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_cube enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_equirect2 enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_convert_timespec_time enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_passthrough enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_triangle_mesh enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_passthrough_keyboard_hands enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_common_events enabled.
2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_opengl_es_enable enabled.
2022-07-22 10:17:24.723 8615-8636/? D/UserSwitchedReceiver: Registering UserSwitchedReceiver
2022-07-22 10:17:24.727 8615-8636/? I/TREX: Initializing TREX for client 7b3a7cd12e4bb77b...
2022-07-22 10:17:24.727 8615-8636/? I/TREX: Initializing system...
2022-07-22 10:17:24.727 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
2022-07-22 10:17:24.727 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 4 lines
2022-07-22 10:17:24.727 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
2022-07-22 10:17:24.727 8615-8636/? I/TREX: Loading plugin com.oculus.superres:libsuperres_plugin.so
2022-07-22 10:17:24.727 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.728 8615-8636/? E/TREX: Package 'com.oculus.superres' was not found!
2022-07-22 10:17:24.728 8615-8636/? E/TREXLoadPolicy: Package com.oculus.superres has an invalid signature! (Debugging)
2022-07-22 10:17:24.728 8615-8636/? E/TREXLoadPolicy: Skipping load of package com.oculus.superres due to an invalid signature!
2022-07-22 10:17:24.728 8615-8636/? E/TREX: package 'com.oculus.superres' not allowed by policy
2022-07-22 10:17:24.728 8615-8636/? I/TREX: Plugin 'com.oculus.superres:libsuperres_plugin.so' not loaded.
2022-07-22 10:17:24.728 8615-8636/? I/TREX: Loading plugin com.oculus.systemdriver:libtrex_virtual_keyboard_plugin.so
2022-07-22 10:17:24.728 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.728 8615-8636/? D/TREX: Package 'com.oculus.systemdriver' signature is android.content.pm.Signature@727a19a0
2022-07-22 10:17:24.729 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
2022-07-22 10:17:24.729 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
2022-07-22 10:17:24.729 8615-8636/? D/TREX: Verifying release signature...
2022-07-22 10:17:24.729 8615-8636/? D/TREX: Release signature verified!
2022-07-22 10:17:24.729 8615-8636/? D/AndroidLibraryResolver: Loading 'libtrex_virtual_keyboard_plugin.so' from package 'com.oculus.systemdriver'
2022-07-22 10:17:24.729 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_GetPluginInfo
2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Initialize
2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Shutdown
2022-07-22 10:17:24.730 8615-8636/? I/TREX: Created plugin package context for com.oculus.systemdriver
2022-07-22 10:17:24.730 8615-8636/? I/TREXLoadPolicy: InsightMR: all features matched!
2022-07-22 10:17:24.730 8615-8636/? I/TREX: Loading plugin com.oculus.mrservice:libmrservice_plugin.so
2022-07-22 10:17:24.730 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
2022-07-22 10:17:24.730 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.731 8615-8636/? D/TREX: Package 'com.oculus.mrservice' signature is android.content.pm.Signature@727a19a0
2022-07-22 10:17:24.731 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
2022-07-22 10:17:24.731 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
2022-07-22 10:17:24.731 8615-8636/? D/TREX: Verifying release signature...
2022-07-22 10:17:24.731 8615-8636/? D/TREX: Release signature verified!
2022-07-22 10:17:24.731 8615-8636/? D/AndroidLibraryResolver: Loading 'libmrservice_plugin.so' from package 'com.oculus.mrservice'
2022-07-22 10:17:24.731 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_GetPluginInfo
2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Initialize
2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Shutdown
2022-07-22 10:17:24.732 8615-8636/? I/TREX: Created plugin package context for com.oculus.mrservice
2022-07-22 10:17:24.732 8615-8636/? I/PerformanceManagerInterface_Impl: PerformanceManagerInterface_Impl_V1: feature: 1: com.oculus.feature.PASSTHROUGH
2022-07-22 10:17:24.732 8615-8636/? W/PerformanceManagerInterface_Impl: UpdateServerState unable to read shared memory
2022-07-22 10:17:24.732 8615-8636/? D/ActivityLifecycleListener: Registering LifecycleListener
2022-07-22 10:17:24.732 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
2022-07-22 10:17:24.733 8615-8636/? I/DeviceProperties: Device Region: 'US'
2022-07-22 10:17:24.733 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
2022-07-22 10:17:24.737 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.738 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
2022-07-22 10:17:24.740 8615-8636/? I/VrRuntimeClient: DevicesSupported : 2 devices, quest|quest2
2022-07-22 10:17:24.740 8615-8636/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.740 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.740 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.741 8615-8636/? I/Distortion: SetLensPositions - iad=0.065, left offset=0.000735678,-0.00108839, right offset=-0.00086347,-0.00115272
2022-07-22 10:17:24.741 8615-8636/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:24.741 8615-8636/? I/OpenXR: ----------- xrCreateInstance [end] ----------
2022-07-22 10:17:24.741 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator
2022-07-22 10:17:24.741 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrCreateInstance | OpenXR-Loader] : LoaderInstance::CreateInstance succeeded with 0 layers enabled and runtime interface - created instance = 0x0100000000000002
2022-07-22 10:17:24.741 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline
2022-07-22 10:17:24.741 8615-8636/? I/OVRPlugin: xrCreateInstance() succeeded
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR runtime name: Oculus, version 42.130.0
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: xrGetSystem() succeeded. xrSystemId 15992298772902969345
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR system properties:
venderId 10291, systemName Oculus Quest2, maxSwapchainImage(8192, 8192), maxLayerCount 32, orientationTracking 1, positionTracking 1
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR hand tracking system properties:
hand tracking supported 1
2022-07-22 10:17:24.742 8615-8636/? D/OVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO)
2022-07-22 10:17:24.742 8615-8636/? D/OVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 1
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: xrEnumerateViewConfigurationViews() found 2 views
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: View: Recommended Width=1440 Height=1584 SampleCount=1 Maximum Width=8192 Height=8192 SampleCount=1
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: View: Recommended Width=1440 Height=1584 SampleCount=1 Maximum Width=8192 Height=8192 SampleCount=1
2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateActionSet ---------
2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateAction ------------
2022-07-22 10:17:24.742 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 18 lines
2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateAction ------------
2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: -- xrSuggestInteractionProfileBindings -
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: CompositorOpenXR::Initialize() - succeeded
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: Compositor initialized from thread id c9f50d50
2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OVRPlugin 1.72.0 ... initialized
2022-07-22 10:17:24.751 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.772 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.774 8615-8636/? V/MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2022-07-22 10:17:24.783 8615-8636/? D/Unity: initOculus Java!
2022-07-22 10:17:24.787 18097-31846/? E/WindowManager: App trying to use insecure INPUT_FEATURE_NO_INPUT_CHANNEL flag. Ignoring
2022-07-22 10:17:24.793 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.802 18663-18663/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
2022-07-22 10:17:24.802 18663-18663/? I/ClientMgr: Releasing clocks.
2022-07-22 10:17:24.802 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName processName clientId 0 clientPid 0
2022-07-22 10:17:24.803 8615-8615/? D/Unity: Oculus UI thread done.
2022-07-22 10:17:24.804 8615-8938/? D/OVRPlugin: eglGetConfigs() obtained 72 configs
2022-07-22 10:17:24.804 8615-8938/? D/OVRPlugin: CompositorOpenXR_GLES::SetupDisplayObjects(): Unable to find EGLConfig for configId 0. Set EGLConfig to NULL
2022-07-22 10:17:24.804 8615-8938/? I/OVRPlugin: xrGetOpenGLESGraphicsRequirementsKHR: minApiVersion 3.0.0 maxApiVersion 3.2.0
2022-07-22 10:17:24.804 8615-8938/? I/OpenXR: ------------ xrCreateSession [start] -----------
2022-07-22 10:17:24.804 8615-8938/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 May 11 2022 03:24:16
2022-07-22 10:17:24.804 8615-8938/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
2022-07-22 10:17:24.806 8615-8938/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
2022-07-22 10:17:24.806 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:24.808 31356-31356/? E/AppSwitchManager: No package name set
2022-07-22 10:17:24.809 8615-8956/? I/DeadlockObserver: MainLoop starting
2022-07-22 10:17:24.809 8615-8938/? I/DeadlockObserver: Init SUCCESS
2022-07-22 10:17:24.809 8615-8938/? I/RuntimeIPCServiceClient: Using OS RuntimeIPC Service
2022-07-22 10:17:24.809 8615-8938/? I/AsyncTaskMgr: Init SUCCESS
2022-07-22 10:17:24.809 8615-8938/? I/ServerStateMgr: Init
2022-07-22 10:17:24.809 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Methods->GetConnectInfo
2022-07-22 10:17:24.809 8615-8957/? I/AsyncTaskMgr: MainLoop starting
2022-07-22 10:17:24.810 817-26895/? I/RuntimeIPCService: CreateBrokerConnection: 8615:com.mycompany.myapp:com.mycompany.myapp
2022-07-22 10:17:24.810 31716-31716/? D/KeyboardInputMethodService: onFinishInput
2022-07-22 10:17:24.812 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Helper.Init
2022-07-22 10:17:24.812 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling InitBrokerHandler
2022-07-22 10:17:24.813 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Success
2022-07-22 10:17:24.813 8615-8938/? I/ServerStateMgr: Init
2022-07-22 10:17:24.813 8615-8938/? I/RuntimeIPCServiceClient: IPCMainLoopHandler: Init SUCCESS
2022-07-22 10:17:24.813 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.814 18663-18663/? D/VrRuntimeService: onStartCommand
2022-07-22 10:17:24.815 817-8958/? I/RuntimeIPCService: RPC_BROKER_CREATE_PROCESS_CONNECTION: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, SetBrokerHandlerCalled: 1
2022-07-22 10:17:24.815 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.systemdriver:com.oculus.vrruntimeservice
2022-07-22 10:17:24.816 18663-8961/? D/RuntimeIPCServerMgr: RegisterClient: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 118 (ipcStateReadWrite)
2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 222 (ipcReadOnlyState)
2022-07-22 10:17:24.816 18663-8961/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 229 (ipcEventBuffer)
2022-07-22 10:17:24.817 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 234 (ipcEventBuffer_Private)
2022-07-22 10:17:24.817 18663-8961/? I/RuntimeIPCServerMgr: HandleClientConnect SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:24.817 18663-8962/? I/VrRuntimeService: RuntimeIPC: IPC_SYSTEM_EVENT_CLIENT_CONNECTED_EXT: com.mycompany.myapp:8615, Version: 2.0, Custom: 1.0
2022-07-22 10:17:24.818 18663-8962/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.mycompany.myapp:com.mycompany.myapp:8615, com.oculus.os.vrlockscreen, com.oculus.os.vrlockscreen
2022-07-22 10:17:24.820 18663-8961/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: EnsureServerConnection: SUCCESS. Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: ConnectToServer: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:24.820 8615-8938/? I/VrRuntimeClient: g_RuntimeServiceSDKClient.Connected: com.oculus.systemdriver:com.oculus.vrruntimeservice
2022-07-22 10:17:24.820 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::RegisterClient: com.mycompany.myapp
2022-07-22 10:17:24.820 18663-8962/? I/ClientMgr: ClientMgr::CreateClient: 8615:com.mycompany.myapp
2022-07-22 10:17:24.820 18663-8962/? I/ClientMgr: CliengMgr: Client session placement = 0
2022-07-22 10:17:24.820 18663-8962/? I/TimeWarpClientMgr: Register client 22
2022-07-22 10:17:24.820 18663-8962/? I/VrRuntimeServer: RegisterCompositorClient client(22)
2022-07-22 10:17:24.821 18663-8962/? W/ActivityManagerUtils: Unabled to get process package name from pid: 8615
2022-07-22 10:17:24.821 18663-8962/? I/ClientMgr: ClientMgr: Client:com.mycompany.myapp isOsApp=false
2022-07-22 10:17:24.822 18663-8962/? I/ClientMgr: SharedMemoryDebug: InitResources MapMemory (VrRuntimeService_PrivateReadWrite_com.mycompany.myapp) size = 33736 ; flags = 3
2022-07-22 10:17:24.822 18663-8962/? I/SharedMemoryServer: SharedMemoryServer::MapMemory: SharedMemoryDebug: Allocated shared memory fd 242 (VrRuntimeService_PrivateReadWrite_com.mycompany.myapp) (size: 33736)
2022-07-22 10:17:24.822 18663-8962/? I/ServiceInputManager: HANDTRACKING Initial input state override: 0
2022-07-22 10:17:24.822 18663-8962/? I/PTKService: PTKServiceClient Init
2022-07-22 10:17:24.822 18663-8962/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 May 11 2022 03:24:16
2022-07-22 10:17:24.822 18663-8962/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:24.822 18663-8962/? I/RuntimeIPCServiceClient: Init: Already initialized: com.oculus.vrruntimeservice, 3
2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayService: onStartCommand(): Intent { cmp=com.oculus.vrshell/.ShellOverlayService }
2022-07-22 10:17:24.823 31716-31716/? D/[OAO] ShellOverlayService: Discarding empty broadcast
2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:24.824 31716-32115/? D/RuntimeIPCServerMgr: RegisterClient: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.825 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 87 (ipcStateReadWrite)
2022-07-22 10:17:24.825 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 208 (ipcReadOnlyState)
2022-07-22 10:17:24.825 31716-32115/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
2022-07-22 10:17:24.828 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 209 (ipcEventBuffer)
2022-07-22 10:17:24.828 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 210 (ipcEventBuffer_Private)
2022-07-22 10:17:24.829 31716-32115/? I/RuntimeIPCServerMgr: HandleClientConnect SUCCESS: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.833 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:24.834 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.835 31716-32115/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: EnsureServerConnection: SUCCESS. Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: ConnectToServer: SUCCESS: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.837 31716-32115/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: InitServerStateForGroup: SUCCESS. 0, Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::smile:isconnectFromServer: 0, Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.837 31716-32115/? I/RuntimeIPCServerMgr: HandleClientDisconnect: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: RuntimeIPCClient: Shutdown: Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.838 18663-8962/? I/RuntimeIPCApi: ipc_Shutdown
2022-07-22 10:17:24.838 18663-8962/? I/RuntimeIPCServiceClient: Shutdown: Refs still outstanding: 3, com.oculus.vrruntimeservice
2022-07-22 10:17:24.838 18663-8962/? I/ClientMgr: AddClient: com.mycompany.myapp:com.mycompany.myapp:8615
2022-07-22 10:17:24.838 18663-8962/? I/ClientMgr: CreateClient: Sending PrimaryPackageChangeEvent outside of normal operation for Guardian.
2022-07-22 10:17:24.838 18663-8962/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.guardian:com.oculus.vrguardianservice:18752, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.840 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:24.840 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:24.841 18663-8962/? I/UnifiedTelemetryWrapper: Started UT session lifetime:com.mycompany.myapp
2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::GetSharedMemoryFileDescriptor: SharedMemoryDebug: 2204659461
2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: GetSharedMemoryFileDescriptor: SharedMemoryDebug: SharedMemoryType_PublicReadOnly: 39 (6136)
2022-07-22 10:17:24.842 8615-8938/? I/VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: publicReadOnly SharedMemorySize=6136 () sizeof(sharedMemoryPublicReadOnly)=6160
2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::GetSharedMemoryFileDescriptor: SharedMemoryDebug: 2204659461
2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: GetSharedMemoryFileDescriptor: SharedMemoryDebug: SharedMemoryType_PrivateReadWrite: 242 (33736)
2022-07-22 10:17:24.843 8615-8938/? I/VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: privateReadWrite SharedMemorySize=33736 () sizeof(privateSharedMemorySize)=8
2022-07-22 10:17:24.843 8615-8938/? I/VrRuntimeClient: nativeRuntimeServiceConnected: SharedMemoryDebug: publicReadOnlyFd=82, privateReadWriteFd=83 ()
2022-07-22 10:17:24.844 8615-8938/? I/VrRuntimeClient: g_RuntimeServiceSDKClient.InitClient SUCCESS. Version: 2.0, Custom: 1.0
2022-07-22 10:17:24.844 8615-8938/? I/RuntimeIPCClientMgr: GetClientOptions
2022-07-22 10:17:24.844 8615-8938/? I/OpenXR: xrCreateSession: Connected to VrRuntimeService after 0.040178s
2022-07-22 10:17:24.848 760-8755/? E/SensorService: HMD IMU samples delayed: 6.072ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:24.850 8615-8938/? I/VrRuntimeClient: VrRuntimeClient: Init
2022-07-22 10:17:24.851 8615-8938/? I/PTKService: PTKServiceClient Init
2022-07-22 10:17:24.851 8615-8938/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 May 11 2022 03:24:16
2022-07-22 10:17:24.851 8615-8938/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
2022-07-22 10:17:24.851 8615-8938/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
2022-07-22 10:17:24.851 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:24.851 8615-8938/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 1
2022-07-22 10:17:24.852 18097-31846/? W/ActivityManager: Permission Denial: Accessing service com.oculus.vrshell/.ShellOverlayService from pid=8615, uid=1010083 requires com.oculus.vrshell.OVERLAY_HOST
2022-07-22 10:17:24.854 817-8958/? I/RuntimeIPCService: RPC_BROKER_CREATE_PROCESS_CONNECTION: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay:31716, SetBrokerHandlerCalled: 1
2022-07-22 10:17:24.854 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.854 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.vrshell:com.oculus.vrshell:Overlay
2022-07-22 10:17:24.855 31716-8964/? D/RuntimeIPCServerMgr: RegisterClient: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.855 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 208 (ipcStateReadWrite)
2022-07-22 10:17:24.855 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 209 (ipcReadOnlyState)
2022-07-22 10:17:24.855 31716-8964/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
2022-07-22 10:17:24.856 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 211 (ipcEventBuffer)
2022-07-22 10:17:24.856 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 212 (ipcEventBuffer_Private)
2022-07-22 10:17:24.856 31716-8964/? I/RuntimeIPCServerMgr: HandleClientConnect SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.859 31716-8964/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: EnsureServerConnection: SUCCESS. Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: ConnectToServer: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.861 8615-8938/? I/RuntimeIPCClientMgr: GetClientOptions
2022-07-22 10:17:24.862 31716-8964/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.862 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.862 8615-8938/? I/RuntimeIPCClientMgr: InitServerStateForGroup: SUCCESS. 0, Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
2022-07-22 10:17:24.863 8615-8938/? I/VrRuntimeClient: OSSDKTRACKING calculating secure tracking
2022-07-22 10:17:24.863 8615-8938/? D/VrRuntimeClient: getSecureTrackingRequest OSSDKTRACKING com.mycompany.myapp
2022-07-22 10:17:24.863 8615-8938/? I/VrRuntimeClient: OSSDKTRACKING secure tracking is 0
2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init
2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init -> Initializing audio capture using direct OS Callbacks
2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init COMPLETE
2022-07-22 10:17:24.864 8615-8938/? D/VrRuntimeClient: VrRuntimeClient: initialize. inContext: com.unity3d.player.UnityPlayerActivity@a2ac0f6
2022-07-22 10:17:24.864 8615-8938/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 May 11 2022 03:24:16
2022-07-22 10:17:24.864 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:24.864 8615-8938/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 2
2022-07-22 10:17:24.870 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:24.875 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.875 18752-18752/? D/VrGuardianService: onStartCommand
2022-07-22 10:17:24.878 32124-32124/? D/VrGuardianUserService: onStartCommandIntent { cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService }
2022-07-22 10:17:24.878 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
2022-07-22 10:17:24.879 32124-32124/? D/VrGuardianUserService: onStartCommand null user = 10
2022-07-22 10:17:24.879 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
2022-07-22 10:17:24.879 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
2022-07-22 10:17:24.879 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
2022-07-22 10:17:24.885 817-8958/? I/RuntimeIPCService: RPC_BROKER_CREATE_PROCESS_CONNECTION: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice:18752, SetBrokerHandlerCalled: 1
2022-07-22 10:17:24.886 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.guardian:com.oculus.vrguardianservice
2022-07-22 10:17:24.886 18752-8968/? D/RuntimeIPCServerMgr: RegisterClient: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.887 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 211 (ipcStateReadWrite)
2022-07-22 10:17:24.888 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 215 (ipcReadOnlyState)
2022-07-22 10:17:24.888 18752-8968/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
2022-07-22 10:17:24.889 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 218 (ipcEventBuffer)
2022-07-22 10:17:24.889 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 230 (ipcEventBuffer_Private)
2022-07-22 10:17:24.889 18752-8968/? I/RuntimeIPCServerMgr: HandleClientConnect SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.889 18752-8969/? W/REFLECT: Broadcasting -2090307835, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.892 18752-8968/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: EnsureServerConnection: SUCCESS. Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: ConnectToServer: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.898 8615-8938/? I/VrGuardianClient: g_GuardianSDKClient connected.
2022-07-22 10:17:24.899 8615-8938/? D/VrRuntimeClient: getClient6dofEntitlementMode for com.mycompany.myapp
2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.PackageChangeEvent: package=[com.mycompany.myapp], process=[com.mycompany.myapp]
2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: SetCurrentProcessName: com.mycompany.myapp, previous ProcessName: com.oculus.os.vrlockscreen
2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: SetCurrentProcessName: Return package changed: com.mycompany.myapp
2022-07-22 10:17:24.904 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::IsExperimental120HzSupportEnabled
2022-07-22 10:17:24.905 8615-8938/? I/VrRuntimeClient: Is120HzSupported: 0
2022-07-22 10:17:24.905 8615-8938/? I/LogTimer: CPUTIME: VrRuntimeClient_Init took 54.0957 ms
2022-07-22 10:17:24.905 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.905 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.905 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.906 8615-8938/? I/Distortion: SetLensPositions - iad=0.065, left offset=0.000735678,-0.00108839, right offset=-0.00086347,-0.00115272
2022-07-22 10:17:24.906 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.906 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.907 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.907 8615-8938/? I/Distortion: SetLensPositions - iad=0.065, left offset=0.000735678,-0.00108839, right offset=-0.00086347,-0.00115272
2022-07-22 10:17:24.907 8615-8938/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:24.907 8615-8938/? I/VrRuntimeClient: SetPhaseSyncMode 1
2022-07-22 10:17:24.907 8615-8938/? I/VrRuntimeClient: SetPhaseSyncMode 1
2022-07-22 10:17:24.907 8615-8938/? I/OpenXR: PhaseSync Mode: 1
2022-07-22 10:17:24.908 8615-8938/? D/SystemActivitiesReceiver: Registering Oculus System Activity receiver
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputInterface: SetChordedSystemButtonGKFlag 1
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: SYSTEMBUTTONSPACE GKS freeze '1'
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: SYSTEMBUTTONSPACE 'com.mycompany.myapp' Freeze input '1' on home button down
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_hand2_manifest
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: Handtracking Version:
2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES! You are on the Hand Tracking Frequency GK :smile:
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING sethandtrackingfrequency 1
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: Set30HzHandtrackingDownclockingGKFlag 1
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: 30Hz downclocking enabled for new apps.
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: SetHandAutotransitionV2GKFlag 1
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: using autotransition v2
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING handtrackingsmallfingeropeningpinchenabled 1
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES! You are on the Hand Tracking Small Finger Opening Pinch GK :smile:
2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING SetHandTrackingControllerEmulationGkFlag 0
2022-07-22 10:17:24.914 8615-8938/? I/InputHooks: InitializeInputHooks
2022-07-22 10:17:24.914 8615-8938/? I/InputHooks: InitializeInputHooks create
2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable flipY for projection layers on com.mycompany.myapp.
2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable HandJointRotationFix on com.mycompany.myapp.
2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable Stage space with stationary guardian on com.mycompany.myapp.
2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable hands power simple interaction profile on com.mycompany.myapp.
2022-07-22 10:17:24.914 8615-8938/? D/OsSdk: TrackingServiceConnection ctor
2022-07-22 10:17:24.914 8615-8938/? D/ActivityLifecycleListener: activity=com.unity3d.player.UnityPlayerActivity@a2ac0f6, resumed=true
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateSession: Activity is already in the ready state.
2022-07-22 10:17:24.915 8615-8938/? I/XrRuntimeUtils: XrRuntimeUtils::CreateSession
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: ------------ xrCreateSession [end] -----------
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Spaces info
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Local version=25
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.850, 0.000, 0.527), (-0.38, 0.08, 0.23)
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: RawFromLocalTilted = (0.045, 0.849, 0.037, 0.525), (-0.38, 0.08, 0.23)
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: RawFromStage = (0.000, 0.158, 0.000, 0.987), (-0.19, -1.13, -0.67)
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ----- xrAttachSessionActionSets --------
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
2022-07-22 10:17:24.915 8615-8938/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.mycompany.myapp:1010083
2022-07-22 10:17:24.915 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.918 8615-8938/? W/Telemetry: [OpenXR] unexpected session state unknown;
2022-07-22 10:17:24.918 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_UNKNOWN -> XR_SESSION_STATE_IDLE
2022-07-22 10:17:24.918 32124-32124/? D/VrGuardianUserService: onStartCommandIntent { act=FOREGROUND_CLIENT cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService (has extras) }
2022-07-22 10:17:24.918 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
2022-07-22 10:17:24.919 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_IDLE -> XR_SESSION_STATE_READY
2022-07-22 10:17:24.919 32124-32124/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
2022-07-22 10:17:24.919 8615-8938/? I/OVRPlugin: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=144115188075855896 time=736135250503529
2022-07-22 10:17:24.919 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0
2022-07-22 10:17:24.919 8615-8938/? I/OVRPlugin: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=144115188075855896 time=736135251267383
2022-07-22 10:17:24.919 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
2022-07-22 10:17:24.919 8615-8938/? I/OpenXR: ------------ xrBeginSession [start] -----------
2022-07-22 10:17:24.919 8615-8938/? I/VrRuntimeClient: Tracing is disabled
2022-07-22 10:17:24.919 8615-8938/? I/VrRuntimeClient: SysProp debug mode is disabled on Client side
2022-07-22 10:17:24.920 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
2022-07-22 10:17:24.920 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
2022-07-22 10:17:24.920 31356-6384/? W/StandaloneFbnsService: service/failed_to_add_to_whitelist; package=com.oculus.horizon
java.lang.SecurityException: No permission to change device idle whitelist: uid 1010054 does not have android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST.
at android.os.Parcel.createException(Parcel.java:2038)
at android.os.Parcel.readException(Parcel.java:2006)
at android.os.Parcel.readException(Parcel.java:1954)
at android.os.IDeviceIdleController$Stub$Proxy.addPowerSaveTempWhitelistApp(IDeviceIdleController.java:851)
at com.facebook.fbns.standalone.service.StandaloneFbnsServiceDelegate.A0n(:110)
at X.0UF.A00(:68)
at com.facebook.rti.push.service.FbnsServiceDelegate.A0d(:48428)
at X.0Y5.A01(:351)
at X.0oW.run(:1913)
at java.lang.Thread.run(Thread.java:919)
2022-07-22 10:17:24.922 8615-8938/? D/VrApi: targetSDKVersion 30
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE OS VERSION = 10
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: API LOADER VERSION = 1.0.22
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: RUNTIME API VERSION = 1.0.22
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: RUNTIME VERSION = 42.0.0.130.250 Jul 7 2022 10:22:23 RELEASE
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP NAME = myapp
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP VERSION = 0.0.0 versionCode 1 internalVersionName <none>
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP VR TYPE = vr_only
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP MODE TYPE = VR
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP PACKAGE NAME = com.mycompany.myapp
2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.unity3d.player.UnityPlayerActivity
2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Initializing head tracking
2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Head tracker != nullpointer 0x7de3776a58, 1
2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Initializing controller tracking
2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Controller tracker != nullpointer 0x7f203f8f60, 1
2022-07-22 10:17:24.923 8615-8938/? D/BatteryReceiver: Registering battery receiver
2022-07-22 10:17:24.928 8615-8938/? D/HeadsetReceiver: getCurrentHeadsetState: false
2022-07-22 10:17:24.928 8615-8938/? I/DeviceStatus: nativeHeadsetEvent(0)
2022-07-22 10:17:24.939 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.939 8615-8938/? I/VrRuntimeClient: SetCompositorClientFeatureFlag ClientFeatureFlag 0
2022-07-22 10:17:24.940 18752-8968/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:24.940 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:24.940 8615-8938/? I/RuntimeIPCClientMgr: InitServerStateForGroup: SUCCESS. 0, Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
2022-07-22 10:17:24.940 8615-8938/? I/LogTimer: CPUTIME: VrRuntimeClient_BeginSession took 21.2394 ms
2022-07-22 10:17:24.942 8615-8938/? I/ClientInputInterface: DEADRECKONING SetControllerTrackingExtendedDeadreckoning 0
2022-07-22 10:17:24.942 8615-8938/? I/ClientInputSettings: HANDTRACKING package name is com.mycompany.myapp
2022-07-22 10:17:24.942 18752-18780/? I/GuardianSystem: Ending pause
2022-07-22 10:17:24.942 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianPolygon: 280799707, 700
2022-07-22 10:17:24.942 18663-18779/? I/VrRuntimeServer: SetGuardianPolygon: 700
2022-07-22 10:17:24.943 18752-18780/? I/GuardianRender: Resume: GuardianRender resuming.
2022-07-22 10:17:24.943 18594-20356/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer -1 for client 280799707.
2022-07-22 10:17:24.943 18594-20356/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer -1 is being paused false
2022-07-22 10:17:24.943 8615-8938/? I/ClientInputSettings: HANDTRACKING: feature flag set to 0
2022-07-22 10:17:24.943 8615-8938/? I/ClientInputInterface: HANDTRACKING sethandmanifest 0
2022-07-22 10:17:24.943 8615-8938/? D/InputHooksJava: Enabling Java Input Hooks
2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: Passthrough layer resumed
2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: GuardianRender updating thread states.
2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: GuardianRender resume complete.
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Spaces info
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Local version=25
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.850, 0.000, 0.527), (-0.38, 0.08, 0.23)
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: RawFromLocalTilted = (0.045, 0.849, 0.037, 0.525), (-0.38, 0.08, 0.23)
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: RawFromStage = (0.000, 0.158, 0.000, 0.987), (-0.19, -1.13, -0.67)
2022-07-22 10:17:24.944 18752-18780/? I/GuardianInput: GuardianInput::Resume ... intializing session bound objects.
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
2022-07-22 10:17:24.944 18752-18780/? W/GuardianOpenXrMgr: @@@ wait frame retry=10 dtWait=0.000000 dtFrame=537.205680 submittedFrameIndex=-1
2022-07-22 10:17:24.944 8615-8938/? I/InputDeviceManager: ovrInputDeviceManager::Initialize
2022-07-22 10:17:24.944 8615-8975/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
2022-07-22 10:17:24.944 852-1100/? W/TrackingService: attachClient: found client in attached list
2022-07-22 10:17:24.944 8615-8975/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
2022-07-22 10:17:24.945 8615-8938/? D/OsSdk: TrackingServiceConnection registered
2022-07-22 10:17:24.945 852-1100/? D/TrackingService: getSharedMemory: com.oculus.guardian, HeadTracker
2022-07-22 10:17:24.946 852-1100/? W/TrackingService: attachClient: found client in attached list
2022-07-22 10:17:24.946 852-1100/? D/TrackingService: getSharedMemory: com.oculus.guardian, Controller
2022-07-22 10:17:24.947 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 4.315, Duration: -1.000 sec, TimeStamp: 736133.250000 sec
2022-07-22 10:17:24.947 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 10.738, Duration: -1.000 sec, TimeStamp: 736127.750000 sec
2022-07-22 10:17:24.949 18752-20358/? I/GuardianWall: BuildFromPoints: Original: 700, New: 323, Triangles: 8346
2022-07-22 10:17:24.950 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer -1.
2022-07-22 10:17:24.950 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.951 18752-20358/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
2022-07-22 10:17:24.953 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
2022-07-22 10:17:24.953 18752-18780/? I/GuardianSystem: UpdateGuardianSystemState: Flags changed: 1581064, 1572872, SYSTEM_ROOM_SCALE_ACTIVE,SYSTEM_GUARDIAN_VISIBLE,SYSTEM_GUARDIAN_VALID,SYSTEM_PLAYSPACE_SCAN_WARNING to SYSTEM_ROOM_SCALE_ACTIVE,SYSTEM_GUARDIAN_VALID,SYSTEM_PLAYSPACE_SCAN_WARNING
2022-07-22 10:17:24.955 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=5, pri=1 ) succeeded
2022-07-22 10:17:24.955 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=5, pri=1 ) succeeded
2022-07-22 10:17:24.956 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=5, pri=1 ) succeeded
2022-07-22 10:17:24.957 852-8212/? D/TrackingService: getSharedMemory: com.mycompany.myapp, HeadTracker
2022-07-22 10:17:24.957 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.958 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.958 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.959 8615-8938/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:24.959 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
2022-07-22 10:17:24.959 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.959 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
2022-07-22 10:17:24.960 8615-8938/? I/Distortion: SetLensPositions - iad=0.0630907, left offset=-0.000218965,-0.00108839, right offset=9.11728e-05,-0.00115272
2022-07-22 10:17:24.960 8615-8938/? I/Distortion: Created custom distortion mesh.
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: egl = 1.5
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: es3 = TRUE
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_OES_vertex_array_object
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_QCOM_tiled_rendering
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_EXT_sRGB_write_control
2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_EXT_disjoint_timer_query
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_memory_object
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_memory_object_fd
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_QCOM_texture_foveated
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_KHR_debug
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_OES_EGL_image
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Not found: EGL_EXT_image_dma_buf_import
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_border_clamp
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_filter_anisotropic
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_OES_texture_view
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_format_sRGB_override
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_IMG_texture_filter_cubic
2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_clip_cull_distance
2022-07-22 10:17:24.961 8615-8938/? I/PhaseSync: PhaseSync::PhaseSync PaddingLowerLimit 0.350000 StandardDeviations 2.000000 PaddingUpperLimit 0.750000 on instance 0
2022-07-22 10:17:24.961 8615-8938/? I/VrRuntimeClient: PhaseSync Instance created
2022-07-22 10:17:24.961 8615-8938/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.mycompany.myapp:1010083
2022-07-22 10:17:24.962 8615-8938/? D/VrRuntimeClient: VrRuntimeClient: getClientWindow: activity client
2022-07-22 10:17:24.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:24.963 32124-32124/? D/VrGuardianUserService: onStartCommandIntent { act=FOREGROUND_CLIENT cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService (has extras) }
2022-07-22 10:17:24.963 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
2022-07-22 10:17:24.963 32124-32124/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
2022-07-22 10:17:24.963 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
2022-07-22 10:17:24.964 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
2022-07-22 10:17:24.964 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
2022-07-22 10:17:24.964 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x7ec54fe2c0, 1, com.mycompany.myapp
2022-07-22 10:17:24.964 18663-8962/? I/ClientMgr: ClientMgr::EnableRendering 8615:com.mycompany.myapp : type 0 comp-id 22: enable
2022-07-22 10:17:24.964 18663-8962/? I/CompositorVR: CheckDebuggerConnected: debugger 0
2022-07-22 10:17:24.964 18663-8962/? I/VrRuntimeServer: SysProp debug mode is disabled on Server side
2022-07-22 10:17:24.970 18663-8811/? I/TimeWarpProgs: [0x7fb734bef8] Built layerProgram 0:0x100000048002:0x0 in 5.2 ms
2022-07-22 10:17:24.971 18663-8962/? I/UnifiedTelemetryWrapper: Started UT session render:com.mycompany.myapp
2022-07-22 10:17:24.971 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.974 8615-8938/? I/ScreenCaptureHelper: Advertising com.mycompany.myapp as streamable
2022-07-22 10:17:24.975 8615-8938/? I/VrApi: OVR::Stats thread started
2022-07-22 10:17:24.975 8615-8938/? I/XrRuntimeUtils: XrRuntimeUtils::BeginSession
2022-07-22 10:17:24.975 8615-8938/? I/XrRuntimeSystem_Client: BeginSession
2022-07-22 10:17:24.975 8615-8938/? I/OpenXR: ------------ xrBeginSession [end] -----------
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0
2022-07-22 10:17:24.975 8615-8938/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
2022-07-22 10:17:24.975 8615-8938/? I/VrRuntimeClient: Client has lost focus.
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: HandleOpenXREvents(): XrEventDataMountStateChangedFB 1
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXTENSIONS:
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_image
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_image_external
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_sync
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_vertex_half_float
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_framebuffer_object
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_rgb8_rgba8
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_compressed_ETC1_RGB8_texture
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_AMD_compressed_ATC_texture
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_KHR_texture_compression_astc_ldr
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_KHR_texture_compression_astc_hdr
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_compression_astc
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_s3tc
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_s3tc_srgb
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_rgtc
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_bptc
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_npot
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_filter_anisotropic
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_format_BGRA8888
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_read_format_bgra
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_3D
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_color_buffer_float
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_color_buffer_half_float
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_float_blend
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_QCOM_alpha_test
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth24
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_packed_depth_stencil
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth_texture
2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth_texture_cube_map
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_sRGB
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_float
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_float_linear
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_half_float
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_half_float_linear
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_type_2_10_10_10_REV
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_sRGB_decode
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_astc_decode_mode
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_mirror_clamp_to_edge
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_format_sRGB_override
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_element_index_uint
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_copy_image
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_geometry_shader
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_tessellation_shader
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_stencil8
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_io_blocks
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_shader_image_atomic
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_sample_variables
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_border_clamp
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_external_wrap_modes
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_multisampled_render_to_texture
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_multisampled_render_to_texture2
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_shader_multisample_interpolation
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_cube_map_array
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_draw_buffers_indexed
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_gpu_shader5
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_robustness
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_buffer
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_framebuffer_fetch
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_ARM_shader_framebuffer_fetch_depth_stencil
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_storage_multisample_2d_array
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_sample_shading
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_get_program_binary
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_debug_label
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_blend_equation_advanced
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_blend_equation_advanced_coherent
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_tiled_rendering
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_ANDROID_extension_pack_es31a
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_primitive_bounding_box
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_standard_derivatives
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_vertex_array_object
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_disjoint_timer_query
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_debug
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_YUV_target
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_sRGB_write_control
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_norm16
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_discard_framebuffer
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_surfaceless_context
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview2
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_sRGB_R8
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_no_error
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_debug_marker
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_EGL_image_external_essl3
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview_multisampled_render_to_texture
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_buffer_storage
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_external_buffer
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_blit_framebuffer_params
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_clip_cull_distance
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_protected_textures
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_non_constant_global_initializers
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated2
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated_subsampled_layout
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shader_framebuffer_fetch_noncoherent
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shader_framebuffer_fetch_rate
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_memory_object
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_memory_object_fd
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_array
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_NV_shader_noperspective_interpolation
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_robust_buffer_access_behavior
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_storage
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_blend_func_extended
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_clip_control
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_view
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_fragment_invocation_density
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_motion_estimation
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_validate_shader_binary
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_YUV_texture_gather
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shading_rate
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_IMG_texture_filter_cubic
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_polygon_offset_clamp
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: es3 = TRUE
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_discard_framebuffer
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_multisampled_render_to_texture
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_OES_vertex_array_object
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_QCOM_tiled_rendering
2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Non-overlay clients rendering status has changed: prev=42, curr=43, enabled=1
2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Primary Client is not valid.
2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Primary client determined to be the current enabled client -2090307835
2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: ClientMgr::SetPrimaryCompositorClient: 8615:com.mycompany.myapp
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_disjoint_timer_query
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_texture_sRGB_decode
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_texture_filter_anisotropic
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_TEXTURE_SIZE = 16384
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_VERTEX_UNIFORM_VECTORS = 256
2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_FRAGMENT_UNIFORM_VECTORS = 256
2022-07-22 10:17:24.976 18663-18747/? W/ClientMgr: ClientMgr::GetClientPermissionFlagsById: Client missing proper permissions: com.mycompany.myapp, 2
2022-07-22 10:17:24.976 18663-18747/? I/TimeWarpClientMgr: Enable client 22
2022-07-22 10:17:24.976 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(22): layer placement(0) flags(1) sm(0x7ed01b2010)
2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: SetPrimaryPackageName - packageName com.mycompany.myapp processName com.mycompany.myapp clientId 2204659461 clientPid 8615
2022-07-22 10:17:24.977 18663-18747/? I/ServiceInputManager: ServiceInputManager::SetPrimaryPackageName 'com.mycompany.myapp' 'com.mycompany.myapp' updated AnytimeUI processname 1
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.mycompany.myapp:com.mycompany.myapp:8615, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:32347, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.shellenv:com.oculus.shellenv:31408, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:7998, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 8615-8938/? W/Unity: [XR] Symmetric Projection is only supported on Quest 2 with Vulkan and Multiview.
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:31716, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.guardian:com.oculus.vrguardianservice:18752, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? I/VrRuntimeService: RuntimeIPC: SendPrimaryPackageChangeEvent: PostClientEvent SUCCESS: com.oculus.mrservice:com.oculus.mrservice:18594, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:24.977 18663-18747/? D/VrRuntimeService: sendPrimaryPackageChangeBroadcast
2022-07-22 10:17:24.977 8615-8636/? E/OVRPlugin: [GetBoundaryGeometry] ovrpBoundary_Outer is not supported (arvr/projects/integrations/OVRPlugin/Src/Util/CompositorOpenXR.cpp:6813)
2022-07-22 10:17:24.978 18663-18747/? I/AADT: SetAADTLutDataX: 0
2022-07-22 10:17:24.978 18663-18747/? I/AADT: SetAADTLutDataY: 0
2022-07-22 10:17:24.978 18663-18747/? I/ServiceInputManager: DEADRECKONING deadReckoning mode on ClientMgr from server is 0
2022-07-22 10:17:24.978 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
2022-07-22 10:17:24.978 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Force releasing clocks
2022-07-22 10:17:24.978 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 1,1 -> -1,-1
2022-07-22 10:17:24.979 18663-18743/? I/Clocks: ReleaseClocks - start
2022-07-22 10:17:24.979 18663-18743/? I/Clocks: ReleaseClocks - end (0.3 ms)
2022-07-22 10:17:24.984 856-5536/? E/VrApiService: Error set scheduler for process 18663 thread 8853 to 2 : No such process (3)
2022-07-22 10:17:24.984 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8853, pol=2, pri=0 ) succeeded
2022-07-22 10:17:24.984 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
2022-07-22 10:17:24.984 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
2022-07-22 10:17:24.984 18663-8811/? I/CompositorVR: Global CAC is enabled (0x5)
2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.PackageChangeEvent: package=[com.mycompany.myapp], process=[com.mycompany.myapp]
2022-07-22 10:17:24.985 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
2022-07-22 10:17:24.988 793-793/? D/SurfaceFlinger: CAC state changed to 5
2022-07-22 10:17:24.989 18097-31299/? E/InputDispatcher: Window handle Window{2519426 u10 com.mycompany.myapp/com.unity3d.player.UnityPlayerActivity} has no registered input channel
2022-07-22 10:17:24.990 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: -1,-1 -> 0,0
2022-07-22 10:17:24.990 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - start
2022-07-22 10:17:24.990 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x1832-1 for Virtual
2022-07-22 10:17:24.990 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x1832 cur_mode_index 5
2022-07-22 10:17:24.990 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x1832]
2022-07-22 10:17:24.990 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
2022-07-22 10:17:24.990 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
2022-07-22 10:17:24.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:24.993 18663-18743/? I/Clocks: CPU levels [0, 4]
2022-07-22 10:17:24.993 18663-18743/? I/Clocks: GPU levels [0, 5]
2022-07-22 10:17:24.993 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - end (3.1 ms)
2022-07-22 10:17:24.995 8615-8978/? D/VrApi: targetSDKVersion 30
2022-07-22 10:17:24.995 8615-8978/? I/JniUtils: ovr_GetCurrentPackageSignature
2022-07-22 10:17:24.996 8615-8978/? I/Metrics: device name = Oculus Quest
2022-07-22 10:17:24.996 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:25.001 18097-2144/? E/InputDispatcher: Window handle Window{2519426 u10 com.mycompany.myapp/com.unity3d.player.UnityPlayerActivity} has no registered input channel
2022-07-22 10:17:25.001 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(4.9ms,g=2.0,I=75,Ir=7723.3)(5.6ms,g=6.0,I=88,Ir=2623.1)(5.6ms,g=6.0,I=65,Ir=1931.5)(4.4ms,g=2.0,I=73,Ir=8443.4)
2022-07-22 10:17:25.007 8615-8615/? D/InputHooksJava: Callback: onWindowAttributesChanged
2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: FocusedWindowChanged: top window's client already enabled
2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: FocusedClient changed.
2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: ClientMgr::SetFocusedClient: 8615:com.mycompany.myapp type 0
2022-07-22 10:17:25.008 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName com.mycompany.myapp processName com.mycompany.myapp clientId 2204659461 clientPid 8615
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.mycompany.myapp:com.mycompany.myapp:8615, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:32347, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.shellenv:com.oculus.shellenv:31408, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:7998, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.vrshell:com.oculus.vrshell:Overlay:31716, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.guardian:com.oculus.vrguardianservice:18752, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.008 18663-18663/? I/VrRuntimeService: RuntimeIPC: SendFocusChangeEventToAllClients: PostClientEvent SUCCESS: com.oculus.mrservice:com.oculus.mrservice:18594, com.mycompany.myapp, com.mycompany.myapp
2022-07-22 10:17:25.010 8615-8615/? D/InputHooksJava: Callback: onWindowFocusChanged
2022-07-22 10:17:25.012 18097-2918/? E/InputDispatcher: Window handle Window{2519426 u10 com.mycompany.myapp/com.unity3d.player.UnityPlayerActivity} has no registered input channel
2022-07-22 10:17:25.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.015 31716-31716/? D/KeyboardInputMethodService: onFinishInput
2022-07-22 10:17:25.022 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:25.022 18527-18527/? D/OculusNotificationListenerService: Notification posted: 10|com.oculus.horizon|135234|null|1010054
2022-07-22 10:17:25.027 18097-22164/? E/InputDispatcher: Window handle Window{2519426 u10 com.mycompany.myapp/com.unity3d.player.UnityPlayerActivity} has no registered input channel
2022-07-22 10:17:25.028 8615-8975/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:25.028 8615-8975/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
2022-07-22 10:17:25.030 31716-31716/? D/[OAO] VrBroadcastReceiver: action: com.oculus.vrshell.intent.action.NOTIFICATION_WAKE
2022-07-22 10:17:25.031 31716-31716/? D/[OAO] VrNotificationService: VrNotificationService onStartCommand() Intent { cmp=com.oculus.vrshell/.VrNotificationService }
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
command = primaryPackageChanged
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : primaryPackageChanged
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage forceSilentUpdate:0
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage Requested for PackageName:com.mycompany.myapp
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage - Package change:1 Previous package:[com.mycompany.myapp] immersive app changed:0
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlayFlowController: OnPrimaryPackageChange primaryPackage:com.mycompany.myapp immersiveAppChanged:0 forceSilentUpdate:0
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlaySystemUxOsDialogFlow: OverlaySystemUxOsDialogFlow UpdatePrimaryPackage isVrShellPackage:0 isSystemPackage:0
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] FlowController: UpdateActiveFlow from OverlayOsDialogFlow to (none)
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlayOsDialogFlow: Deactivated - Returning from system application
2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: Start sleep timeout. Now:736135.365459, Timeout:736137.365459
2022-07-22 10:17:25.033 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.037 7998-7998/? D/VrNotificationAnalytics: logNotificationPosted: key(10|com.oculus.horizon|135234|null|1010054), type(first_party_unspecified), isToast(false)
2022-07-22 10:17:25.038 7998-7998/? I/[OAO] VrNotificationListenerService: onNotificationPosted() - key = 10|com.oculus.horizon|135234|null|1010054, type = first_party_unspecified, isToast = false, isBlocked with reason = true Blocked by does not contain all markers for a toast notification
2022-07-22 10:17:25.044 31716-31716/? D/VrNotificationAnalytics: logNotificationPosted: key(10|com.oculus.horizon|135234|null|1010054), type(first_party_unspecified), isToast(false)
2022-07-22 10:17:25.044 32703-32703/? D/[SUI] NotificationBroadcastReceiver: action: com.oculus.intent.action.NOTIF_CHANGE
2022-07-22 10:17:25.046 31716-31716/? I/[OAO] VrNotificationListenerService: onNotificationPosted() - key = 10|com.oculus.horizon|135234|null|1010054, type = first_party_unspecified, isToast = false, isBlocked with reason = true Blocked by does not contain all markers for a toast notification
2022-07-22 10:17:25.053 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:25.053 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.056 18663-8962/? I/VrRuntimeService: CreateSwapChain: 2204659461
2022-07-22 10:17:25.056 18663-8962/? I/VrRuntimeService: CreateSwapChain: api:gles 2 0x8c43 1440 1584 1 3 2 0 3
2022-07-22 10:17:25.058 18663-8962/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:25.059 8615-8938/? D/OVRPlugin: CompositorOpenXR_GLES::Layer::Initialize(): CreateSwapchain for eye 0: 0x400000000000027, 3 stages
2022-07-22 10:17:25.059 18663-8962/? I/VrRuntimeService: CreateSwapChain: 2204659461
2022-07-22 10:17:25.059 18663-8962/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8058 1 1 1 3 1 0 3
2022-07-22 10:17:25.060 18663-8962/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:25.061 8615-8938/? D/OVRPlugin: CompositorOpenXR_GLES::Layer::Initialize(): CreateSwapchain for eye 0: 0x400000000000028, 3 stages
2022-07-22 10:17:25.061 8615-8938/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
2022-07-22 10:17:25.061 8615-8938/? I/VrRuntimeClient: Client has gained focus.
2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 4
2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: ovrp_GetSystemCpuLevel2() deprecated, please use ovrp_GetSuggestedCpuPerformanceLevel()
2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: ovrp_GetSystemGpuLevel2() deprecated, please use ovrp_GetSuggestedGpuPerformanceLevel()
2022-07-22 10:17:25.071 852-8783/? W/[CT]: VisionInterface: IMU Update exceeded imu sampling period: update=0.006017083 [sec], period=0.001000000 [sec].
2022-07-22 10:17:25.074 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.076 18035-18070/? I/netd: firewallSetUidRule(2, 1010064, 1) <0.06ms>
2022-07-22 10:17:25.090 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=0.972, OutputTracked=0.961, OutputValid=0.972] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:25.094 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.098 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=0.898, OutputTracked=0.743, OutputValid=0.898] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:25.104 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(19.13, 33.53)]Matching:[MatchSuccess=0.910, MatchCost=(0.00097, 0.00000), #MatchedBlobs=(9.36, 17.68), #MatchedLeds=(5.50, 4.50), RematchM=0.013, SkipRefine=0.000] MatchMethod:[Prox=0.890, ConstBrute=0.017, UnconstBrute=0.003] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(11.351, 54.039), RematchF=0.010] FusionUpdates:[Successful=0.568, Reliable=0.561, TightFusion=0.555, FullPose=0.007, StaticPrior=0.395, StaticForHandTrans=0.439, PoseUpdateMD=(0.0152, 0.0000)] FusionResets[6DoFReset=0.027, ResetSuccess=0.007] FusionStatus[HasPosition=0.980, HasVelocity=0.997]
2022-07-22 10:17:25.110 31356-31356/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:25.111 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.111 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.114 31356-31356/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:25.119 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=2, pri=0 ) succeeded
2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=2, pri=0 ) succeeded
2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=2, pri=0 ) succeeded
2022-07-22 10:17:25.132 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Acquiring lock: nativeInit
2022-07-22 10:17:25.132 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Successfully acquired lock: nativeInit
2022-07-22 10:17:25.132 31356-31356/? I/PlatformPlugin: [PlatformPluginManager] Init
2022-07-22 10:17:25.134 31356-31356/? I/OVRPlatform: [Context] ConfigOption DisableFbns => 1
2022-07-22 10:17:25.134 31356-31356/? I/OVRPlatform: [Context] Didn't find config(DisableP2pNetworking), returning default(0)
2022-07-22 10:17:25.138 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(19.15, 33.68)]Matching:[MatchSuccess=0.701, MatchCost=(0.00331, 0.00000), #MatchedBlobs=(6.16, 20.40), #MatchedLeds=(4.49, 10.79), RematchM=0.023, SkipRefine=0.003] MatchMethod:[Prox=0.681, ConstBrute=0.017, UnconstBrute=0.003] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(11.676, 54.131), RematchF=0.047] FusionUpdates:[Successful=0.654, Reliable=0.645, TightFusion=0.631, FullPose=0.017, StaticPrior=0.060, StaticForHandTrans=0.093, PoseUpdateMD=(1.4847, 2.0203)] FusionResets[6DoFReset=0.100, ResetSuccess=0.007] FusionStatus[HasPosition=0.907, HasVelocity=0.940]
2022-07-22 10:17:25.138 31356-31356/? I/OVRPlatform: [AndroidPlatformIntegration] SetThreadCPUAffinity thread 0, cpu mask 0x0000007f
2022-07-22 10:17:25.139 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.145 31356-8996/? I/libjingle: [4822:508] [8996] (RenderFrameCapturerImpl.cpp:351): InitializeAndroid
2022-07-22 10:17:25.145 31356-8996/? D/JVM: JVM::Initialize@[tid=8996]
2022-07-22 10:17:25.145 31356-8996/? D/JVM: JVM::JVM@[tid=8996]
2022-07-22 10:17:25.146 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoEncoder: Found target encoder for mime video/x-vnd.on2.vp8 : OMX.qcom.video.encoder.vp8. Color: 0x15
2022-07-22 10:17:25.146 31356-8996/? I/MediaCodecVideoEncoder: [4822:509] [8996] MediaCodecVideoEncoder: VP8 HW Encoder supported.
2022-07-22 10:17:25.146 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoEncoder: Found target encoder for mime video/avc : OMX.qcom.video.encoder.avc. Color: 0x15
2022-07-22 10:17:25.146 31356-8996/? I/MediaCodecVideoEncoder: [4822:509] [8996] MediaCodecVideoEncoder: H.264 HW Encoder supported.
2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoEncoder: [4822:512] [8996] MediaCodecVideoEncoder: MediaCodecVideoEncoderFactory::SetEGLContext
2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:512] [8996] MediaCodecVideoDecoder: MediaCodecVideoDecoderFactory ctor
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp8
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13
2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:512] [8996] MediaCodecVideoDecoder: VP8 HW Decoder supported.
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp9
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp9
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp9. Color: 0x13
2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:513] [8996] MediaCodecVideoDecoder: VP9 HW Decoder supported.
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
2022-07-22 10:17:25.150 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
2022-07-22 10:17:25.150 31356-8996/? I/MediaCodecVideoDecoder: [4822:513] [8996] MediaCodecVideoDecoder: H264 HW Decoder supported.
2022-07-22 10:17:25.155 7462-7462/? W/VRLifecycleManager: onHeadsetMounted
2022-07-22 10:17:25.161 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.161 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:25.185 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.196 31356-31356/? W/OVR: OVRPlatform is in limited mode. Some features won't work. You likely want to init with an Activity.
2022-07-22 10:17:25.197 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidPlatformIntegration-Constructor took 62.9650 milliseconds
2022-07-22 10:17:25.206 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.206 31356-31356/? I/OVRPlatform: [AndroidPlatformIntegration] OS supports Oculus mic sharing, using native APIs for ovr_Microphone
2022-07-22 10:17:25.206 31356-31356/? I/OboeAudio: openStream() INPUT -------- OboeVersion1.5.1 --------
2022-07-22 10:17:25.207 31356-31356/? I/AAudio: AAudioStreamBuilder_openStream() called ----------------------------------------
2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = SH, dir = INPUT
2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: device = 0, sessionId = -1, perfMode = 10, callback: OFF with frames = 0
2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: usage = 1, contentType = 2, inputPreset = 1, allowedCapturePolicy = 0
2022-07-22 10:17:25.207 31356-31356/? D/AudioStreamBuilder: build() MMAP not available because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not used.
2022-07-22 10:17:25.221 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(158) source(1) format 5
2022-07-22 10:17:25.222 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(48000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(158) source(1) format 1
2022-07-22 10:17:25.222 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
2022-07-22 10:17:25.222 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:25.223 18033-9000/? I/AudioFlinger: AudioFlinger's thread 0x719863b0c0 tid=9000 ready to run
2022-07-22 10:17:25.223 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:17:25.230 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.231 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:17:25.233 18037-18050/? W/EffectHAL: Effect 0xef238700 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:17:25.235 18037-18050/? W/EffectHAL: Effect 0xef238700 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:17:25.236 18037-18050/? W/EffectHAL: Effect 0xef238750 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:17:25.237 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:110 uid:1010054 pkg:com.oculus.horizon usage:0 not muted
2022-07-22 10:17:25.245 31356-31356/? I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#7 ----------------
2022-07-22 10:17:25.246 31356-31356/? I/libjingle: [4822:609] [31356] (WebRtcPeerConnectionFactory.cpp:119): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory
2022-07-22 10:17:25.247 31356-9003/? I/libjingle: [4822:610] [9003] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
2022-07-22 10:17:25.249 31356-9004/? I/libjingle: [4822:612] [9004] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
2022-07-22 10:17:25.249 31356-31356/? I/libjingle: [4822:612] [31356] (WebRtcPeerConnectionFactory.cpp:164): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory enc 0x7ec04810d0 dec 0x7ea9dc1080
2022-07-22 10:17:25.249 31356-9004/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=9004]
2022-07-22 10:17:25.249 31356-9004/? D/JVM: Attaching thread to JVM
2022-07-22 10:17:25.249 31356-9004/? D/JVM: JVM::environment@[tid=9004]
2022-07-22 10:17:25.249 31356-9004/? D/JVM: JNIEnvironment::ctor@[tid=9004]
2022-07-22 10:17:25.249 31356-9004/? D/AudioManager: ctor@[tid=9004]
2022-07-22 10:17:25.249 31356-9004/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager)
2022-07-22 10:17:25.249 31356-9004/? D/JVM: NativeRegistration::ctor@[tid=9004]
2022-07-22 10:17:25.249 31356-9004/? D/JVM: NativeRegistration::NewObject@[tid=9004]
2022-07-22 10:17:25.250 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: ctor@[name=Thread-52, id=931]
2022-07-22 10:17:25.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.256 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: Sample rate is set to 48000 Hz
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: OnCacheAudioParameters@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_aec: 1
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_agc: 0
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_ns: 1
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: low_latency_output: 1
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: sample_rate: 48000
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: channels: 1
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: output_buffer_size: 192
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: input_buffer_size: 1920
2022-07-22 10:17:25.257 31356-9004/? D/JVM: GlobalRef::ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: JavaAudioManager::ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: JVM::environment@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: JNIEnvironment::ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/AudioTrackJni: ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioTrack)
2022-07-22 10:17:25.257 31356-9004/? D/JVM: NativeRegistration::ctor@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: NativeRegistration::NewObject@[tid=9004]
2022-07-22 10:17:25.257 31356-9004/? I/org.webrtc.Logging: WebRtcAudioTrack: ctor@[name=Thread-52, id=931]
2022-07-22 10:17:25.257 31356-9004/? D/JVM: GlobalRef::ctor@[tid=9004]
2022-07-22 10:17:25.258 31356-9004/? D/AudioManager: SetActiveAudioLayer(5)@[tid=9004]
2022-07-22 10:17:25.258 31356-9004/? D/AudioManager: delay_estimate_in_milliseconds: 150
2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: AttachAudioBuffer@[tid=9004]
2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: SetPlayoutSampleRate(48000)
2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: SetPlayoutChannels(1)
2022-07-22 10:17:25.258 31356-9004/? I/libjingle: [4822:621] [9004] (AudioRecordWrapper.cpp:53): Attached an audio buffer to AudioRecordWrapper
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:246): WebRtc VoiceEngine codecs:
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ISAC/16000/1 (103)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ISAC/32000/1 (104)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): PCMU/8000/1 (0)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): PCMA/8000/1 (8)
2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: PCMU/8000/2 (110)
2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: PCMA/8000/2 (118)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ILBC/8000/1 (102)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): G722/8000/1 (9)
2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: G722/8000/2 (119)
2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): opus/48000/2 (111)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/8000/1 (13)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/16000/1 (105)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/32000/1 (106)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): telephone-event/8000/1 (126)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): red/8000/1 (127)
2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvideoengine2.cc:497): WebRtcVideoEngine2::WebRtcVideoEngine2()
2022-07-22 10:17:25.263 31356-9004/? I/libjingle: [4822:626] [9004] (webrtcvoiceengine.cc:551): WebRtcVoiceEngine::Init
2022-07-22 10:17:25.263 31356-9004/? I/libjingle: [4822:626] [9004] (webrtcvoiceengine.cc:575): VoiceEngine 4.1.0
2022-07-22 10:17:25.263 31356-9004/? I/libjingle: [4822:626] [9004] (voe_base_impl.cc:244): Init: An external ADM implementation will be used in VoiceEngine
2022-07-22 10:17:25.263 31356-9004/? D/AudioManager: Init@[tid=9004]
2022-07-22 10:17:25.263 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: init@[name=Thread-52, id=931]
2022-07-22 10:17:25.264 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: audio mode is: MODE_NORMAL
2022-07-22 10:17:25.264 31356-9004/? D/AudioTrackJni: Init@[tid=9004]
2022-07-22 10:17:25.264 31356-9004/? I/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
2022-07-22 10:17:25.264 31356-9004/? E/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
2022-07-22 10:17:25.264 31356-9004/? W/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: Init() failed to set mono/stereo playout mode (error=8090)
2022-07-22 10:17:25.264 31356-9004/? I/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
2022-07-22 10:17:25.264 31356-9004/? E/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
2022-07-22 10:17:25.264 31356-9004/? W/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: Init() failed to set mono/stereo recording mode (error=8090)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:1066): webrtc: TransmitMixer::SetAudioProcessingModule(audioProcessingModule=0xc0493900)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:1066): webrtc: OutputMixer::SetAudioProcessingModule(audioProcessingModule=0xc0493900)
2022-07-22 10:17:25.269 31356-9004/? E/libjingle: [4822:632] [9004] (voe_base_impl.cc:371): Init: Failed to set agc to enabled: 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:648): ApplyOptions: AudioOptions {aec: true, agc: true, ns: true, hf: true, swap: false, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: false, typing: true, agc_delta: 0, experimental_agc: false, extended_filter_aec: false, delay_agnostic_aec: false, experimental_ns: false, }
2022-07-22 10:17:25.269 31356-9004/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:722): Disabling EC since built-in EC will be used instead
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:729): Echo control set to 0 with mode 4
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:764): Auto gain set to 0 with mode 4
2022-07-22 10:17:25.269 31356-9004/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 2
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:804): Disabling NS since built-in NS will be used instead
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:811): Noise suppression set to 0 with mode 5
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:817): High pass filter enabled? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:825): Stereo swapping enabled? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:834): NetEq capacity is 50
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:842): NetEq fast mode? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:850): Typing detection is enabled? 0
2022-07-22 10:17:25.269 31356-9004/? E/libjingle: [4822:632] [9004] (voe_audio_processing_impl.cc:955): SetTypingDetectionStatus: not supported
2022-07-22 10:17:25.269 31356-9004/? W/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:854): SetTypingDetectionStatus(0) failed, err=8003
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:859): Adjust agc delta is 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:1091): Adjusting AGC level from default -3dB to -3dB
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:870): Delay agnostic aec is enabled? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:879): Extended filter aec is enabled? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:888): Experimental ns is enabled? 0
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:611): WebRtc VoiceEngine codecs:
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): opus/48000/2 (111)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ISAC/16000/1 (103)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ISAC/32000/1 (104)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): G722/8000/1 (9)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ILBC/8000/1 (102)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): PCMU/8000/1 (0)
2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): PCMA/8000/1 (8)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/32000/1 (106)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/16000/1 (105)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/8000/1 (13)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): red/8000/1 (127)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): telephone-event/8000/1 (126)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:961): Setting microphone to (id=0) and speaker to (id=0)
2022-07-22 10:17:25.270 31356-9004/? W/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: SetRecordingChannel() unable to set the recording channel (error=10028)
2022-07-22 10:17:25.270 31356-9004/? E/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
2022-07-22 10:17:25.270 31356-9004/? W/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: SetRecordingDevice() failed to set mono recording mode (error=8090)
2022-07-22 10:17:25.270 31356-9004/? E/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
2022-07-22 10:17:25.270 31356-9004/? W/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: SetPlayoutDevice() failed to set stereo playout mode (error=8090)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:981): Set microphone to (id=0) and speaker to (id=0)
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:554): WebRtcVoiceEngine::Init Done!
2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvideoengine2.cc:506): WebRtcVideoEngine2::Init
2022-07-22 10:17:25.271 31356-9004/? I/libjingle: [4822:634] [9004] (dtlsidentitystore.cc:53): Generating identity, using keytype 0
2022-07-22 10:17:25.271 31356-9004/? I/libjingle: [4822:634] [9004] (opensslidentity.cc:41): Making key pair
2022-07-22 10:17:25.271 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.292 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:25.312 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.323 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736135.375808s, requested: 736135.368377s
2022-07-22 10:17:25.333 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.394 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:25.415 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.419 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.419 6810-6842/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6842/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.422 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.422 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.436 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.477 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:25.497 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.516 31356-9004/? I/libjingle: [4822:880] [9004] (opensslidentity.cc:82): Returning key pair
2022-07-22 10:17:25.517 31356-9004/? I/libjingle: [4822:880] [9004] (opensslidentity.cc:89): Making certificate for WebRTC
2022-07-22 10:17:25.517 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.519 31356-9004/? I/libjingle: [4822:882] [9004] (opensslidentity.cc:137): Returning certificate
2022-07-22 10:17:25.522 31356-31356/? I/OVRPlatform: [P2PNetworkTransport] oculus_parties_enable_aui_mic_switcher_controls gk is ON, mic_switcher_controls is enabled
2022-07-22 10:17:25.523 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidFinishInitialization took 388.4770 milliseconds
2022-07-22 10:17:25.523 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidSynchronousInitialize took 389.9780 milliseconds
2022-07-22 10:17:25.523 31356-31356/? I/PlatformPlugin: [PlatformPluginManager] Successfully initialized Platform
2022-07-22 10:17:25.523 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Releasing lock: nativeInit
2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] SetHeadphoneStatus: DISCONNECTED
2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: true
2022-07-22 10:17:25.532 31356-31356/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
2022-07-22 10:17:25.532 31356-31356/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
2022-07-22 10:17:25.538 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.567 18506-9008/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:25.558 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.571 31356-31356/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
2022-07-22 10:17:25.579 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.764 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 9 lines
2022-07-22 10:17:25.784 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.788 8615-8938/? I/AudioCapture: AudioCapture::PauseAudioCapture
2022-07-22 10:17:25.790 18663-8961/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:25.790 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:25.790 8615-8938/? I/RuntimeIPCClientMgr: InitServerStateForGroup: SUCCESS. 0, Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
2022-07-22 10:17:25.790 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 2 0 4
2022-07-22 10:17:25.790 8615-8938/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736135.838504s, requested: 736135.410144s
2022-07-22 10:17:25.790 8615-9019/? I/FenceChecker: FenceChecker::MainLoop - started
2022-07-22 10:17:25.793 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_READY -> XR_SESSION_STATE_SYNCHRONIZED
2022-07-22 10:17:25.793 8615-8938/? I/OVRPlugin: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=144115188075855896 time=736136125587903
2022-07-22 10:17:25.793 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0
2022-07-22 10:17:25.793 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_SYNCHRONIZED -> XR_SESSION_STATE_VISIBLE
2022-07-22 10:17:25.794 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_VISIBLE -> XR_SESSION_STATE_FOCUSED
2022-07-22 10:17:25.794 8615-8938/? I/OVRPlugin: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=144115188075855896 time=736136126011914
2022-07-22 10:17:25.795 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0
2022-07-22 10:17:25.795 8615-8938/? I/OVRPlugin: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=144115188075855896 time=736136126877643
2022-07-22 10:17:25.795 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1
2022-07-22 10:17:25.797 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 0,0 -> 4,3
2022-07-22 10:17:25.797 18663-18743/? I/Clocks: ReleaseClocks - start
2022-07-22 10:17:25.798 18663-18743/? I/Clocks: ReleaseClocks - end (1.0 ms)
2022-07-22 10:17:25.798 18663-18743/? I/Clocks: LockClocks( cpu=4, gpu=3 ) - start
2022-07-22 10:17:25.799 18663-18743/? I/Clocks: CPU levels [0, 4]
2022-07-22 10:17:25.799 18663-18743/? I/Clocks: GPU levels [0, 5]
2022-07-22 10:17:25.799 18663-18743/? I/Clocks: LockClocks( cpu=4, gpu=3 ) - end (0.4 ms)
2022-07-22 10:17:25.802 852-1100/? D/TrackingService: getSharedMemory: com.mycompany.myapp, Controller
2022-07-22 10:17:25.804 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:17:25.805 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.814 8615-8636/? D/OVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged
2022-07-22 10:17:25.826 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.839 18663-18747/? I/VrRuntimeServer: DisableCompositorClient: 0
2022-07-22 10:17:25.839 18663-18747/? I/TimeWarpClientMgr: Disable client 0
2022-07-22 10:17:25.839 18663-18747/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
2022-07-22 10:17:25.842 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
2022-07-22 10:17:25.842 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
2022-07-22 10:17:25.846 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.907 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:25.928 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7526/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.931 7462-7526/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
2022-07-22 10:17:25.933 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
2022-07-22 10:17:25.933 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
2022-07-22 10:17:25.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:25.969 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:25.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:26.000 8615-8978/? W/Telemetry: [OpenXR] unexpected session state unknown;
2022-07-22 10:17:26.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:26.112 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:26.132 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:26.133 8615-8978/? I/Telemetry: App memory usage: PSS=470MB DalvikPSS=0 MB PrivateDirty=410MB PrivateClean=53MB
2022-07-22 10:17:26.134 8615-8978/? I/VrApi: FPS=0/72,Prd=0ms,Tear=0,Early=0,Stale=0,VSnc=1,Lat=0,Fov=0,CPU4/GPU=0/0,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.92ms,App=0.00ms,GD=0.00ms,CPU&GPU=0.00ms,LCnt=2(DR0,LM0),GPU%=0.08,CPU%=0.38(W0.48),DSF=1.00,CFL=19.79/25.83
2022-07-22 10:17:26.153 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:26.175 18506-9021/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:26.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 40 lines
2022-07-22 10:17:26.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.001 8615-8978/? I/VrApi: FPS=1/72,Prd=0ms,Tear=0,Early=0,Stale=54,VSnc=0,Lat=-1,Fov=0,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=1.02ms,App=0.92ms,GD=0.00ms,CPU&GPU=0.00ms,LCnt=2(DR0,LM0),GPU%=0.16,CPU%=0.09(W0.14),DSF=1.00,CFL=19.79/26.33
2022-07-22 10:17:27.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.044 31716-32053/? I/[OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:736137.365459, Now:736137.376986. Sleeping...
2022-07-22 10:17:27.044 31716-32053/? I/[OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state
2022-07-22 10:17:27.055 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.423 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 18 lines
2022-07-22 10:17:27.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.465 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:17:27.465 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:17:27.465 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.581 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 13
2022-07-22 10:17:27.581 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:27.581 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:27.614 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:27.587 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:17:27.607 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.615 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:27.615 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7470.698416230853, 2373.3828193890577, 1886.7611639752042, nan].
2022-07-22 10:17:27.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.935 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:17:27.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.961 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:27.976 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:27.987 852-8752/? I/[CT]: boltlib: DSP utilization: 5.75 % (287 / 5002 ms)
2022-07-22 10:17:27.994 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.0ms,g=2.0,I=74,Ir=7461.8)(5.8ms,g=6.0,I=83,Ir=2413.9)(5.8ms,g=6.0,I=66,Ir=1898.9)(3.9ms,g=2.0,I=74,Ir=9516.4)
2022-07-22 10:17:27.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.001 8615-8978/? I/VrApi: FPS=72/72,Prd=24ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=0,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.63ms,App=0.91ms,GD=0.00ms,CPU&GPU=2.39ms,LCnt=1(DR17,LM0),GPU%=0.13,CPU%=0.07(W0.10),DSF=1.00,CFL=19.80/21.68
2022-07-22 10:17:28.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.037 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:28.058 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.064 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:17:28.079 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.162 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:28.162 760-8755/? E/SensorService: HMD IMU samples delayed: 6.626ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:28.140 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:28.161 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.162 852-8783/? W/[CT]: VisionInterface: [Throttled count=38] Delayed IMU measurements detected! Capture Time: 736138.487113642 [sec], Arrival Time: 736138.494526496 [sec], Time Delta: 0.007412854 [sec]
2022-07-22 10:17:28.181 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.189 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:28.349 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 11, frame seqId: 4
2022-07-22 10:17:28.349 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:28.381 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:28.345 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:28.366 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.382 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:28.382 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7490.6578020103125, nan, 1866.250643765342, 9382.059800664452].
2022-07-22 10:17:28.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 27 lines
2022-07-22 10:17:28.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:28.962 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
(min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
2022-07-22 10:17:28.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.001 8615-8978/? I/VrApi: FPS=72/72,Prd=24ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=0,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.63ms,App=0.92ms,GD=0.00ms,CPU&GPU=2.47ms,LCnt=1(DR72,LM0),GPU%=0.13,CPU%=0.09(W0.14),DSF=1.00,CFL=19.68/21.43
2022-07-22 10:17:29.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.042 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:29.062 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.071 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
2022-07-22 10:17:29.083 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.464 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 8
2022-07-22 10:17:29.464 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:29.464 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:17:29.497 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:29.472 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
2022-07-22 10:17:29.493 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.498 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:29.501 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:29.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.546 18097-2144/? D/ConnectivityService: requestNetwork for uid/pid:1010083/8615 NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1010083] ]
2022-07-22 10:17:29.534 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.546 18097-18240/? D/WIFI_AWARE_FACTORY: got request NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1010083] ] with score 60 and serial -1
2022-07-22 10:17:29.547 18097-18205/? D/WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1010083] ] with score 60 and serial -1
2022-07-22 10:17:29.547 18097-18205/? D/UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1010083] ] with score 60 and serial -1
2022-07-22 10:17:29.547 18097-18241/? D/Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1010083] ] with score 60 and serial -1
2022-07-22 10:17:29.548 8615-8636/? I/Unity: Network reachability: ReachableViaLocalAreaNetwork
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:29.553 8615-8636/? I/Unity: Successfully queued up an ice jam log request
Assets.myapp.Scripts.Utilities.WebUtilities:SendMultipartRequest(String, IDictionary`2, String[])
Assets.myapp.Scripts.Utilities.LogUtilities:SendToIceJam(String, String, String, String, Boolean, String[])
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:29.553 8615-8636/? I/Unity: Successfully started the send thread
Assets.myapp.Scripts.Utilities.WebUtilities:SendMultipartRequest(String, IDictionary`2, String[])
Assets.myapp.Scripts.Utilities.LogUtilities:SendToIceJam(String, String, String, String, Boolean, String[])
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:29.554 8615-9023/? I/Unity: WebUtilities::SendIceJamLog starting send thread
Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:17:29.555 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.595 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:29.616 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.632 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:17:29.636 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.664 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
2022-07-22 10:17:29.664 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:29.697 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:29.697 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
2022-07-22 10:17:29.697 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:29.677 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:29.698 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.698 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:29.701 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:29.719 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.731 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:29.732 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:29.734 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:29.739 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.897 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 5
2022-07-22 10:17:29.897 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:17:29.931 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:29.902 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:29.923 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.932 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:17:29.934 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:17:29.944 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:29.964 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:29.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.004 8615-8978/? I/VrApi: FPS=72/72,Prd=24ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=0,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.63ms,App=0.92ms,GD=0.00ms,CPU&GPU=2.47ms,LCnt=1(DR72,LM0),GPU%=0.13,CPU%=0.09(W0.14),DSF=1.00,CFL=19.68/21.43
2022-07-22 10:17:30.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.081 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 11
2022-07-22 10:17:30.081 760-8797/? E/SensorService: FrameType CONTROLLER: Rejecting frame: cam id 3 Frame arrived too late wrt previous timestamp. new: 1706449602000, previous: 1706582934000
2022-07-22 10:17:30.087 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:30.107 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.107 8615-9023/? I/Unity: WebUtilities::SendIceJamLog sending log file to IceJam
Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:17:30.107 8615-8636/? I/Unity: ApplicationStateManager awake after logging setup. 1 of 2.
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.109 8615-8636/? I/Unity: myapp client version: 0.0.0
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.109 8615-8636/? I/Unity: unityVersion=2021.3.4f1
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.109 8615-8636/? I/Unity: productName=myapp
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.111 8615-8636/? I/Unity: platform=Android
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.114 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:17:30.115 852-8798/? E/[CT]: VIPER: Detected 1 lost frames out of 4 in the frameset! You should be concerned about dataset quality or starving camera threads.
2022-07-22 10:17:30.115 852-8798/? W/[CT]: VIPER: Received 1/4 invalid irradiance proxy values: [7501.8545306183005, 2417.407068510442, 1878.2374012852558, nan].
2022-07-22 10:17:30.122 8615-8636/? I/Unity: companyName=Ice Edge Business Solutions
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.123 8615-8636/? I/Unity: buildGUID=cd5cff6d0bacf8b4c81be024218a4500
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.124 8615-8636/? I/Unity: consoleLogPath=
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.125 8615-8636/? I/Unity: logFilePath=/storage/emulated/10/Android/data/com.mycompany.myapp/files/myapp.log
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.125 8615-8636/? I/Unity: deviceModel=Oculus Quest
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.128 8615-8636/? I/Unity: deviceName=<unknown>
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.129 8615-8636/? I/Unity: deviceType=Handheld
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.130 8615-8636/? I/Unity: deviceUniqueIdentifier=7b82fe4a5b309958aebae9a804381d60
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.132 8615-8636/? I/Unity: operatingSystem=Android OS 10 / API-29 (QQ3A.200805.001/35444700575000000)
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.133 8615-8636/? I/Unity: operatingSystemFamily=Other
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.134 8615-8636/? I/Unity: processorCount=3
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.135 8615-8636/? I/Unity: processorFrequency=1804
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.135 8615-8636/? I/Unity: processorType=ARM64
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.136 8615-8636/? I/Unity: systemMemorySize=5841
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.136 8615-8636/? I/Unity: graphicsMemorySize=2048
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.139 8615-8636/? I/Unity: batteryLevel=0.99
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.140 8615-8636/? I/Unity: batteryStatus=NotCharging
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.140 8615-8636/? I/Unity: graphicsDeviceID=0
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.141 8615-8636/? I/Unity: graphicsDeviceName=Adreno (TM) 650
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.141 8615-8636/? I/Unity: graphicsDeviceType=OpenGLES3
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.142 8615-8636/? I/Unity: graphicsDeviceVendor=Qualcomm
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.142 8615-8636/? I/Unity: graphicsDeviceVendorID=0
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.142 8615-8636/? I/Unity: graphicsDeviceVersion=OpenGL ES 3.2 V@642.0 (GIT@a5215b3788, I741fad557a, 1651524232) (Date:05/02/22)
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.143 8615-8636/? I/Unity: graphicsMultiThreaded=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.143 8615-8636/? I/Unity: graphicsShaderLevel=50
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.144 8615-8636/? I/Unity: supportsGyroscope=False
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.144 8615-8636/? I/Unity: supportsAccelerometer=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.145 8615-8636/? I/Unity: supportsAudio=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.145 8615-8636/? I/Unity: npotSupport=Full
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.145 8615-8636/? I/Unity: supportsShadows=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.146 8615-8636/? I/Unity: supportsInstancing=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.146 8615-8636/? I/Unity: supportsImageEffects=True
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.147 8615-8636/? I/Unity: supportedRenderTargetCount=8
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.147 8615-8636/? I/Unity: supportsVibration=False
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.148 8615-8636/? I/Unity: maxTextureSize=16384
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.148 8615-8636/? I/Unity: ApplicationStateManager awake. 2 of 2.
myapp.ApplicationStateManager:Awake()
2022-07-22 10:17:30.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.149 8615-8636/? I/Unity: Client awake. 1 of 2
ClientChooser:Awake()
2022-07-22 10:17:30.149 8615-8636/? I/Unity: Client awake. 2 of 2
2022-07-22 10:17:30.154 8615-8636/? I/OVRPlugin: UnityPluginLoad called
2022-07-22 10:17:30.157 8615-8636/? I/Unity: Unity v2021.3.4f1, Oculus Utilities v1.72.0, OVRPlugin v1.72.0, SDK v1.0.22.
OVRManager:InitOVRManager()
2022-07-22 10:17:30.158 8615-8636/? I/Unity: SystemHeadset Oculus_Quest_2, API OpenXR
OVRManager:InitOVRManager()
2022-07-22 10:17:30.159 8615-8636/? I/Unity: OpenXR instance 0x100000000000002 session 0x200000000000018
OVRManager:InitOVRManager()
2022-07-22 10:17:30.162 8615-8636/? D/OVRPlugin: ovrp_Media_Initialize: call ovrm_Initialize()
2022-07-22 10:17:30.162 8615-8636/? D/OVRMrcLib: [MediaManager] Set JavaVM to 0x7fb73041c0
2022-07-22 10:17:30.163 8615-8636/? I/OVRMrcLib: GetExternalAppFilesPath() returns /storage/emulated/10/Android/data/com.mycompany.myapp/files
2022-07-22 10:17:30.163 8615-8636/? D/OVRMrcLib: MRC config file can't be opened: tried /storage/emulated/10/Android/data/com.mycompany.myapp/files/mrc.xml
2022-07-22 10:17:30.163 8615-8636/? D/OVRMrcLib: [MediaManager] InitConfiguration()
2022-07-22 10:17:30.163 8615-8636/? D/OVRMrcLib: m_externalCameraCount 0, m_isDefaultExternalCameraAvailable 0
2022-07-22 10:17:30.163 8615-8636/? I/OVRMrcLib: [MediaManager] MrcConfig: enabled 0 hq_mode 0, frame 2560 x 1080 image 1920 x 1080 tcp_port 28734 debugcamera 0 bitrate 8000000
2022-07-22 10:17:30.163 8615-8636/? I/OVRMrcLib: [MediaManager] GraphicsAPI set to GLES
2022-07-22 10:17:30.163 8615-8636/? D/OVRPlugin: ovrp_Media_Initialize(), new counter 1
2022-07-22 10:17:30.164 8615-8636/? I/Unity: OVRPlugin.Media initialized
OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
OVRManager:InitOVRManager()
2022-07-22 10:17:30.165 8615-8636/? I/Unity: [MRC] SetMrcAudioSampleRate(48000)
OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
OVRManager:InitOVRManager()
2022-07-22 10:17:30.166 8615-8636/? I/Unity: [MRC] Active InputVideoBufferType:TextureHandle
OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
OVRManager:InitOVRManager()
2022-07-22 10:17:30.167 8615-8636/? D/OVRMrcLib: [MediaManager] SetMrcActivationMode(Automatic) has no effect, because MRC is currently disabled.
2022-07-22 10:17:30.167 8615-8636/? D/OVRMrcLib: [MediaManager] SetMrcActivationMode 0 listening 0
2022-07-22 10:17:30.167 8615-8636/? I/Unity: [MRC] ActivateMode: Automatic
OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
OVRManager:InitOVRManager()
2022-07-22 10:17:30.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.171 8615-8636/? I/Unity: Current display frequency 72, available frequencies [60, 60, 72, 72, 80, 80, 90, 90]
OVRManager:InitOVRManager()
2022-07-22 10:17:30.171 8615-8636/? I/OVRPlugin: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 4 to 6
2022-07-22 10:17:30.172 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:17:30.172 8615-8636/? I/ipcLoader_static: RuntimeIPC: Loader: IPC Service API Loader Version: 29 Jul 7 2022 10:23:14
2022-07-22 10:17:30.172 8615-8636/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
2022-07-22 10:17:30.172 8615-8636/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
2022-07-22 10:17:30.173 8615-8636/? I/RuntimeIPCApi: ipc_Initialize
2022-07-22 10:17:30.173 8615-8636/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 3
2022-07-22 10:17:30.174 18594-18594/? I/MrService: onStartCommand
2022-07-22 10:17:30.175 817-8958/? I/RuntimeIPCService: RPC_BROKER_CREATE_PROCESS_CONNECTION: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice:18594, SetBrokerHandlerCalled: 1
2022-07-22 10:17:30.176 8615-8636/? I/ClientProcessConnector: GetProcessConnection: com.oculus.mrservice:com.oculus.mrservice
2022-07-22 10:17:30.176 18594-9031/? D/RuntimeIPCServerMgr: RegisterClient: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice (MrServiceIPCServer)
2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 202 (ipcStateReadWrite)
2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 203 (ipcReadOnlyState)
2022-07-22 10:17:30.177 18594-9031/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 205 (ipcEventBuffer)
2022-07-22 10:17:30.178 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 206 (ipcEventBuffer_Private)
2022-07-22 10:17:30.178 18594-9031/? I/RuntimeIPCServerMgr: HandleClientConnect SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice (MrServiceIPCServer)
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceIPCServer: MrServiceIPCServer::onClientConnected
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: clientConnected: 2204659461/com.mycompany.myapp/com.mycompany.myapp:8615
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: ====== Connected clients ======
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 1406872648/com.oculus.vrshell/com.oculus.vrshell:32347
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Passthrough] -> Paused
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Freespace] -> Destroyed
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 12284419/com.oculus.vrshell/com.oculus.vrshell:Overlay:31716
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Passthrough] -> Paused
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Freespace] -> Destroyed
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 280799707/com.oculus.guardian/com.oculus.vrguardianservice:18752
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Passthrough] -> Paused
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: [Freespace] -> Created
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: ===============================
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Registration from 2204659461/com.mycompany.myapp/com.mycompany.myapp:8615 accepted.
2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: registerClient: For client 2204659461 (com.mycompany.myapp:com.mycompany.myapp:8615).
2022-07-22 10:17:30.181 18594-9031/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: TryToGetIPCResourcesFromServer: RPC_CONNECTOR_CONNECT_TO_SERVER SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice (MrServiceIPCServer)
2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: EnsureServerConnection: SUCCESS. Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice (MrServiceIPCServer)
2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: ConnectToServer: SUCCESS: Client: com.mycompany.myapp:com.mycompany.myapp:8615, Server: com.oculus.mrservice:com.oculus.mrservice (MrServiceIPCServer)
2022-07-22 10:17:30.181 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:17:30.181 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:30.181 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:17:30.181 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:17:30.190 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.197 8615-8636/? I/Unity: Reference frame of the curve not set and XROrigin is not found, using global up as default.
UnityEngine.XR.Interaction.Toolkit.XRRayInteractor:Awake()
2022-07-22 10:17:30.199 8615-8636/? I/Unity: Reference frame of the curve not set and XROrigin is not found, using global up as default.
UnityEngine.XR.Interaction.Toolkit.XRRayInteractor:Awake()
2022-07-22 10:17:30.200 8615-8636/? I/Unity: SettingsManager awake. 1 of 2
SettingsManager:Awake()
2022-07-22 10:17:30.201 8615-8636/? I/Unity: SettingsManager awake. 2 of 2
2022-07-22 10:17:30.201 8615-8636/? I/Unity: CenterEyeAnchor awake. 1 of 2
FadeCamera:Awake()
2022-07-22 10:17:30.201 8615-8636/? I/Unity: CenterEyeAnchor awake. 2 of 2
2022-07-22 10:17:30.205 8615-8636/? I/Unity: BluetoothManager Awake (1 of 2).
myapp.BluetoothManager:Awake()
2022-07-22 10:17:30.206 8615-8636/? I/Unity: BluetoothManager Awake (2 of 2).
2022-07-22 10:17:30.210 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.215 8615-8636/? I/Unity: MultiplayerManager awake. 1 of 2
myapp.Multiplayer.MultiplayerManager:Awake()
2022-07-22 10:17:30.216 8615-8636/? I/Unity: MultiplayerManager awake. 2 of 2
2022-07-22 10:17:30.220 8615-8636/? I/Unity: ConnectionManager awake. 1 of 2
myapp.ConnectionManager:Awake()
2022-07-22 10:17:30.220 8615-8636/? I/Unity: ConnectionManager awake. 2 of 2
2022-07-22 10:17:30.221 8615-8636/? E/Unity: Could not find Yaw Bookmark Controller
2022-07-22 10:17:30.221 8615-8636/? I/Unity: EntityManager Awake 1 of 2
myapp.EntityManager:Awake()
2022-07-22 10:17:30.231 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.233 8615-8636/? I/Unity: EntityManager Awake 2 of 2
2022-07-22 10:17:30.237 8615-8636/? I/Unity: Overlay Awake
OVROverlay:Awake()
UnityEngine.GameObject:AddComponent()
OVRPassthroughLayer:OnEnable()
2022-07-22 10:17:30.247 8615-8636/? I/Unity: ApplicationStateManager started.
2022-07-22 10:17:30.247 8615-8636/? I/Unity: Client started.
2022-07-22 10:17:30.248 8615-8636/? I/Unity: Going to download: https://ice-assetbundles.s3-us-west-2.amazonaws.com/myapp/config/0.0.0.cfg
<downloadFile>d__54:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
AssetBundleLoaderManager:Start()
2022-07-22 10:17:30.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.253 8615-8636/? I/Unity: SettingsManager started. 1 of 2
SettingsManager:Start()
2022-07-22 10:17:30.254 8615-8636/? I/Unity: Version=1
SettingsManager:Start()
2022-07-22 10:17:30.254 8615-8636/? I/Unity: trackingAreaName (preferences)=My Own Unique Location
SettingsManager:Start()
2022-07-22 10:17:30.255 8615-8636/? I/Unity: saved avatar choice=ICE cream cone
SettingsManager:Start()
2022-07-22 10:17:30.257 8615-8636/? I/Unity: Android client mode selected: ANDROID_VR
SettingsManager:Start()
2022-07-22 10:17:30.258 8615-8636/? I/Unity: Android device type found: Quest
SettingsManager:Start()
2022-07-22 10:17:30.260 8615-8636/? I/Unity: Setting up client: ANDROID_VR
ClientChooser:setupClient(ClientType)
SettingsManager:Start()
2022-07-22 10:17:30.265 8615-8636/? I/Unity: ENABLE FFR
ClientChooser:setupClient(ClientType)
SettingsManager:Start()
2022-07-22 10:17:30.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.272 8615-8636/? W/Unity: XR Management has already initialized an active loader in this scene. Please make sure to stop all subsystems and deinitialize the active loader before initializing a new one.
UnityEngine.XR.Management.<InitializeLoader>d__24:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
ClientChooser:setupClient(ClientType)
SettingsManager:Start()
2022-07-22 10:17:30.276 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
SettingsManager:Start()
2022-07-22 10:17:30.278 8615-8636/? I/Unity: Changing UI State from Initial to LoadingBeforeDiscovery
myapp.ApplicationUIState:setUIState(UIState)
SettingsManager:Start()
2022-07-22 10:17:30.282 8615-8636/? I/Unity: MarketingUI::HasCompletedMarketing - 1.5
MarketingUIActions:HasCompletedMarketing()
myapp.ApplicationUIState:checkIfCompletedMarketing(Boolean)
myapp.ApplicationUIState:setUIState(UIState)
SettingsManager:Start()
2022-07-22 10:17:30.287 8615-8636/? I/Unity: SettingsManager started. 2 of 2
SettingsManager:Start()
2022-07-22 10:17:30.288 8615-8636/? I/Unity: CenterEyeAnchor started.
2022-07-22 10:17:30.288 8615-8636/? I/Unity: BluetoothManager Started (1 of 2)
myapp.BluetoothManager:Start()
2022-07-22 10:17:30.289 8615-8636/? I/Unity: Local IP Address = 10.8.46.16
myapp.Multiplayer.MultiplayerManager:getLocalIP()
myapp.BluetoothManager:Start()
2022-07-22 10:17:30.290 8615-8636/? I/Unity: BluetoothManager Started (2 of 2)
2022-07-22 10:17:30.291 8615-8636/? I/Unity: MultiplayerManager started. 1 of 2
myapp.Multiplayer.MultiplayerManager:Start()
2022-07-22 10:17:30.291 8615-8636/? I/Unity: My participant name is: Rob Quest from PlayerPrefs.
myapp.Multiplayer.MultiplayerManager:Start()
2022-07-22 10:17:30.291 8615-8636/? I/Unity: MultiplayerManager started. 2 of 2
2022-07-22 10:17:30.292 8615-8636/? W/Unity: Need 11 textures in UserInteractionManager, or need to adjust Start() method
2022-07-22 10:17:30.292 8615-8636/? W/Unity: DontDestroyOnLoad only works for root GameObjects or components on root GameObjects.
2022-07-22 10:17:30.292 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.293 8615-8636/? I/Unity: SceneManager started. 1 of 2
myapp.SceneManager:Start()
2022-07-22 10:17:30.294 8615-8636/? I/Unity: SceneManager started. 2 of 2
2022-07-22 10:17:30.295 8615-8636/? I/Unity: ConnectionManager started.
myapp.ConnectionManager:Start()
2022-07-22 10:17:30.295 8615-8636/? I/Unity: Calibration started. 1 of 2.
Calibration:Start()
2022-07-22 10:17:30.295 8615-8636/? I/Unity: Calibration started. 2 of 2.
2022-07-22 10:17:30.296 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
myapp.SetCurvedUISettingsForCanvas:Start()
2022-07-22 10:17:30.298 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
2022-07-22 10:17:30.299 8615-8636/? I/Unity: VoiceManager started. 1 of 2
myapp.VivoxVoiceManager:Start()
2022-07-22 10:17:30.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.315 8615-8636/? I/Unity: VoiceManager started. 2 of 2
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Spaces info
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Local version=25
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.850, 0.000, 0.527), (-0.38, 0.08, 0.23)
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromLocalTilted = (0.045, 0.849, 0.037, 0.525), (-0.38, 0.08, 0.23)
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromStage = (0.000, 0.158, 0.000, 0.987), (-0.19, -1.13, -0.67)
2022-07-22 10:17:30.324 8615-8636/? I/Unity: [OVRManager] HMDAcquired event
OVRManager:Update()
2022-07-22 10:17:30.325 8615-8636/? I/Unity: [OVRManager] HMDMounted event
OVRManager:Update()
2022-07-22 10:17:30.326 8615-8636/? I/Unity: [OVRManager] VrFocusAcquired event
OVRManager:Update()
2022-07-22 10:17:30.328 8615-8636/? I/Unity: [OVRManager] TrackingAcquired event
OVRManager:Update()
2022-07-22 10:17:30.332 8615-8636/? I/OVRMrcLib: ProfilerSystem: verbose mode 0
2022-07-22 10:17:30.333 8615-8636/? W/System.err: android.content.pm.PackageManager$NameNotFoundException: com.oculus.platformsdkruntime
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:190)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:159)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at com.unity3d.player.UnityPlayer.access$300(Unknown Source:0)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:95)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at android.os.Looper.loop(Looper.java:214)
2022-07-22 10:17:30.333 8615-8636/? W/System.err: at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
2022-07-22 10:17:30.334 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.335 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:30.335 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
2022-07-22 10:17:30.335 8615-8636/? D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
2022-07-22 10:17:30.338 8615-8636/? I/edge.icerealit: Waiting for a blocking GC ClassLinker
2022-07-22 10:17:30.339 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736140.385403s, requested: 736135.368377s
2022-07-22 10:17:30.354 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.356 8615-8636/? I/OVRPlatform: [LoaderUtils] PlatformSDK check API compatibility (requested api = 1.1.74.0, implementation = 1.1.74.0)
2022-07-22 10:17:30.358 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Paused.
2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:30.358 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:17:30.362 8615-8636/? I/Unity: HandControllerInput Awake 1 of 2
myapp.HandControllerInput:Awake()
UnityEngine.Object:Instantiate(Object, Transform, Boolean)
UnityEngine.Object:Instantiate(T, Transform, Boolean)
myapp.UserInteractionManager:SetupControllers()
myapp.UserInteractionManager:Update()
2022-07-22 10:17:30.362 8615-8636/? I/Unity: HandControllerInput Awake 2 of 2
UnityEngine.Object:Instantiate(Object, Transform, Boolean)
UnityEngine.Object:Instantiate(T, Transform, Boolean)
myapp.UserInteractionManager:SetupControllers()
myapp.UserInteractionManager:Update()
2022-07-22 10:17:30.363 8615-8636/? I/Unity: HandControllerInput Awake 1 of 2
myapp.HandControllerInput:Awake()
UnityEngine.Object:Instantiate(Object, Transform, Boolean)
UnityEngine.Object:Instantiate(T, Transform, Boolean)
myapp.UserInteractionManager:SetupControllers()
myapp.UserInteractionManager:Update()
2022-07-22 10:17:30.364 8615-8636/? I/Unity: HandControllerInput Awake 2 of 2
UnityEngine.Object:Instantiate(Object, Transform, Boolean)
UnityEngine.Object:Instantiate(T, Transform, Boolean)
myapp.UserInteractionManager:SetupControllers()
myapp.UserInteractionManager:Update()
2022-07-22 10:17:30.367 8615-8636/? I/Unity: HandControllerInput Start 1 of 2
myapp.HandControllerInput:Start()
2022-07-22 10:17:30.373 8615-8933/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2022-07-22 10:17:30.373 8615-8636/? I/Unity: HandControllerInput : Left Started.
myapp.HandControllerInput:Start()
2022-07-22 10:17:30.374 8615-8636/? I/Unity: HandControllerInput Start 2 of 2
2022-07-22 10:17:30.374 8615-8636/? I/Unity: HandControllerInput Start 1 of 2
myapp.HandControllerInput:Start()
2022-07-22 10:17:30.375 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.377 8615-8636/? I/Unity: HandControllerInput : Right Started.
myapp.HandControllerInput:Start()
2022-07-22 10:17:30.378 8615-8636/? I/Unity: HandControllerInput Start 2 of 2
2022-07-22 10:17:30.395 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.456 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:30.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.495 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:17:30.498 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.503 8615-8636/? I/Unity: Starting XR...
<startXR>d__58:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.503 8615-8636/? I/Unity: Successfully started XR...
<startXR>d__58:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.504 8615-8636/? I/Unity: XR Loader = Oculus Loader
<startXR>d__58:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.504 8615-8636/? I/Unity: Running subsystem: XR subsystem = oculus input
<startXR>d__58:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.518 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.546 8615-9023/? I/Unity: Web request complete
Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:17:30.560 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.580 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.596 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/myapp/config/0.0.0.cfg
<downloadFile>d__54:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.596 8615-8636/? I/Unity: Config file parsed.
AssetBundleLoaderManager:parseConfigFile(String, Object)
<downloadFile>d__54:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.604 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.604 760-8755/? E/SensorService: HMD IMU samples delayed: 7.694ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:30.613 760-8755/? E/SensorService: HMD IMU missing samples: 1.977ms between captures (expected 1.000ms)
2022-07-22 10:17:30.613 852-8783/? E/[CT]: TIMESTAMPCHECKER: IMU-IOHM timestamp: Measured delta time = 0.0019 [sec], nominal = 0.0010 (1000.0 Hz) (received too few frames). Dropped approx. 1.0 samples. Issue occurred 3 times since start. Time since last check: 0.0006 [sec]
2022-07-22 10:17:30.625 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.638 852-8804/? W/[CT]: CONSTELLATION: R: Camera is ahead of IMU by 0.3 ms! Sleeping vision thread for 3 ms.
2022-07-22 10:17:30.642 8615-8636/? I/Unity: Going to download: https://ice-assetbundles.s3-us-west-2.amazonaws.com/ICEavatarsData/4/available_avatars.txt
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.650 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.671 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:30.692 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.704 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
Calibration:setupCameraHierarchy()
<setupClientAfterCamera>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.706 8615-8636/? I/Unity: myapp: Performance Preset set to Performance
myapp.PerformanceOptionsUI:changeToBetterPerformancePreset()
<setupClientAfterCamera>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.707 8615-8636/? I/Unity: Set new Site location 'World Center'.
myapp.ICEscapesManager:setIceScapesSiteLocation(String)
myapp.PerformanceOptionsUI:switchWorldToEmpty()
myapp.PerformanceOptionsUI:changeToBetterPerformancePreset()
<setupClientAfterCamera>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.712 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Spaces info
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Local version=25
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromLocal = (0.000, 0.850, 0.000, 0.527), (-0.38, 0.08, 0.23)
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromLocalTilted = (0.045, 0.849, 0.037, 0.525), (-0.38, 0.08, 0.23)
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: RawFromStage = (0.000, 0.158, 0.000, 0.987), (-0.19, -1.13, -0.67)
2022-07-22 10:17:30.719 8615-8636/? I/Unity: ICEscapesManager Initializing
myapp.<Initialize>d__18:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ICEscapesManager:loadLevel(String, String)
myapp.EntityManager:Update()
2022-07-22 10:17:30.732 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.753 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.761 31356-31369/? I/.oculus.horizo: Background concurrent copying GC freed 349092(19MB) AllocSpace objects, 163(5612KB) LOS objects, 49% free, 6193KB/12MB, paused 85us total 117.176ms
2022-07-22 10:17:30.774 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.835 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:30.856 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.864 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/ICEavatarsData/4/available_avatars.txt
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.865 8615-8636/? I/Unity: Default avatar name is ICE cream cone
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.865 8615-8636/? I/Unity: Available Items: 1
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.866 8615-8636/? I/Unity: Available Avatars: 39
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.877 8615-8636/? I/Unity: Going to download: https://ice-assetbundles.s3-us-west-2.amazonaws.com/ICEitemsData/5/available_items.txt
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:30.896 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.959 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:30.937 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:30.959 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.961 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:30.979 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:30.990 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:30.995 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.0ms,g=2.0,I=75,Ir=7506.3)(5.9ms,g=6.0,I=85,Ir=2426.4)(5.9ms,g=6.0,I=66,Ir=1876.5)(4.0ms,g=2.0,I=75,Ir=9406.3)
2022-07-22 10:17:30.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.001 8615-8978/? I/VrApi: FPS=53/72,Prd=23ms,Tear=0,Early=0,Stale=40,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.69ms,App=0.89ms,GD=0.00ms,CPU&GPU=2.43ms,LCnt=1(DR72,LM0),GPU%=0.16,CPU%=0.46(W0.63),DSF=1.00,CFL=19.90/21.76
2022-07-22 10:17:31.005 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/ICEitemsData/5/available_items.txt
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.008 8615-8636/? I/Unity: Available Items: 197
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.008 8615-8636/? I/Unity: Available Avatars: 39
<downloadTextFile>d__55:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.026 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:31.032 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/ICEscapesData/4/available_scapes.txt
myapp.<Initialize>d__18:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.033 8615-8636/? I/Unity: ICEscapesManager Initialization Completed
myapp.<Initialize>d__18:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.046 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.059 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/assets_experience
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.066 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.107 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:31.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.144 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/assets_experience.manifest
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.145 8615-8636/? I/Unity: CRC=576522467
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.145 8615-8636/? I/Unity: Hash=57232ee335f1721d44fc6fe7ebed073c
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.156 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/assets_experience
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.157 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.157 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.159 8615-8926/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-07-22 10:17:31.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.232 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:31.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.266 8615-8636/? I/Unity: Time at load from cache: 109 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.268 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.269 8615-8636/? I/Unity: Time at finish loading from cache: 111 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.269 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.269 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/assets_experience
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.270 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/assets_experience
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.270 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.270 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.354 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:31.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.377 8615-8636/? I/Unity: Time at load from cache: 107 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.379 8615-8636/? I/Unity: MarketingUI::HasCompletedMarketing - 1.5
MarketingUIActions:HasCompletedMarketing()
myapp.ApplicationUIState:checkIfCompletedMarketing(Boolean)
myapp.<>c__DisplayClass7_0:<setUIState>b__0()
myapp.ProgressIndicatorManager:withdrawWaitingItem()
myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
<>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.380 8615-8636/? I/Unity: Changing UI State from LoadingBeforeDiscovery to Discovery
myapp.ApplicationUIState:setUIState(UIState)
myapp.<>c__DisplayClass7_0:<setUIState>b__0()
myapp.ProgressIndicatorManager:withdrawWaitingItem()
myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
<>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.383 8615-8636/? I/Unity: Contacting myappHub to get all public experiences https://myapp.mycompany.com/rest/hub/v2/getpublic
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ApplicationUIState:setUIState(UIState)
myapp.<>c__DisplayClass7_0:<setUIState>b__0()
myapp.ProgressIndicatorManager:withdrawWaitingItem()
myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
<>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.389 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.390 8615-8636/? I/Unity: Time at finish loading from cache: 119 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.390 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.396 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.417 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:31.437 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.441 8615-8636/? I/Unity: TitleBar::CloseOptionsMenu
TitleBarUIActions:CloseOptionsMenu()
2022-07-22 10:17:31.450 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skybox
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.458 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.499 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:31.519 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.524 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skybox.manifest
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.524 8615-8636/? I/Unity: CRC=2766688742
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.525 8615-8636/? I/Unity: Hash=f6e12921df0505f640bb58f96a51b3d1
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.529 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Scapes/4/available_scapes
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.530 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skybox
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.530 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.531 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.540 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.602 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:31.622 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.628 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Scapes/4/available_scapes.manifest
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.629 8615-8636/? I/Unity: CRC=670716866
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.629 8615-8636/? I/Unity: Hash=d05c0d6f3d640c470b71ff7971bd3d9f
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.630 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Scapes/4/available_scapes
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.630 8615-8636/? I/Unity: CRC = 670716866 Hash = d05c0d6f3d640c470b71ff7971bd3d9f
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.631 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.631 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.650 8615-8636/? I/Unity: myappHub returned: [{"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServi
2022-07-22 10:17:31.652 8615-8636/? I/Unity: Hub returned 2 public experiences
myapp.myappBrokerListener:result(List`1)
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.656 8615-8636/? I/Unity: Reset Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.656 8615-8636/? I/Unity: Populate Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.657 8615-8636/? I/Unity: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.657 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.658 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.658 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:31.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.684 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:31.704 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.719 8615-8636/? I/Unity: myappHub returned: {"id":13396,"layoutId":"32ad61df-68fb-4342-a5f3-56c57acfcebf","description":"Dallas DXC.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientService
2022-07-22 10:17:31.723 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.725 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.734 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.745 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.766 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.773 8615-8636/? I/Unity: untitled : FPS : 63.28053, 51.6666666666667, Performance, CLASSIC,Empty,World Center
SceneAnalyzer:ReportFPS()
SceneAnalyzer:Update()
2022-07-22 10:17:31.787 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.791 8615-8636/? I/Unity: myappHub returned: {"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServic
2022-07-22 10:17:31.792 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/300645081.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:31.808 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.869 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:31.890 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.904 18035-18070/? I/netd: trafficSwapActiveStatsMap() <0.23ms>
2022-07-22 10:17:31.906 18035-18070/? I/netd: tetherGetStats() <0.80ms>
2022-07-22 10:17:31.910 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.918 18035-18070/? I/netd: bandwidthSetGlobalAlert(2097152) <0.16ms>
2022-07-22 10:17:31.931 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:31.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:31.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.002 8615-8978/? I/VrApi: FPS=61/72,Prd=36ms,Tear=0,Early=18,Stale=38,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.80ms,App=4.83ms,GD=0.00ms,CPU&GPU=42.02ms,LCnt=1(DR72,LM0),GPU%=0.34,CPU%=0.74(W0.82),DSF=1.00,CFL=19.72/26.00
2022-07-22 10:17:32.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.206 760-8755/? E/SensorService: HMD IMU samples delayed: 7.017ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:32.177 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:17:32.198 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.206 852-8783/? W/[CT]: VisionInterface: [Throttled count=25] Delayed IMU measurements detected! Capture Time: 736142.530791984 [sec], Arrival Time: 736142.538210140 [sec], Time Delta: 0.007418156 [sec]
2022-07-22 10:17:32.219 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.690 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 23 lines
2022-07-22 10:17:32.711 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.715 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:Update()
2022-07-22 10:17:32.731 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.957 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
2022-07-22 10:17:32.978 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:32.987 852-8752/? I/[CT]: boltlib: DSP utilization: 5.37 % (268 / 5000 ms)
2022-07-22 10:17:32.998 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:33.002 8615-8978/? I/VrApi: FPS=70/72,Prd=38ms,Tear=0,Early=31,Stale=9,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.77ms,App=4.73ms,GD=0.00ms,CPU&GPU=9.96ms,LCnt=1(DR72,LM0),GPU%=0.41,CPU%=1.00(W1.00),DSF=1.00,CFL=19.74/21.39
2022-07-22 10:17:33.019 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:33.734 760-8755/? E/SensorService: HMD IMU samples delayed: 6.819ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:33.924 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
2022-07-22 10:17:33.945 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:33.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:33.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:33.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:33.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=73,Ir=6696.6)(6.3ms,g=6.0,I=82,Ir=2211.3)(6.3ms,g=6.0,I=65,Ir=1746.5)(3.9ms,g=2.0,I=75,Ir=9662.9)
2022-07-22 10:17:34.002 8615-8978/? I/VrApi: FPS=72/72,Prd=35ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.76ms,App=6.41ms,GD=0.00ms,CPU&GPU=12.11ms,LCnt=1(DR72,LM0),GPU%=0.53,CPU%=1.00(W1.00),DSF=1.00,CFL=19.79/24.43
2022-07-22 10:17:34.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.479 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 23 lines
2022-07-22 10:17:34.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.504 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:34.520 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.524 18097-18112/? I/system_server: Background concurrent copying GC freed 183730(9497KB) AllocSpace objects, 194(4280KB) LOS objects, 42% free, 19MB/33MB, paused 74us total 317.672ms
2022-07-22 10:17:34.541 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.664 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:17:34.685 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.692 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
If you are with other people, use the same points when prompted.
TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.SideBarUIActions:CalibrateButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:34.695 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
myapp.SetCurvedUISettingsForCanvas:Start()
2022-07-22 10:17:34.695 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
2022-07-22 10:17:34.703 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:34.706 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.746 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:34.767 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.784 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:17:34.787 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.932 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:17:34.952 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.965 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:17:34.973 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:34.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.002 8615-8978/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.73ms,App=6.13ms,GD=0.00ms,CPU&GPU=12.32ms,LCnt=1(DR72,LM0),GPU%=0.51,CPU%=1.00(W1.00),DSF=1.00,CFL=19.77/26.40
2022-07-22 10:17:35.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.055 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:35.076 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.092 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:35.097 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.098 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:35.117 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.138 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.138 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(24.28, 4.62)]Matching:[MatchSuccess=1.000, MatchCost=(0.00128, 0.00000), #MatchedBlobs=(12.76, 1.28), #MatchedLeds=(7.11, 0.59), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.667, 16.241), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.213, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:35.158 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.171 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(24.27, 4.62)]Matching:[MatchSuccess=1.000, MatchCost=(0.00572, 0.00001), #MatchedBlobs=(8.58, 2.22), #MatchedLeds=(6.85, 0.61), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(10.085, 15.516), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.060, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:35.178 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.260 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:35.282 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.297 8615-8636/? I/Unity: Time at load from cache: 3766 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.302 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.323 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:35.343 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.345 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736145.395030s, requested: 736135.368377s
2022-07-22 10:17:35.364 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.384 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.396 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:17:35.405 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.421 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.424 8615-8636/? I/Unity: Time at finish loading from cache: 3893 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.425 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.425 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skyboxlite
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.425 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.438 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:17:35.446 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.528 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:35.549 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.552 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skyboxlite.manifest
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.552 8615-8636/? I/Unity: CRC=2185021692
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.553 8615-8636/? I/Unity: Hash=96c3df9ecf6632a1528576557484902f
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.561 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/skyboxlite
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.562 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.562 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:35.569 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:35.980 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
2022-07-22 10:17:36.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.002 8615-8978/? I/VrApi: FPS=34/72,Prd=45ms,Tear=0,Early=5,Stale=28,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.74ms,App=6.81ms,GD=0.00ms,CPU&GPU=41.56ms,LCnt=1(DR72,LM0),GPU%=0.41,CPU%=0.88(W1.00),DSF=1.00,CFL=19.76/21.48
2022-07-22 10:17:36.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.041 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:36.062 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.062 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:36.082 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.144 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:36.165 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.181 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:36.185 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.191 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:36.192 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:36.206 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.209 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:17:36.209 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:17:36.209 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:36.209 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:17:36.209 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:17:36.210 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:36.211 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:36.211 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:36.226 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:36.238 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1013, num layers 1.
2022-07-22 10:17:36.239 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
2022-07-22 10:17:36.239 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
2022-07-22 10:17:36.240 8615-8636/? I/Unity: Time at load from cache: 4609 ms.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.240 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.241 8615-8636/? I/Unity: Time at finish loading from cache: 4610 ms.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.241 8615-8636/? I/Unity: Done with loading from asset bundle.
<Start>d__16:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.246 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
2022-07-22 10:17:36.246 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1013 for client 2204659461.
2022-07-22 10:17:36.246 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1013 is being paused false
2022-07-22 10:17:36.256 8615-8636/? I/Unity: loadLevel: Empty
myapp.ICEscapesManager:loadLevel(String, String)
myapp.EntityManager:Update()
2022-07-22 10:17:36.257 8615-8636/? I/Unity: finishLoadAndSetIceScapesSite() start
myapp.ICEscapesManager:finishLoadAndSetIceScapesSite()
myapp.<loadIceScape>d__30:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ICEscapesManager:loadLevel(String, String)
myapp.EntityManager:Update()
2022-07-22 10:17:36.259 8615-8636/? I/Unity: Set new Site location 'World Center'.
myapp.ICEscapesManager:setIceScapesSiteLocation(String)
myapp.ICEscapesManager:finishLoadAndSetIceScapesSite()
myapp.<loadIceScape>d__30:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ICEscapesManager:loadLevel(String, String)
myapp.EntityManager:Update()
2022-07-22 10:17:36.260 8615-8636/? I/Unity: finishLoadAndSetIceScapesSite() end
myapp.<loadIceScape>d__30:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ICEscapesManager:loadLevel(String, String)
myapp.EntityManager:Update()
2022-07-22 10:17:36.261 8615-8636/? I/Unity: I am outside. Turning sounds on.
SoundManager:turnSoundOnOrOff(Boolean)
2022-07-22 10:17:36.262 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
2022-07-22 10:17:36.263 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
2022-07-22 10:17:36.263 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
2022-07-22 10:17:36.264 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
2022-07-22 10:17:36.248 760-760/? W/HwBinder:760_4: type=1400 audit(0.0:1601): avc: denied { getattr } for path="/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
2022-07-22 10:17:36.264 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
2022-07-22 10:17:36.269 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:36.269 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736146.602437274 ns.
2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 875.508261489 seconds.
2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Allocating framebuffers for layer 1013 of size 640x640, internal format 0x822b, depth buffer type 0, swap chain length 2.
2022-07-22 10:17:36.270 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:36.270 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:36.271 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 345
2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 346
2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:36.288 18663-8811/? I/TimeWarpProgs: [0x7fb734bef8] Built layerProgram 0:0x100000048002:0x0 in 5.3 ms
2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9057
2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9057 to prime gold (7)
2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
2022-07-22 10:17:36.289 18097-18642/? W/ActivityManager: Package for pid 850: no process record found
2022-07-22 10:17:36.290 852-1103/? W/TrackingService: attachClient: found client in attached list
2022-07-22 10:17:36.291 852-1103/? D/TrackingService: getSharedMemory: /system/bin/mrsystemservice, HeadTracker
2022-07-22 10:17:36.292 852-1103/? W/TrackingService: attachClient: found client in attached list
2022-07-22 10:17:36.293 852-1103/? D/TrackingService: getSharedMemory: /system/bin/mrsystemservice, Controller
2022-07-22 10:17:36.293 850-1452/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: computeIteration: (every 30 seconds), Streaming: OFF, Passthrough: ON, Playspace: OFF, IntrusionDetection: OFF.
2022-07-22 10:17:36.297 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 0
2022-07-22 10:17:36.297 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1644us, frametime 875524579us
2022-07-22 10:17:36.300 850-1452/? I/[CT]: MIXEDREALITY: PassthroughMesh: update: Clearing 0 previous mesh points (previous timestamp 0, current 736146.602139139).
2022-07-22 10:17:36.343 8615-8636/? I/Unity: Time at load from cache: 781 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.343 8615-8636/? I/Unity: Loading skyboxlite from bundle items/skyboxlite
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.447 18506-9059/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:36.454 8615-8636/? I/Unity: Loaded skyboxlite from bundle items/skyboxlite
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.454 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.455 8615-8636/? I/Unity: Time at finish loading from cache: 893 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.456 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:36.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:36.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.4ms,g=2.0,I=75,Ir=7077.5)(6.2ms,g=6.0,I=86,Ir=2307.6)(6.2ms,g=6.0,I=64,Ir=1728.1)(4.4ms,g=2.0,I=74,Ir=8560.7)
2022-07-22 10:17:37.002 8615-8978/? I/VrApi: FPS=69/72,Prd=53ms,Tear=0,Early=56,Stale=16,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.86ms,App=2.72ms,GD=0.00ms,CPU&GPU=18.12ms,LCnt=1(DR72,LM0),GPU%=0.29,CPU%=0.51(W0.95),DSF=1.00,CFL=19.72/21.79
2022-07-22 10:17:37.466 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: true, ImagesOnly: false, NoRequirement: false.
2022-07-22 10:17:37.468 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: ON, ID is: OFF
2022-07-22 10:17:37.825 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:37.988 852-8752/? I/[CT]: boltlib: DSP utilization: 5.61 % (280 / 5000 ms)
2022-07-22 10:17:37.995 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:38.002 8615-8978/? I/VrApi: FPS=72/72,Prd=56ms,Tear=0,Early=70,Stale=4,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.86ms,App=2.66ms,GD=0.00ms,CPU&GPU=17.66ms,LCnt=2(DR72,LM2),GPU%=0.29,CPU%=0.49(W0.78),DSF=1.00,CFL=19.77/21.57
2022-07-22 10:17:38.025 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:38.184 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:38.186 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 6.577, Duration: -1.000 sec, TimeStamp: 736148.500000 sec
2022-07-22 10:17:38.386 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:38.758 18097-18116/? W/ActivityManager: Package for pid 850: no process record found
2022-07-22 10:17:38.788 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:38.872 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:39.003 8615-8978/? I/VrApi: FPS=71/72,Prd=32ms,Tear=0,Early=44,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.86ms,App=2.55ms,GD=0.00ms,CPU&GPU=6.57ms,LCnt=2(DR72,LM2),GPU%=0.28,CPU%=0.49(W0.60),DSF=1.00,CFL=19.82/21.77
2022-07-22 10:17:39.309 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:39.350 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 6.786, Duration: -1.000 sec, TimeStamp: 736149.625000 sec
2022-07-22 10:17:39.486 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.486 8615-8636/? I/Unity: No Boundary Points available for Calibration.
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.487 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.487 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.488 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.490 8615-8636/? I/Unity: Contacting myappHub to get all public experiences https://myapp.mycompany.com/rest/hub/v2/getpublic
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.495 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:39.509 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1013.
2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
2022-07-22 10:17:39.512 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:17:39.513 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
2022-07-22 10:17:39.513 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
2022-07-22 10:17:39.513 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
2022-07-22 10:17:39.513 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:17:39.513 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:39.513 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:17:39.517 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1013 was queued for destruction
2022-07-22 10:17:39.517 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1013.
2022-07-22 10:17:39.518 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=345
2022-07-22 10:17:39.519 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=346
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 3.2 seconds:
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 3249.2 ms
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - rates: rendering: 70.2/72.0, images: 29.5/0.0, geometry: 29.9, texture: 29.5, tex coord: 0.0 fps
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - latencies (min/avg/max): stereo images: 13.8,20.4,27.2, color images: 0.0,0.0,0.0, photon-to-geometry: 50.9,9064.7,873051.3, photon-to-texture: 40.4,54.2,71.0 ms
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain grayscale: 6.5/6.0 color: 0.0/0.0
2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
2022-07-22 10:17:39.520 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:39.526 18663-8811/? W/CompositorVR: Removed 1 layers without a required proxy layer
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 3.2 seconds:
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 14.8 minutes
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 98.0 (98.0/0.0)
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain stereo: 6.5/6.0 depth: 0.0/0.0
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - cvp per frame (stereo/depth): count: 6286.0/0.0, extracted: 13514.3/0.0, sparsified: 6286.0/0.0
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 338417.0, temporal hist: 456375.0
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - points: new: 604332.0, prior: 450440.0, primary: 389218.0, secondary: 66014.0
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - per frame: primary: 0.0,3971.6,4499.0, secondary: 390.0,673.6,3006.0, prev mesh: 0.0,0.0,0.0 solver 29.7
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
2022-07-22 10:17:39.529 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
2022-07-22 10:17:39.529 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
2022-07-22 10:17:39.529 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:39.529 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:39.530 760-9056/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
2022-07-22 10:17:39.530 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
2022-07-22 10:17:39.530 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
2022-07-22 10:17:39.531 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
2022-07-22 10:17:39.540 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:39.541 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:39.541 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.569 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.577 8615-8636/? I/Unity: myappHub returned: [{"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServi
2022-07-22 10:17:39.577 8615-8636/? I/Unity: Hub returned 2 public experiences
myapp.myappBrokerListener:result(List`1)
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:39.588 8615-8636/? I/Unity: Reset Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.589 8615-8636/? I/Unity: Populate Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.589 8615-8636/? I/Unity: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.590 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.590 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.591 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:39.598 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.626 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.646 8615-8636/? I/Unity: myappHub returned: {"id":13396,"layoutId":"32ad61df-68fb-4342-a5f3-56c57acfcebf","description":"Dallas DXC.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientService
2022-07-22 10:17:39.648 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:39.655 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.659 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:39.683 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.711 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.718 8615-8636/? I/Unity: myappHub returned: {"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServic
2022-07-22 10:17:39.719 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/300645081.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:39.732 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.766 760-8755/? E/SensorService: HMD IMU samples delayed: 6.607ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:39.937 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 10 lines
2022-07-22 10:17:39.958 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:39.978 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:39.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=24,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=75,Ir=6882.0)(6.6ms,g=6.0,I=85,Ir=2161.3)(6.6ms,g=6.0,I=64,Ir=1617.8)(4.4ms,g=2.0,I=74,Ir=8554.0)
2022-07-22 10:17:39.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.002 8615-8978/? I/VrApi: FPS=72/72,Prd=30ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.83ms,App=4.40ms,GD=0.00ms,CPU&GPU=15.24ms,LCnt=2(DR72,LM2),GPU%=0.39,CPU%=0.59(W0.90),DSF=1.00,CFL=19.71/21.66
2022-07-22 10:17:40.019 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.328 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:17:40.348 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.349 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736150.395791s, requested: 736135.368377s
2022-07-22 10:17:40.369 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.692 18506-9060/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:40.718 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:17:40.738 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.749 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:40.759 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.861 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:40.882 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.886 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
If you are with other people, use the same points when prompted.
TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.SideBarUIActions:CalibrateButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:40.903 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.910 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:40.924 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:40.964 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:40.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:41.003 8615-8978/? I/VrApi: FPS=72/72,Prd=35ms,Tear=0,Early=0,Stale=2,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.73ms,App=6.22ms,GD=0.00ms,CPU&GPU=12.35ms,LCnt=1(DR72,LM0),GPU%=0.51,CPU%=0.51(W0.82),DSF=1.00,CFL=19.69/23.80
2022-07-22 10:17:41.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:41.153 18506-9061/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:41.285 760-8755/? E/SensorService: HMD IMU samples delayed: 6.058ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:41.251 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
2022-07-22 10:17:41.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:41.285 852-8783/? W/[CT]: VisionInterface: [Throttled count=5] Delayed IMU measurements detected! Capture Time: 736151.610851314 [sec], Arrival Time: 736151.618006543 [sec], Time Delta: 0.007155229 [sec]
2022-07-22 10:17:41.292 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:41.794 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:41.824 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:41.970 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 33 lines
2022-07-22 10:17:41.991 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.003 8615-8978/? I/VrApi: FPS=72/72,Prd=35ms,Tear=0,Early=0,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.72ms,App=6.82ms,GD=0.00ms,CPU&GPU=13.59ms,LCnt=1(DR72,LM0),GPU%=0.55,CPU%=0.54(W0.73),DSF=1.00,CFL=19.84/21.60
2022-07-22 10:17:42.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.052 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:17:42.073 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.075 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:42.093 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.196 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:42.217 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.222 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:42.222 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:42.228 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:17:42.228 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:17:42.228 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:42.228 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:17:42.228 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:17:42.229 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:42.230 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:42.230 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:42.234 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:42.237 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:42.239 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1014, num layers 1.
2022-07-22 10:17:42.239 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
2022-07-22 10:17:42.239 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
2022-07-22 10:17:42.239 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
2022-07-22 10:17:42.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
2022-07-22 10:17:42.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
2022-07-22 10:17:42.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
2022-07-22 10:17:42.251 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
2022-07-22 10:17:42.251 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1014 for client 2204659461.
2022-07-22 10:17:42.251 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1014 is being paused false
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:42.265 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
2022-07-22 10:17:42.265 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
2022-07-22 10:17:42.266 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
2022-07-22 10:17:42.267 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
2022-07-22 10:17:42.248 760-760/? W/HwBinder:760_4: type=1400 audit(0.0:1602): avc: denied { getattr } for path="/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
2022-07-22 10:17:42.269 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:42.269 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
2022-07-22 10:17:42.269 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736152.601777689 ns.
2022-07-22 10:17:42.269 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 5.999356247 seconds.
2022-07-22 10:17:42.270 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
2022-07-22 10:17:42.271 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Allocating framebuffers for layer 1014 of size 640x640, internal format 0x822b, depth buffer type 0, swap chain length 2.
2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 347
2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 348
2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9063
2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9063 to prime gold (7)
2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
2022-07-22 10:17:42.290 850-1452/? I/[CT]: MIXEDREALITY: PassthroughMesh: update: Clearing 0 previous mesh points (previous timestamp 0, current 736152.602271949).
2022-07-22 10:17:42.300 760-8755/? E/SensorService: HMD IMU samples delayed: 5.573ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:42.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
2022-07-22 10:17:42.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1552us, frametime 6023288us
2022-07-22 10:17:42.455 18506-9065/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:42.962 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:42.988 852-8752/? I/[CT]: boltlib: DSP utilization: 5.30 % (264 / 5000 ms)
2022-07-22 10:17:42.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=24,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=74,Ir=6697.3)(6.7ms,g=6.0,I=84,Ir=2105.9)(6.7ms,g=6.0,I=65,Ir=1622.5)(4.3ms,g=2.0,I=75,Ir=8846.8)
2022-07-22 10:17:43.002 8615-8978/? I/VrApi: FPS=71/72,Prd=35ms,Tear=0,Early=0,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.86ms,App=2.63ms,GD=0.00ms,CPU&GPU=6.89ms,LCnt=1(DR72,LM0),GPU%=0.28,CPU%=0.49(W0.80),DSF=1.00,CFL=19.90/24.70
2022-07-22 10:17:43.426 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:43.593 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:43.624 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:44.003 8615-8978/? I/VrApi: FPS=72/72,Prd=29ms,Tear=0,Early=6,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2629MB,PLS=0,Temp=30.5C/0.0C,TW=0.85ms,App=2.55ms,GD=0.00ms,CPU&GPU=6.95ms,LCnt=2(DR72,LM2),GPU%=0.28,CPU%=0.45(W0.95),DSF=1.00,CFL=19.81/22.68
2022-07-22 10:17:44.130 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
(min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
2022-07-22 10:17:44.597 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:44.777 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.777 8615-8636/? I/Unity: No Boundary Points available for Calibration.
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.778 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.778 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.779 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.781 8615-8636/? I/Unity: Contacting myappHub to get all public experiences https://myapp.mycompany.com/rest/hub/v2/getpublic
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.786 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:44.798 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1014.
2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
2022-07-22 10:17:44.803 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:17:44.803 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
2022-07-22 10:17:44.804 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
2022-07-22 10:17:44.804 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
2022-07-22 10:17:44.804 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:17:44.804 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:44.804 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:17:44.806 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1014 was queued for destruction
2022-07-22 10:17:44.806 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1014.
2022-07-22 10:17:44.807 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=347
2022-07-22 10:17:44.808 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=348
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.5 seconds:
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2539.3 ms
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - rates: rendering: 70.9/72.0, images: 29.9/0.0, geometry: 29.9, texture: 29.9, tex coord: 0.0 fps
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - latencies (min/avg/max): stereo images: 13.2,20.2,29.5, color images: 0.0,0.0,0.0, photon-to-geometry: 50.6,103.0,2857.7, photon-to-texture: 40.0,55.6,71.0 ms
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain grayscale: 6.1/6.6 color: 0.0/0.0
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.5 seconds:
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 14.9 minutes
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 76.0 (76.0/0.0)
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain stereo: 6.1/6.6 depth: 0.0/0.0
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - cvp per frame (stereo/depth): count: 6453.4/0.0, extracted: 13531.6/0.0, sparsified: 6453.4/0.0
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 259623.0, temporal hist: 359831.0
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - points: new: 479942.0, prior: 353697.0, primary: 288349.0, secondary: 70444.0
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - per frame: primary: 0.0,3794.1,4374.0, secondary: 626.0,926.9,3018.0, prev mesh: 0.0,0.0,0.0 solver 29.6
2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
2022-07-22 10:17:44.810 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
2022-07-22 10:17:44.810 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:44.811 760-9062/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
2022-07-22 10:17:44.811 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
2022-07-22 10:17:44.811 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
2022-07-22 10:17:44.811 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.832 760-8755/? E/SensorService: HMD IMU samples delayed: 7.310ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:44.832 852-8783/? W/[CT]: VisionInterface: Delayed IMU measurements detected! Capture Time: 736155.157286500 [sec], Arrival Time: 736155.164992584 [sec], Time Delta: 0.007706084 [sec]
2022-07-22 10:17:44.848 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.868 8615-8636/? I/Unity: myappHub returned: [{"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServi
2022-07-22 10:17:44.869 8615-8636/? I/Unity: Hub returned 2 public experiences
myapp.myappBrokerListener:result(List`1)
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:44.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.879 8615-8636/? I/Unity: Reset Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.880 8615-8636/? I/Unity: Populate Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.880 8615-8636/? I/Unity: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.881 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.881 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.882 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:44.904 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.932 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.937 8615-8636/? I/Unity: myappHub returned: {"id":13396,"layoutId":"32ad61df-68fb-4342-a5f3-56c57acfcebf","description":"Dallas DXC.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientService
2022-07-22 10:17:44.939 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:44.950 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:44.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:44.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.003 8615-8978/? I/VrApi: FPS=72/72,Prd=29ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2629MB,PLS=0,Temp=30.7C/0.0C,TW=0.85ms,App=2.74ms,GD=0.00ms,CPU&GPU=7.24ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.47(W0.48),DSF=1.00,CFL=19.72/21.50
2022-07-22 10:17:45.008 8615-8636/? I/Unity: myappHub returned: {"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServic
2022-07-22 10:17:45.010 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/300645081.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:45.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.044 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:45.072 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.092 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:45.100 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.101 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:45.127 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.155 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.171 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(23.40, 3.75)]Matching:[MatchSuccess=1.000, MatchCost=(0.00076, 0.00000), #MatchedBlobs=(11.24, 1.51), #MatchedLeds=(6.08, 0.47), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.064, 0.915), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.000, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:45.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.206 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(23.40, 3.75)]Matching:[MatchSuccess=1.000, MatchCost=(0.00742, 0.00002), #MatchedBlobs=(9.90, 0.81), #MatchedLeds=(7.17, 0.20), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.461, 0.984), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.329, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:45.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.323 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:45.351 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.360 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736155.405486s, requested: 736135.368377s
2022-07-22 10:17:45.379 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.846 760-8755/? E/SensorService: HMD IMU samples delayed: 5.951ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:45.908 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
2022-07-22 10:17:45.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:45.964 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:45.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=23,Mem=76.8,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=74,Ir=6654.3)(6.7ms,g=6.0,I=80,Ir=2004.2)(6.7ms,g=6.0,I=67,Ir=1667.3)(3.8ms,g=2.0,I=75,Ir=10027.8)
2022-07-22 10:17:46.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.104 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:46.131 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.147 8615-8978/? I/Telemetry: App memory usage: PSS=777MB DalvikPSS=1 MB PrivateDirty=693MB PrivateClean=67MB
2022-07-22 10:17:46.148 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=2,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.73ms,App=6.30ms,GD=0.00ms,CPU&GPU=11.97ms,LCnt=1(DR72,LM0),GPU%=0.52,CPU%=0.54(W0.84),DSF=1.00,CFL=19.76/25.48
2022-07-22 10:17:46.159 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.243 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:46.271 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.279 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:46.299 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.381 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:17:46.401 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.414 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
If you are with other people, use the same points when prompted.
TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.SideBarUIActions:CalibrateButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:46.422 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.438 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:46.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:46.976 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 26 lines
2022-07-22 10:17:46.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.003 8615-8978/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.73ms,App=6.52ms,GD=0.00ms,CPU&GPU=13.49ms,LCnt=1(DR72,LM0),GPU%=0.54,CPU%=0.54(W0.81),DSF=1.00,CFL=19.89/23.42
2022-07-22 10:17:47.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.366 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:17:47.387 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.398 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:47.407 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.428 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:47.449 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:17:47.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:17:47.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.490 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:17:47.510 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.528 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:47.528 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:47.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:47.533 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:17:47.533 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:17:47.533 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:47.533 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:17:47.533 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:17:47.534 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:47.535 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:47.535 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:47.543 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1015, num layers 1.
2022-07-22 10:17:47.544 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
2022-07-22 10:17:47.544 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
2022-07-22 10:17:47.557 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
2022-07-22 10:17:47.557 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1015 for client 2204659461.
2022-07-22 10:17:47.557 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1015 is being paused false
2022-07-22 10:17:47.558 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:47.566 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
2022-07-22 10:17:47.558 760-760/? W/HwBinder:760_4: type=1400 audit(0.0:1603): avc: denied { getattr } for path="/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
2022-07-22 10:17:47.568 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
2022-07-22 10:17:47.571 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:47.571 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
2022-07-22 10:17:47.571 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736157.90393951 ns.
2022-07-22 10:17:47.571 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 5.302117967 seconds.
2022-07-22 10:17:47.572 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
2022-07-22 10:17:47.572 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Allocating framebuffers for layer 1015 of size 640x640, internal format 0x822b, depth buffer type 0, swap chain length 2.
2022-07-22 10:17:47.572 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:47.572 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:47.573 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:47.574 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:47.574 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:47.575 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 349
2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 350
2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9068
2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9068 to prime gold (7)
2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
2022-07-22 10:17:47.591 850-1452/? I/[CT]: MIXEDREALITY: PassthroughMesh: update: Clearing 0 previous mesh points (previous timestamp 0, current 736157.902389083).
2022-07-22 10:17:47.781 18506-9070/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:48.003 8615-8978/? I/VrApi: FPS=71/72,Prd=35ms,Tear=0,Early=0,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.73ms,App=6.99ms,GD=0.00ms,CPU&GPU=11.26ms,LCnt=1(DR72,LM0),GPU%=0.57,CPU%=0.54(W0.82),DSF=1.00,CFL=19.76/21.46
2022-07-22 10:17:48.018 852-8752/? I/[CT]: boltlib: DSP utilization: 6.02 % (302 / 5030 ms)
2022-07-22 10:17:48.063 18594-20099/? I/Telemetry: App memory usage: PSS=22MB DalvikPSS=2 MB PrivateDirty=16MB PrivateClean=1MB
2022-07-22 10:17:48.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
2022-07-22 10:17:48.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1505us, frametime 6000119us
2022-07-22 10:17:48.597 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:48.717 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:48.717 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:48.883 760-8755/? E/SensorService: HMD IMU samples delayed: 6.106ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:48.883 852-8783/? W/[CT]: VisionInterface: Delayed IMU measurements detected! Capture Time: 736159.207980832 [sec], Arrival Time: 736159.215248936 [sec], Time Delta: 0.007268104 [sec]
2022-07-22 10:17:48.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:48.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=25,Mem=76.8,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.9ms,g=3.0,I=76,Ir=6594.4)(6.0ms,g=7.0,I=81,Ir=1960.0)(6.0ms,g=7.0,I=68,Ir=1639.2)(3.8ms,g=2.0,I=74,Ir=9712.2)
2022-07-22 10:17:49.003 8615-8978/? I/VrApi: FPS=72/72,Prd=30ms,Tear=0,Early=5,Stale=2,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.86ms,App=2.54ms,GD=0.00ms,CPU&GPU=6.62ms,LCnt=2(DR72,LM2),GPU%=0.28,CPU%=0.42(W0.82),DSF=1.00,CFL=19.80/24.24
2022-07-22 10:17:49.089 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
2022-07-22 10:17:49.518 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:49.678 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:49.897 760-8755/? E/SensorService: HMD IMU samples delayed: 6.679ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:50.003 8615-8978/? I/VrApi: FPS=72/72,Prd=29ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.86ms,App=2.73ms,GD=0.00ms,CPU&GPU=7.18ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.46(W0.55),DSF=1.00,CFL=19.77/26.16
2022-07-22 10:17:50.117 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:50.277 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.277 8615-8636/? I/Unity: No Boundary Points available for Calibration.
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.278 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.278 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:50.278 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.279 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.281 8615-8636/? I/Unity: Contacting myappHub to get all public experiences https://myapp.mycompany.com/rest/hub/v2/getpublic
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.286 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1015.
2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
2022-07-22 10:17:50.304 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:17:50.304 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
2022-07-22 10:17:50.304 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
2022-07-22 10:17:50.304 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
2022-07-22 10:17:50.304 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:17:50.304 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:50.304 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:17:50.306 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1015 was queued for destruction
2022-07-22 10:17:50.306 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1015.
2022-07-22 10:17:50.307 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=349
2022-07-22 10:17:50.308 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=350
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.7 seconds:
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2736.5 ms
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - rates: rendering: 69.8/72.0, images: 29.6/0.0, geometry: 29.2, texture: 29.6, tex coord: 0.0 fps
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - latencies (min/avg/max): stereo images: 13.2,20.6,41.7, color images: 0.0,0.0,0.0, photon-to-geometry: 50.6,64.6,81.1, photon-to-texture: 40.0,54.4,71.1 ms
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain grayscale: 6.1/6.8 color: 0.0/0.0
2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
2022-07-22 10:17:50.309 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.7 seconds:
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.0 minutes
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 82.0 (82.0/0.0)
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain stereo: 6.1/6.8 depth: 0.0/0.0
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - cvp per frame (stereo/depth): count: 6454.8/0.0, extracted: 13581.5/0.0, sparsified: 6454.8/0.0
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 277725.0, temporal hist: 387355.0
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - points: new: 518461.0, prior: 381411.0, primary: 322338.0, secondary: 64002.0
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - per frame: primary: 0.0,3931.0,4436.0, secondary: 481.0,780.5,3028.0, prev mesh: 0.0,0.0,0.0 solver 29.6
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:50.310 760-9067/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
2022-07-22 10:17:50.310 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
2022-07-22 10:17:50.310 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
2022-07-22 10:17:50.310 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
2022-07-22 10:17:50.320 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:50.320 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:50.321 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.347 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.354 8615-8636/? I/Unity: myappHub returned: [{"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServi
2022-07-22 10:17:50.355 8615-8636/? I/Unity: Hub returned 2 public experiences
myapp.myappBrokerListener:result(List`1)
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:50.365 8615-8636/? I/Unity: Reset Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.365 8615-8636/? I/Unity: Populate Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.366 8615-8636/? I/Unity: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.366 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.367 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.368 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:50.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.399 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736160.450817s, requested: 736135.368377s
2022-07-22 10:17:50.404 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.423 8615-8636/? I/Unity: myappHub returned: {"id":13396,"layoutId":"32ad61df-68fb-4342-a5f3-56c57acfcebf","description":"Dallas DXC.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientService
2022-07-22 10:17:50.425 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:50.432 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.436 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:50.460 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.488 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.495 8615-8636/? I/Unity: myappHub returned: {"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServic
2022-07-22 10:17:50.496 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/300645081.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:50.516 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:50.962 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 16 lines
2022-07-22 10:17:50.990 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.003 8615-8978/? I/VrApi: FPS=72/72,Prd=30ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.73ms,App=5.90ms,GD=0.00ms,CPU&GPU=12.28ms,LCnt=2(DR72,LM2),GPU%=0.51,CPU%=0.51(W0.71),DSF=1.00,CFL=19.77/24.13
2022-07-22 10:17:51.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.927 760-8755/? E/SensorService: HMD IMU samples delayed: 7.393ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:51.896 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 41 lines
2022-07-22 10:17:51.917 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.927 852-8783/? W/[CT]: VisionInterface: [Throttled count=3] Delayed IMU measurements detected! Capture Time: 736162.252197237 [sec], Arrival Time: 736162.260041279 [sec], Time Delta: 0.007844042 [sec]
2022-07-22 10:17:51.928 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:17:51.938 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.957 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:17:51.958 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:51.978 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:51.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=25,Mem=76.8,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.8ms,g=3.0,I=74,Ir=6584.4)(5.9ms,g=7.0,I=80,Ir=1964.9)(5.9ms,g=7.0,I=68,Ir=1662.6)(3.8ms,g=2.0,I=74,Ir=9809.2)
2022-07-22 10:17:51.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.003 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=2,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.72ms,App=6.37ms,GD=0.00ms,CPU&GPU=12.18ms,LCnt=1(DR72,LM0),GPU%=0.53,CPU%=0.49(W0.71),DSF=1.00,CFL=19.78/21.70
2022-07-22 10:17:52.019 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.163 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:17:52.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.197 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:52.204 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.307 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:17:52.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.346 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
If you are with other people, use the same points when prompted.
TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.SideBarUIActions:CalibrateButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:52.348 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.357 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:52.369 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:52.965 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 29 lines
2022-07-22 10:17:52.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.003 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.72ms,App=6.89ms,GD=0.00ms,CPU&GPU=13.37ms,LCnt=1(DR72,LM0),GPU%=0.56,CPU%=0.51(W0.73),DSF=1.00,CFL=19.95/23.01
2022-07-22 10:17:53.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.020 852-8752/? I/[CT]: boltlib: DSP utilization: 5.84 % (292 / 5002 ms)
2022-07-22 10:17:53.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.455 760-8755/? E/SensorService: HMD IMU samples delayed: 7.255ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:53.498 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 23 lines
2022-07-22 10:17:53.519 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.520 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:53.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.601 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:17:53.621 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.640 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:53.641 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:17:53.641 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:53.642 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:53.646 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:17:53.646 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:17:53.646 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:53.646 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:17:53.646 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:17:53.647 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:53.647 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:53.648 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:53.656 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
2022-07-22 10:17:53.656 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
2022-07-22 10:17:53.656 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1016, num layers 1.
2022-07-22 10:17:53.656 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
2022-07-22 10:17:53.656 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
2022-07-22 10:17:53.657 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
2022-07-22 10:17:53.657 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
2022-07-22 10:17:53.657 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
2022-07-22 10:17:53.657 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
2022-07-22 10:17:53.657 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
2022-07-22 10:17:53.657 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
2022-07-22 10:17:53.657 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
2022-07-22 10:17:53.657 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
2022-07-22 10:17:53.669 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
2022-07-22 10:17:53.670 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1016 for client 2204659461.
2022-07-22 10:17:53.670 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1016 is being paused false
2022-07-22 10:17:53.678 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
2022-07-22 10:17:53.678 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
2022-07-22 10:17:53.679 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
2022-07-22 10:17:53.680 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
2022-07-22 10:17:53.681 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
2022-07-22 10:17:53.681 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
2022-07-22 10:17:53.681 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
2022-07-22 10:17:53.681 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
2022-07-22 10:17:53.681 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
2022-07-22 10:17:53.681 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
2022-07-22 10:17:53.668 760-760/? W/HwBinder:760_4: type=1400 audit(0.0:1604): avc: denied { getattr } for path="/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
2022-07-22 10:17:53.687 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:17:53.687 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736164.020296538 ns.
2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 6.116341977 seconds.
2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Allocating framebuffers for layer 1016 of size 640x640, internal format 0x822b, depth buffer type 0, swap chain length 2.
2022-07-22 10:17:53.688 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:53.688 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:53.689 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 351
2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 352
2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9073
2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9073 to prime gold (7)
2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
2022-07-22 10:17:53.724 850-1452/? I/[CT]: MIXEDREALITY: PassthroughMesh: update: Clearing 0 previous mesh points (previous timestamp 0, current 736164.035856466).
2022-07-22 10:17:53.899 18506-9075/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:17:54.003 8615-8978/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.72ms,App=7.01ms,GD=0.00ms,CPU&GPU=13.70ms,LCnt=1(DR72,LM0),GPU%=0.57,CPU%=0.51(W0.65),DSF=1.00,CFL=19.81/21.50
2022-07-22 10:17:54.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
2022-07-22 10:17:54.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1509us, frametime 6000396us
2022-07-22 10:17:54.472 760-8755/? E/SensorService: HMD IMU samples delayed: 6.976ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:54.837 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:54.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:54.998 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=25,Mem=76.9,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(4.0ms,g=3.0,I=75,Ir=6327.2)(6.1ms,g=7.0,I=81,Ir=1920.5)(6.1ms,g=7.0,I=68,Ir=1611.9)(4.0ms,g=2.0,I=75,Ir=9439.5)
2022-07-22 10:17:55.003 8615-8978/? I/VrApi: FPS=72/72,Prd=30ms,Tear=0,Early=4,Stale=2,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.85ms,App=2.61ms,GD=0.00ms,CPU&GPU=6.74ms,LCnt=2(DR72,LM2),GPU%=0.28,CPU%=0.44(W0.86),DSF=1.00,CFL=19.84/21.72
2022-07-22 10:17:55.093 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:55.103 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:17:55.204 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(25.48, 3.17)]Matching:[MatchSuccess=1.000, MatchCost=(0.00069, 0.00000), #MatchedBlobs=(10.52, 0.44), #MatchedLeds=(5.64, 0.38), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.466, 1.015), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.047, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:55.239 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(25.47, 3.18)]Matching:[MatchSuccess=1.000, MatchCost=(0.00985, 0.00002), #MatchedBlobs=(10.82, 0.51), #MatchedLeds=(7.91, 0.41), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.686, 1.141), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.379, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:17:55.399 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736165.451694s, requested: 736135.368377s
2022-07-22 10:17:55.511 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:55.518 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:55.886 760-8755/? E/SensorService: HMD IMU samples delayed: 6.502ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:55.886 852-8783/? W/[CT]: VisionInterface: [Throttled count=6] Delayed IMU measurements detected! Capture Time: 736166.210988069 [sec], Arrival Time: 736166.218387996 [sec], Time Delta: 0.007399927 [sec]
2022-07-22 10:17:56.004 8615-8978/? I/VrApi: FPS=72/72,Prd=28ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.85ms,App=2.75ms,GD=0.00ms,CPU&GPU=7.32ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.49(W0.76),DSF=1.00,CFL=19.84/21.71
2022-07-22 10:17:56.359 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:17:56.360 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 4.202, Duration: -1.000 sec, TimeStamp: 736166.625000 sec
2022-07-22 10:17:57.003 8615-8978/? I/VrApi: FPS=72/72,Prd=28ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.86ms,App=2.69ms,GD=0.00ms,CPU&GPU=7.32ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.48(W0.50),DSF=1.00,CFL=19.82/26.08
2022-07-22 10:17:57.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: true, ImagesOnly: false, NoRequirement: false.
2022-07-22 10:17:57.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: ON, ID is: OFF
2022-07-22 10:17:57.517 760-8755/? E/SensorService: HMD IMU samples delayed: 6.386ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:57.837 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.838 8615-8636/? I/Unity: No Boundary Points available for Calibration.
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.838 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.839 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.840 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.840 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:17:57.842 8615-8636/? I/Unity: Contacting myappHub to get all public experiences https://myapp.mycompany.com/rest/hub/v2/getpublic
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.847 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1016.
2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
2022-07-22 10:17:57.864 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:17:57.864 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
2022-07-22 10:17:57.864 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
2022-07-22 10:17:57.864 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
2022-07-22 10:17:57.865 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:17:57.865 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:17:57.865 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:17:57.867 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1016 was queued for destruction
2022-07-22 10:17:57.867 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1016.
2022-07-22 10:17:57.868 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=351
2022-07-22 10:17:57.869 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=352
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 4.2 seconds:
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 4181.4 ms
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - rates: rendering: 70.8/72.0, images: 29.9/0.0, geometry: 29.7, texture: 29.9, tex coord: 0.0 fps
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - latencies (min/avg/max): stereo images: 13.3,20.2,28.1, color images: 0.0,0.0,0.0, photon-to-geometry: 49.1,62.3,81.5, photon-to-texture: 38.5,52.0,71.1 ms
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain grayscale: 6.1/6.9 color: 0.0/0.0
2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
2022-07-22 10:17:57.870 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 4.1 seconds:
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.1 minutes
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 125.0 (125.0/0.0)
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain stereo: 6.1/6.9 depth: 0.0/0.0
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - cvp per frame (stereo/depth): count: 6426.2/0.0, extracted: 13593.2/0.0, sparsified: 6426.2/0.0
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 419949.0, temporal hist: 589495.0
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - points: new: 784283.0, prior: 583301.0, primary: 504865.0, secondary: 83267.0
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - per frame: primary: 0.0,4038.9,4422.0, secondary: 416.0,666.1,2994.0, prev mesh: 0.0,0.0,0.0 solver 29.8
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
2022-07-22 10:17:57.871 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
2022-07-22 10:17:57.871 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
2022-07-22 10:17:57.871 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:57.871 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:57.871 760-9072/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
2022-07-22 10:17:57.872 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
2022-07-22 10:17:57.872 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
2022-07-22 10:17:57.873 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
2022-07-22 10:17:57.880 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:57.880 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:17:57.881 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:57.908 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:57.915 8615-8636/? I/Unity: myappHub returned: [{"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServi
2022-07-22 10:17:57.916 8615-8636/? I/Unity: Hub returned 2 public experiences
myapp.myappBrokerListener:result(List`1)
myapp.<getPublicExperiences>d__4:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:57.926 8615-8636/? I/Unity: Reset Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.926 8615-8636/? I/Unity: Populate Layout list...
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.927 8615-8636/? I/Unity: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.927 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.928 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.929 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:refreshExperienceConnectionsList()
myapp.ConnectionManager:Update()
2022-07-22 10:17:57.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:57.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:17:57.964 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:57.984 8615-8636/? I/Unity: myappHub returned: {"id":13396,"layoutId":"32ad61df-68fb-4342-a5f3-56c57acfcebf","description":"Dallas DXC.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientService
2022-07-22 10:17:57.986 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:57.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:57.996 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:57.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.9,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.8ms,g=3.0,I=75,Ir=6539.8)(6.0ms,g=7.0,I=83,Ir=2002.3)(6.0ms,g=7.0,I=67,Ir=1610.4)(4.3ms,g=2.0,I=74,Ir=8708.0)
2022-07-22 10:17:58.003 8615-8978/? I/VrApi: FPS=72/72,Prd=28ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.86ms,App=2.80ms,GD=0.00ms,CPU&GPU=7.10ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.46(W0.78),DSF=1.00,CFL=19.89/21.57
2022-07-22 10:17:58.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:58.021 852-8752/? I/[CT]: boltlib: DSP utilization: 6.03 % (301 / 5000 ms)
2022-07-22 10:17:58.048 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:58.054 8615-8636/? I/Unity: myappHub returned: {"id":13392,"layoutId":"aefcfb88-88cb-42ad-9a99-2f03aa0e6279","description":"Star Office.ice","connectionDetails":[{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":23546,"geometryContextPath":null,"remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":23334,"remoteUIContextPath":null,"clientServiceName":"UNIGINE","clientHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","clientPort":23333,"clientContextPath":null,"iceFlurryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","iceFlurryPort":61221,"transportType":"socket"},{"geometryServiceName":"UNIGINE","geometryHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","geometryPort":80,"geometryContextPath":"geometry","remoteUIServiceName":"RemoteSamuraiHost","remoteUIHost":"ec2-18-236-217-68.us-west-2.compute.amazonaws.com","remoteUIPort":80,"remoteUIContextPath":"remoteui","clientServic
2022-07-22 10:17:58.056 8615-8636/? I/Unity: Going to load recent experience thumbnail: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/300645081.jpg
myapp.RecentRealityHubCaller:singleResult(Experience)
myapp.<getExperience>d__6:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:17:58.076 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:58.539 760-8755/? E/SensorService: HMD IMU samples delayed: 7.259ms between sample arrivals (expected 1.000ms)
2022-07-22 10:17:58.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 43 lines
2022-07-22 10:17:59.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:59.003 8615-8978/? I/VrApi: FPS=72/72,Prd=28ms,Tear=0,Early=0,Stale=4,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.73ms,App=6.35ms,GD=0.00ms,CPU&GPU=7.22ms,LCnt=1(DR72,LM0),GPU%=0.52,CPU%=0.50(W0.71),DSF=1.00,CFL=19.73/23.60
2022-07-22 10:17:59.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:59.269 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
2022-07-22 10:17:59.290 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:59.296 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
(min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
2022-07-22 10:17:59.310 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:17:59.969 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 32 lines
2022-07-22 10:17:59.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.008 8615-8978/? I/VrApi: FPS=71/72,Prd=32ms,Tear=0,Early=0,Stale=1,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.72ms,App=6.39ms,GD=0.00ms,CPU&GPU=12.30ms,LCnt=1(DR72,LM0),GPU%=0.53,CPU%=0.52(W0.86),DSF=1.00,CFL=19.67/21.62
2022-07-22 10:18:00.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.065 760-8755/? E/SensorService: HMD IMU samples delayed: 6.966ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:00.030 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:00.050 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.065 852-8783/? W/[CT]: VisionInterface: [Throttled count=2] Delayed IMU measurements detected! Capture Time: 736170.390285734 [sec], Arrival Time: 736170.397895963 [sec], Time Delta: 0.007610229 [sec]
2022-07-22 10:18:00.071 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.380 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:18:00.400 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.408 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736170.452614s, requested: 736135.368377s
2022-07-22 10:18:00.420 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.543 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:00.564 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.567 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:00.585 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.646 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:00.667 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.671 8615-8636/? I/Unity: Experience Button clicked: Dallas DXC.ice
myapp.ConnectionManager:ExperienceConnectionButtonClicked(Experience)
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:18:00.672 8615-8636/? I/Unity: Changing UI State from Discovery to Running
myapp.ApplicationUIState:setUIState(UIState)
myapp.ConnectionManager:ExperienceConnectionButtonClicked(Experience)
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:18:00.687 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.688 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:00.708 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.728 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:00.749 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.763 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:18:00.770 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.790 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.792 8615-8636/? I/Unity: 2022-07-22 10:18:00,791 INFO net.mycompany.icecore.namedpipe.messaging.connection.transport.TransportUriParser - Using client transport URI: socket:ec2-18-236-217-68.us-west-2.compute.amazonaws.com:23333
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.transport.TransportUriParser:parseUriParts(String, String)
net.mycompany.icecore.namedpipe.messaging.connection.transport.TransportUriParser:parseClientUri(ClientMessageServiceContext, MessageProtocolContext, ConnectionProperties)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:.ctor(MessageServiceEventListener, TransportFactory`1, MessageServiceContext, MessageCreatableFactory, MessageProtocolContext, ForgedCommandRegistryFactory, ILoggerFactory)
net.mycompany.icecore.namedpipe.messaging.ClientMessageService:.ctor(MessageServiceEventListener, ClientMessageServiceContext, MessageCreatableFactory, MessageProtocolContext, ILoggerFactory)
myapp.Messaging.ICEreali
2022-07-22 10:18:00.799 8615-8636/? I/Unity: Attempting to connect to socket:ec2-18-236-217-68.us-west-2.compute.amazonaws.com:23333:
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.800 8615-8636/? I/Unity: 2022-07-22 10:18:00,799 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageService - Message service starting. serialization=GOOGLE_PROTOBUF, ackMode=BOOKMARK
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.800 8615-8636/? I/Unity: messageServiceStarting
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.801 8615-8636/? I/Unity: 2022-07-22 10:18:00,800 INFO net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager - Connecting transport
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.801 8615-8636/? I/Unity: 2022-07-22 10:18:00,801 INFO net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport - Doing connection attempt 1
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.852 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:00.873 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.873 8615-8636/? I/Unity: 2022-07-22 10:18:00,872 INFO net.mycompany.icecore.namedpipe.messaging.connection.transport.ClientConnectionVerifier - Verifying connection to server
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.transport.ClientConnectionVerifier:verify(Stream, Stream)
net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.893 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.914 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.922 8615-8636/? I/Unity: 2022-07-22 10:18:00,921 INFO net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractMessageServiceTransport - Setting connectionId=438981
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractMessageServiceTransport`1:setConnectionId(Nullable`1)
net.mycompany.icecore.namedpipe.messaging.connection.transport.ClientConnectionVerifier:verify(Stream, Stream)
net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.922 8615-8636/? I/Unity: 2022-07-22 10:18:00,922 INFO net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport - Connected
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.923 8615-8636/? I/Unity: 2022-07-22 10:18:00,922 INFO net.mycompany.icecore.namedpipe.messaging.connection.AbstractConnectionManager - Starting
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.AbstractConnectionManager:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.923 8615-8636/? I/Unity: 2022-07-22 10:18:00,923 INFO net.mycompany.icecore.namedpipe.messaging.connection.Connection - Building connection
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.Connection:buildConnection(Stream, Stream)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.924 8615-8636/? I/Unity: 2022-07-22 10:18:00,923 INFO net.mycompany.icecore.namedpipe.messaging.connection.Connection - Connection built
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.connection.Connection:buildConnection(Stream, Stream)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.924 8615-8636/? I/Unity: 2022-07-22 10:18:00,924 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Registry
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.924 8615-8636/? I/Unity: 2022-07-22 10:18:00,924 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Registry
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.925 8615-8636/? I/Unity: 2022-07-22 10:18:00,925 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Sender
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.926 8615-9079/? I/Unity: 2022-07-22 10:18:00,925 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Registry thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.926 8615-8636/? I/Unity: 2022-07-22 10:18:00,925 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Sender
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.927 8615-8636/? I/Unity: 2022-07-22 10:18:00,926 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Command Invoke Thread
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.928 8615-8636/? I/Unity: 2022-07-22 10:18:00,927 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Command Invoke Thread
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.930 8615-9081/? I/Unity: 2022-07-22 10:18:00,928 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Command Invoke Thread thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.933 8615-9080/? I/Unity: 2022-07-22 10:18:00,932 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Sender thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.934 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.954 8615-8636/? E/Unity: 2022-07-22 10:18:00,953 ERROR net.mycompany.icecore.namedpipe.messaging.command.MessageServiceCommandFactory - Unable to create forged commands. Operation is not supported on this platform.
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.955 8615-8636/? I/Unity: 2022-07-22 10:18:00,954 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Sequencer
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.956 8615-8636/? I/Unity: 2022-07-22 10:18:00,955 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Sequencer
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.961 8615-8636/? I/Unity: 2022-07-22 10:18:00,956 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Acknowledger
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.963 8615-8636/? I/Unity: 2022-07-22 10:18:00,961 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Acknowledger
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:00.965 8615-8636/? I/Unity: 2022-07-22 10:18:00,963 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Consumer
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.967 8615-8636/? I/Unity: 2022-07-22 10:18:00,965 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Consumer
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.968 8615-9082/? I/Unity: 2022-07-22 10:18:00,957 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Sequencer thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.968 8615-9083/? I/Unity: 2022-07-22 10:18:00,966 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Acknowledger thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.968 8615-8636/? I/Unity: 2022-07-22 10:18:00,967 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Router
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.968 8615-9084/? I/Unity: 2022-07-22 10:18:00,967 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Consumer thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.968 8615-8636/? I/Unity: 2022-07-22 10:18:00,968 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Router
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.969 8615-8636/? I/Unity: 2022-07-22 10:18:00,968 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Unmarshaller
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.969 8615-9085/? I/Unity: 2022-07-22 10:18:00,968 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Router thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.970 8615-8636/? I/Unity: 2022-07-22 10:18:00,969 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Unmarshaller
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.970 8615-8636/? I/Unity: 2022-07-22 10:18:00,970 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Start called on ICEmessaging Receiver
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.970 8615-9086/? I/Unity: 2022-07-22 10:18:00,970 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Unmarshaller thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.971 8615-8636/? I/Unity: 2022-07-22 10:18:00,970 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - Scheduling start on ICEmessaging Receiver
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.971 8615-9087/? I/Unity: 2022-07-22 10:18:00,971 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread - ICEmessaging Receiver thread running
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:00.971 8615-8636/? I/Unity: messageServiceStarted
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.972 8615-8636/? I/Unity: 2022-07-22 10:18:00,971 INFO net.mycompany.icecore.namedpipe.messaging.AbstractMessageService - Message service started
Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.973 8615-8636/? I/Unity: Successfully connected to ec2-18-236-217-68.us-west-2.compute.amazonaws.com, registering invokers
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.976 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.977 8615-8636/? I/Unity: verifyPin 6
myapp.ConnectionManager:Update()
2022-07-22 10:18:00.986 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:18:00.993 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 29.00385, 67.3125, Performance, CLASSIC,Empty,World Center
SceneAnalyzer:ReportFPS()
SceneAnalyzer:Update()
2022-07-22 10:18:00.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:00.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=27,Mem=76.9,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.2ms,g=2.0,I=74,Ir=7209.8)(6.3ms,g=6.0,I=86,Ir=2282.7)(6.3ms,g=6.0,I=63,Ir=1662.9)(5.1ms,g=2.0,I=75,Ir=7458.9)
2022-07-22 10:18:01.005 8615-8978/? I/VrApi: FPS=72/72,Prd=34ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.72ms,App=6.44ms,GD=0.00ms,CPU&GPU=12.42ms,LCnt=1(DR72,LM0),GPU%=0.06,CPU%=0.53(W0.81),DSF=1.00,CFL=19.93/23.47
2022-07-22 10:18:01.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:01.102 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:01.123 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:01.127 8615-9081/? I/Unity: Received PIN verified command
UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:01.128 8615-9081/? I/Unity: Setting uniqueSelfId = 58773851523431
myapp.Multiplayer.MultiplayerManager:setUniqueSelfId(Int64)
UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:01.128 8615-9081/? I/Unity: Received Samurai version number 3.0.0
UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:01.140 8615-8636/? I/Unity: Texture will be fetched asynchronously
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.142 8615-8636/? I/Unity: Current: Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940809383636570;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:saveToRecentExperiencesList()
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.143 8615-8636/? I/Unity: Going to save Recent Experiences preference: 257694675|True|Dallas DXC.ice|637940818811426880;300645081|True|Star Office.ice|637939895406604220
myapp.DiscoveryUI:saveToRecentExperiencesList()
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.143 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:01.143 8615-8636/? I/Unity: Calibration: Calibrating to Stage: start time=34.37951
Calibration:setCalibratingStageDelayTime()
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.144 8615-8636/? I/Unity: Going to new state: CalibratingStagePose
Calibration:setCalibrationState(CalibrationState)
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.144 8615-8636/? I/Unity: Enabling Compass
Calibration:setCalibrationState(CalibrationState)
myapp.ConnectionManager:Update()
2022-07-22 10:18:01.164 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:01.590 760-8755/? E/SensorService: HMD IMU samples delayed: 6.443ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:01.965 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 39 lines
2022-07-22 10:18:01.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.004 8615-8978/? I/VrApi: FPS=71/72,Prd=33ms,Tear=0,Early=14,Stale=26,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.77ms,App=4.54ms,GD=0.00ms,CPU&GPU=12.47ms,LCnt=1(DR72,LM0),GPU%=0.37,CPU%=0.49(W0.57),DSF=1.00,CFL=19.90/22.12
2022-07-22 10:18:02.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.129 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:02.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.162 8615-8636/? I/Unity: ConnectionHandshakeComplete
myapp.ConnectionManager:ConnectionHandshakeComplete()
<processQueueAndShowScene>d__78:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:02.163 8615-8636/? I/Unity: CONNECTION STATE CHANGED from DISCONNECTED to CONNECTED
myapp.ConnectionManager:signalConnectionStateHasChanged(ConnectionState, ConnectionStateChangeSource)
myapp.ConnectionManager:ConnectionHandshakeComplete()
<processQueueAndShowScene>d__78:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:02.163 8615-8636/? I/Unity: Starting background texture request thread
myapp.BackgroundQueue:Start()
myapp.SceneManager:ConnectionManager_Instance_ConnectionStateChanged(ConnectionState, ConnectionState, ConnectionStateChangeSource)
myapp.ConnectionManager:signalConnectionStateHasChanged(ConnectionState, ConnectionStateChangeSource)
myapp.ConnectionManager:ConnectionHandshakeComplete()
<processQueueAndShowScene>d__78:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:02.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.176 8615-8636/? I/Unity: Starting Vivox login process. My id: 7b82fe381d60
myapp.VivoxVoiceManager:Connect()
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:02.180 8615-8636/? D/VivoxNative: Calling JniHelpers.init
2022-07-22 10:18:02.184 8615-8636/? D/vxaapi: Java VM is set to 0x7fb73041c0
2022-07-22 10:18:02.185 8615-8636/? E/vxaapi: Java VM is already set
2022-07-22 10:18:02.190 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.197 18097-31299/? D/BluetoothManagerService: Creating new ProfileServiceConnections object for profile: 1
2022-07-22 10:18:02.199 8615-8636/? E/BluetoothHeadset: Unable to bind HeadsetService
java.lang.SecurityException: query intent receivers: Neither user 1010083 nor current process has android.permission.INTERACT_ACROSS_USERS.
at android.os.Parcel.createException(Parcel.java:2038)
at android.os.Parcel.readException(Parcel.java:2006)
at android.os.Parcel.readException(Parcel.java:1954)
at android.bluetooth.IBluetoothManager$Stub$Proxy.bindBluetoothProfileService(IBluetoothManager.java:635)
at android.bluetooth.BluetoothHeadset.doBind(BluetoothHeadset.java:372)
at android.bluetooth.BluetoothHeadset.<init>(BluetoothHeadset.java:364)
at android.bluetooth.BluetoothAdapter.getProfileProxy(BluetoothAdapter.java:2514)
at com.vivox.sdk.BluetoothScoManager.initializeBluetoothServiceListener(BluetoothScoManager.java:45)
at com.vivox.sdk.BluetoothScoManager.<init>(BluetoothScoManager.java:24)
at com.vivox.sdk.AudioChangeListener.setContext(AudioChangeListener.java:75)
at com.vivox.sdk.AndroidAudioBridge.setContext(AndroidAudioBridge.java:14)
at com.vivox.sdk.JniHelpers.init(JniHelpers.java:75)
at com.vivox.sdk.JniHelpers.init(JniHelpers.java:37)
at com.vivox.vivoxnative.VivoxNative.init(VivoxNative.java:11)
at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
at com.unity3d.player.UnityPlayer.access$300(Unknown Source:0)
at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:95)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:214)
at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
Caused by: android.os.RemoteException: Remote stack trace:
at android.app.ContextImpl.enforce(ContextImpl.java:1908)
at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1936)
at com.android.server.pm.permission.PermissionManagerService.enforceCrossUserPermission(PermissionManagerService.java:3102)
at com.android.server.pm.permission.PermissionManagerService.access$2300(PermissionManagerService.java:122)
at com.android.server.pm.permission.PermissionManagerService$PermissionManagerServiceInternalImpl.enforceCrossUserPermission(PermissionManagerService.java:3334)
2022-07-22 10:18:02.210 8615-8636/? D/VivoxNative: Calling JniHelpers.init
2022-07-22 10:18:02.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.253 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:02.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.280 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:18:02.294 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.335 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:02.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.365 8615-8636/? I/vxaapi: - engine created
2022-07-22 10:18:02.365 8615-8636/? I/vxaapi: - engine realized
2022-07-22 10:18:02.365 8615-8636/? I/vxaapi: - engine interface received
2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:02.371 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 1 line
2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:02.372 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 6 lines
2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:02.372 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 3 lines
2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:02.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.388 8615-8636/? I/Unity: Returned from Vivox Connect
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:02.397 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.403 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
myapp.SetCurvedUISettingsForCanvas:Start()
2022-07-22 10:18:02.404 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
myapp.SetCurvedUISettingsForCanvas:Start()
2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
myapp.SetCurvedUISettingsForCanvas:Start()
2022-07-22 10:18:02.406 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
2022-07-22 10:18:02.419 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.419 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:18:02.439 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:02.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 26 lines
2022-07-22 10:18:02.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:03.004 8615-8978/? I/VrApi: FPS=69/72,Prd=38ms,Tear=0,Early=14,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.79ms,App=4.98ms,GD=0.00ms,CPU&GPU=8.63ms,LCnt=1(DR72,LM0),GPU%=0.28,CPU%=0.53(W0.82),DSF=1.00,CFL=19.74/21.58
2022-07-22 10:18:03.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:03.021 852-8752/? I/[CT]: boltlib: DSP utilization: 5.63 % (281 / 5000 ms)
2022-07-22 10:18:03.035 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:03.938 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
2022-07-22 10:18:03.959 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:03.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:03.979 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:03.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.9,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.6ms,g=3.0,I=75,Ir=6880.8)(6.5ms,g=6.0,I=85,Ir=2199.3)(6.5ms,g=6.0,I=64,Ir=1661.5)(4.8ms,g=2.0,I=75,Ir=7828.3)
2022-07-22 10:18:04.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.004 8615-8978/? I/VrApi: FPS=54/72,Prd=40ms,Tear=0,Early=30,Stale=20,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.76ms,App=4.90ms,GD=0.00ms,CPU&GPU=9.44ms,LCnt=1(DR72,LM0),GPU%=0.43,CPU%=0.50(W0.95),DSF=1.00,CFL=19.79/21.63
2022-07-22 10:18:04.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.125 760-8755/? E/SensorService: HMD IMU samples delayed: 6.117ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:04.103 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:04.124 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.125 852-8783/? W/[CT]: VisionInterface: [Throttled count=1] Delayed IMU measurements detected! Capture Time: 736174.450965847 [sec], Arrival Time: 736174.457997472 [sec], Time Delta: 0.007031625 [sec]
2022-07-22 10:18:04.144 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.493 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:18:04.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.515 8615-8636/? I/Unity: Finished logging in, LoginState = LoggingIn
myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
VivoxUnity.AsyncNoResult:SetComplete()
VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
VivoxUnity.AsyncResult`1:SetComplete(T)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.515 8615-8636/? I/Unity: Successfully logging in to Vivox, LoginState = LoggingIn
myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
VivoxUnity.AsyncNoResult:SetComplete()
VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
VivoxUnity.AsyncResult`1:SetComplete(T)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.516 8615-8636/? I/Unity: Done setting up Client
VivoxUnity.AsyncResult`1:SetComplete(T)
myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
VivoxUnity.AsyncNoResult:SetComplete()
VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
VivoxUnity.AsyncResult`1:SetComplete(T)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.516 8615-8636/? I/Unity: Vivox connection: LoginState = LoggedIn
myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.LoginSession:set_State(LoginState)
VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.517 8615-8636/? I/Unity: Creating positional Vivox channel 0a-41-58-33-37-d6257694675positional with audible: 20 conversational: 3 fade: 8
myapp.VivoxVoiceManager:CreatePositionalChannel(String, IChannelSession&)
myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.LoginSession:set_State(LoginState)
VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.517 8615-8636/? I/Unity: Created ChannelId, LoginState = LoggedIn
myapp.VivoxVoiceManager:CreatePositionalChannel(String, IChannelSession&)
myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.LoginSession:set_State(LoginState)
VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.523 8615-8636/? I/Unity: Attempting to connect to Vivox channel 0a-41-58-33-37-d6257694675positional
myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
VivoxUnity.Private.LoginSession:set_State(LoginState)
VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.526 760-8753/? I/SyncBossFW: 1741049 [info ] {PERF}: cpu load cur=0.4584 min=0.0510 max=0.4799 avg=0.2069
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:04.530 8615-8636/? I/Unity: Vivox connecting to channel 0a-41-58-33-37-d6257694675positional
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.Private.ChannelSession:BeginConnect(Boolean, Boolean, Boolean, String, AsyncCallback)
myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
VivoxUnity.Private.LoginSession:set_State(LoginState)
VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.533 8615-8636/? I/Unity: Successfully created channel 0a-41-58-33-37-d6257694675positional
VivoxUnity.AsyncNoResult:SetComplete()
VivoxUnity.Private.<>c__DisplayClass36_0:<BeginConnect>b__0(IAsyncResult)
VivoxUnity.AsyncResult`1:SetComplete(T)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:04.534 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:04.966 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:18:04.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.004 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2502MB,PLS=0,Temp=30.7C/0.0C,TW=0.77ms,App=5.10ms,GD=0.00ms,CPU&GPU=9.77ms,LCnt=1(DR72,LM0),GPU%=0.41,CPU%=0.52(W0.82),DSF=1.00,CFL=19.86/21.71
2022-07-22 10:18:05.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.027 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:05.047 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.063 8615-8636/? I/Unity: 7b82fe381d60 joined sip:confctl-d-24739-icere-22938-udash.0a-41-58-33-37-d6257694675positional!p-20-3-8.000-1@mtu1xp.vivox.com
myapp.VivoxVoiceManager:OnParticipantAdded(Object, KeyEventArg`1)
VivoxUnity.Private.ChannelSession:HandleParticipantAdded(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.068 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.089 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.095 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:05.103 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:05.110 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.144 760-8755/? E/SensorService: HMD IMU samples delayed: 6.501ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:05.192 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:05.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.216 8615-9094/? I/vxaapi: vxa_capture_device_open (flags = 3)
2022-07-22 10:18:05.216 8615-9091/? I/vxaapi: initRecorder with preset = 0
2022-07-22 10:18:05.216 8615-9091/? I/vxaapi: SlesAudio::Recorder::init: 48000 Hz => 6400
2022-07-22 10:18:05.216 8615-9091/? W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
2022-07-22 10:18:05.216 8615-9091/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
2022-07-22 10:18:05.225 18037-18050/? D/audio_hw_primary: adev_set_mode: mode 3
2022-07-22 10:18:05.225 18033-18220/? D/AudioPolicyManagerCustom: setPhoneState() state 3
2022-07-22 10:18:05.233 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.240 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 1
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
2022-07-22 10:18:05.245 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(25.14, 3.14)]Matching:[MatchSuccess=1.000, MatchCost=(0.00083, 0.00000), #MatchedBlobs=(12.05, 1.65), #MatchedLeds=(6.53, 0.65), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.340, 1.376), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.007, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:05.253 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.272 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(25.14, 3.13)]Matching:[MatchSuccess=1.000, MatchCost=(0.00734, 0.00002), #MatchedBlobs=(10.19, 0.83), #MatchedLeds=(7.50, 0.26), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.656, 1.527), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.429, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:05.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.280 18037-18050/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
2022-07-22 10:18:05.280 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:18:05.295 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.315 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.320 18037-18050/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
2022-07-22 10:18:05.320 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:18:05.336 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.364 18037-18050/? D/audio_hw_primary: out_set_parameters: enter: usecase(0: deep-buffer-playback) kvpairs: routing=2
2022-07-22 10:18:05.366 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(32000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297280) io_handle(166) source(1) format 1
2022-07-22 10:18:05.366 18037-18050/? W/audio_hw_utils: audio_extn_utils_update_stream_input_app_type_cfg: App type could not be selected. Falling back to default
2022-07-22 10:18:05.366 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
2022-07-22 10:18:05.368 18033-9108/? I/AudioFlinger: AudioFlinger's thread 0x719868cf00 tid=9108 ready to run
2022-07-22 10:18:05.368 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
2022-07-22 10:18:05.375 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
2022-07-22 10:18:05.376 18037-18050/? W/EffectHAL: Effect 0xef238860 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.377 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.377 18037-18050/? W/EffectHAL: Effect 0xef238860 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.377 18037-18050/? W/EffectHAL: Effect 0xef2388b0 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: createRecordTrack_l(): mismatch between requested flags (00000005) and input flags (00000001)
2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: session id 561 not found for pid 8615
2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: session id 561 not found for pid 8615
2022-07-22 10:18:05.389 18037-18048/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297280)
2022-07-22 10:18:05.389 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
2022-07-22 10:18:05.389 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.389 18037-18048/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
2022-07-22 10:18:05.394 18037-18048/? W/EffectHAL: Effect 0xef238700 command DUMP error: Invalid argument
2022-07-22 10:18:05.394 18037-18048/? W/EffectHAL: Effect 0xef238750 command DUMP error: Invalid argument
2022-07-22 10:18:05.402 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.405 18037-18048/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297000)
2022-07-22 10:18:05.405 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
2022-07-22 10:18:05.405 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.405 18037-18048/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:18:05.406 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(32000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(174) source(1) format 5
2022-07-22 10:18:05.407 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(32000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(174) source(1) format 1
2022-07-22 10:18:05.407 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
2022-07-22 10:18:05.410 18033-9111/? I/AudioFlinger: AudioFlinger's thread 0x719863b180 tid=9111 ready to run
2022-07-22 10:18:05.410 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:18:05.418 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: vxa_render_device_open
2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: initPlayer with stream = 0
2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: SlesAudio::Player::init: 16000 Hz => 3200
2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: SlesAudio::Player::init Realize Output Mix
2022-07-22 10:18:05.421 18037-18050/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.421 8615-9094/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
2022-07-22 10:18:05.422 18037-18050/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.423 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.423 18037-18050/? W/EffectHAL: Effect 0xef238850 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.423 18037-18050/? I/audio_hw_primary: getting vr mode to 0
2022-07-22 10:18:05.424 18033-3951/? I/AudioPolicyManagerCustom: VR mode is 0, switch to primary output if request is for fast|raw
2022-07-22 10:18:05.425 18033-3951/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000104) and output flags (00000006)
2022-07-22 10:18:05.425 18033-3951/? D/AudioFlinger: Client defaulted notificationFrames to 320 for frameCount 648
2022-07-22 10:18:05.426 18033-3951/? D/AF::TrackHandle: OpPlayAudio: track:111 uid:1010083 pkg:com.mycompany.myapp usage:2 not muted
2022-07-22 10:18:05.437 8615-9094/? W/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 648
2022-07-22 10:18:05.438 18097-18217/? E/AudioSystem-JNI: Command failed for android_media_AudioSystem_setStreamVolumeIndex: -38
2022-07-22 10:18:05.439 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:112 uid:1010083 pkg:com.mycompany.myapp usage:0 not muted
2022-07-22 10:18:05.441 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736175.489164s, requested: 736135.368377s
2022-07-22 10:18:05.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.446 8615-8636/? I/Unity: Vivox connected to channel 0a-41-58-33-37-d6257694675positional
myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.447 8615-8636/? I/Unity: Creating global Vivox channel 0a-41-58-33-37-d6257694675global
myapp.VivoxVoiceManager:CreateGlobalChannel(String, IChannelSession&)
myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.447 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - Realize: 0
2022-07-22 10:18:05.447 8615-8636/? I/Unity: Attempting to connect to Vivox channel 0a-41-58-33-37-d6257694675global
myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.448 8615-8636/? I/Unity: Joining the global channel MUTED, not transmitting
myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.448 8615-9093/? I/vxaapi: vxa_list_capture_devices
2022-07-22 10:18:05.448 8615-9093/? I/vxaapi: vxa_list_render_devices
2022-07-22 10:18:05.449 8615-8636/? I/Unity: Vivox connecting to channel 0a-41-58-33-37-d6257694675global
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.Private.ChannelSession:BeginConnect(Boolean, Boolean, Boolean, String, AsyncCallback)
myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.450 8615-8636/? I/Unity: Successfully created channel 0a-41-58-33-37-d6257694675global
VivoxUnity.AsyncNoResult:SetComplete()
VivoxUnity.Private.<>c__DisplayClass36_0:<BeginConnect>b__0(IAsyncResult)
VivoxUnity.AsyncResult`1:SetComplete(T)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:05.458 8615-9094/? I/vxaapi: SlesAudio::Player::init Register Callback
2022-07-22 10:18:05.459 8615-8615/? V/MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2022-07-22 10:18:05.459 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=6
2022-07-22 10:18:05.460 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:05.460 18037-18048/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=bottom=;input_source=1;routing=-2147483644
2022-07-22 10:18:05.463 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: AEC enable 1
2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:18:05.465 18037-18048/? D/audio_hw_primary: select_devices: changing use case low-latency-playback output device from(2: speaker, acdb 15) to (22: voice-speaker-stereo, acdb 15)
2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2022-07-22 10:18:05.473 8615-9091/? I/vxaapi: SlesAudio::Recorder::start - 0
2022-07-22 10:18:05.473 18033-3951/? D/AudioPolicyManagerCustom: setForceUse() usage 7, config 0, mPhoneState 3
2022-07-22 10:18:05.478 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.478 18037-18048/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:18:05.478 18037-18048/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:18:05.478 18037-18048/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2022-07-22 10:18:05.478 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.486 18037-18048/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.486 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.486 18037-18048/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 22
2022-07-22 10:18:05.486 18037-18048/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
2022-07-22 10:18:05.487 18037-18048/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.487 18037-18048/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: check_usecases_codec_backend:becf: (75) check_usecases curr device: voice-speaker-stereo, usecase device:speaker backends match 0
2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2022-07-22 10:18:05.487 18037-18048/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
2022-07-22 10:18:05.487 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: enable_snd_device: snd_device(22: voice-speaker-stereo)
2022-07-22 10:18:05.487 18037-18048/? D/audio_route: Apply path: voice-speaker-stereo
2022-07-22 10:18:05.490 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:18:05.494 18037-18048/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24 and above bits playback on speaker ONLY at default sampling rate
2022-07-22 10:18:05.494 18037-18048/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device voice-speaker-stereo
2022-07-22 10:18:05.494 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.494 18037-18048/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.494 18037-18048/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69943, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 2
2022-07-22 10:18:05.494 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.494 18037-18048/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.494 18037-18048/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11137, sample rate = 48000, afe_sample_rate = 48000
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69943]
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 1
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:18:05.495 18037-18048/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.495 18037-18048/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 22
2022-07-22 10:18:05.495 18037-18048/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2022-07-22 10:18:05.495 18037-18048/? D/audio_route: Apply path: low-latency-playback
2022-07-22 10:18:05.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.509 18037-18048/? D/audio_hw_primary: select_devices: done
2022-07-22 10:18:05.509 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 15
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
2022-07-22 10:18:05.509 18037-18048/? I/audio_hw_primary: NS enable 1
2022-07-22 10:18:05.511 18037-9113/? I/audio_hw_primary: start_input_stream: enter: stream(0xef297000)usecase(22: audio-record)
2022-07-22 10:18:05.511 18037-9113/? I/audio_hw_primary: select_devices for use case (audio-record)
2022-07-22 10:18:05.511 18037-9113/? I/msm8974_platform: platform_check_and_set_capture_codec_backend_cfg:txbecf: afe: bitwidth 16, samplerate 32000, channel 1 format 1, backend_idx 8 usecase = 22 device (handset-mic-aec-ns)
2022-07-22 10:18:05.511 18037-9113/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Codec selected backend: 8 current bit width: 16 and sample rate: 32000, channels 1 format 1
2022-07-22 10:18:05.511 18037-9113/? W/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Use default bw and sr for voice/voip calls and for unprocessed/camera source
2022-07-22 10:18:05.511 18037-9113/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: current backend bit_width 16 sample_rate 48000 channels 1, format 0
2022-07-22 10:18:05.511 18037-9113/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Codec backend needs to be updated. new bit width: 16 new sample rate: 48000 new channel: 1 new format: 1
2022-07-22 10:18:05.511 18037-9113/? I/msm8974_platform: platform_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 1 format 1, backend_idx 8 device (handset-mic-aec-ns)
2022-07-22 10:18:05.511 18037-9113/? D/audio_hw_primary: check_usecases_capture_codec_backend:becf: force routing 0
2022-07-22 10:18:05.511 18037-9113/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
2022-07-22 10:18:05.511 18037-9113/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.511 18037-9113/? D/audio_hw_primary: enable_snd_device: snd_device(134: handset-mic-aec-ns)
2022-07-22 10:18:05.511 18037-9113/? D/audio_route: Apply path: handset-mic-aec-ns
2022-07-22 10:18:05.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.607 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:05.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.646 18037-9113/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.647 18037-9113/? D/audio_route: Apply path: echo-reference-voip
2022-07-22 10:18:05.647 18037-9113/? D/msm8974_platform: platform_set_echo_reference: enabling echo-reference-voip
2022-07-22 10:18:05.647 18037-9113/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->in_snd_device handset-mic-aec-ns
2022-07-22 10:18:05.647 18037-9113/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.647 18037-9113/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.647 18037-9113/? I/audio_hw_utils: send_app_type_cfg_for_device CAPTURE app_type 69938, acdb_dev_id 4, sample_rate 32000, snd_device_be_idx 44
2022-07-22 10:18:05.648 18037-9113/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.648 18037-9113/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 4, path = 1, app id = 0x11132, sample rate = 32000, afe_sample_rate = 48000
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[4] app_type[69938]
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:18:05.648 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 4, Topology Id 112fb
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[4]
2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 4 path = 1
2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:18:05.649 18037-9113/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: audio-record
2022-07-22 10:18:05.649 18037-9113/? D/audio_route: Apply path: audio-record
2022-07-22 10:18:05.651 18037-9113/? D/audio_hw_primary: select_devices: done
2022-07-22 10:18:05.662 18037-9113/? D/audio_hw_primary: start_input_stream: exit
2022-07-22 10:18:05.669 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.678 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:18:05.685 18037-31308/? I/audio_hw_primary: stop_input_stream: enter: usecase(22: audio-record)
2022-07-22 10:18:05.685 18037-31308/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: audio-record
2022-07-22 10:18:05.685 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.686 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
2022-07-22 10:18:05.686 18037-31308/? D/audio_hw_primary: disable_snd_device: snd_device(134: handset-mic-aec-ns)
2022-07-22 10:18:05.686 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.689 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.731 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:05.751 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.771 18037-31308/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=routing=0
2022-07-22 10:18:05.772 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: initRecorder with preset = 4
2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: SlesAudio::Recorder::init: 48000 Hz => 3200
2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - SetConfiguration 4: result = 0
2022-07-22 10:18:05.772 8615-9091/? W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
2022-07-22 10:18:05.772 8615-9091/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: AEC enable 0
2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:18:05.773 18037-31308/? D/audio_hw_primary: select_devices: changing use case low-latency-playback output device from(22: voice-speaker-stereo, acdb 15) to (2: speaker, acdb 15)
2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2022-07-22 10:18:05.782 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.782 18037-31308/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 22
2022-07-22 10:18:05.782 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
2022-07-22 10:18:05.782 18037-31308/? D/audio_hw_primary: disable_snd_device: snd_device(22: voice-speaker-stereo)
2022-07-22 10:18:05.782 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.791 18037-31308/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:18:05.791 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.791 18037-31308/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
2022-07-22 10:18:05.791 18037-31308/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
2022-07-22 10:18:05.792 18037-31308/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker)
2022-07-22 10:18:05.792 18037-31308/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
2022-07-22 10:18:05.792 18037-31308/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: check_usecases_codec_backend:becf: (75) check_usecases curr device: speaker, usecase device:voice-speaker-stereo backends match 0
2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2022-07-22 10:18:05.792 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:18:05.792 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2022-07-22 10:18:05.792 18037-31308/? D/audio_route: Apply path: speaker
2022-07-22 10:18:05.792 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.798 18037-31308/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24 and above bits playback on speaker ONLY at default sampling rate
2022-07-22 10:18:05.798 18037-31308/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
2022-07-22 10:18:05.798 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.798 18037-31308/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.798 18037-31308/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69943, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 43
2022-07-22 10:18:05.799 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.799 18037-31308/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11137, sample rate = 48000, afe_sample_rate = 48000
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69943]
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 15
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:18:05.799 18037-31308/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.799 18037-31308/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:18:05.799 18037-31308/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2022-07-22 10:18:05.799 18037-31308/? D/audio_route: Apply path: low-latency-playback
2022-07-22 10:18:05.813 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.819 18037-31308/? D/audio_hw_primary: select_devices: done
2022-07-22 10:18:05.820 18037-18050/? W/EffectHAL: Effect 0xef238850 command DUMP error: Invalid argument
2022-07-22 10:18:05.831 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(16000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297280) io_handle(182) source(7) format 5
2022-07-22 10:18:05.831 18037-18050/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(16000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297280) io_handle(182) source(7) format 1
2022-07-22 10:18:05.831 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
2022-07-22 10:18:05.833 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.834 18033-9116/? I/AudioFlinger: AudioFlinger's thread 0x719868c1c0 tid=9116 ready to run
2022-07-22 10:18:05.834 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
2022-07-22 10:18:05.836 18037-18050/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297000)
2022-07-22 10:18:05.836 18037-18050/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
2022-07-22 10:18:05.836 18037-18050/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.836 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
2022-07-22 10:18:05.841 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
2022-07-22 10:18:05.842 18037-18050/? W/EffectHAL: Effect 0xef238550 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.843 18037-18050/? W/EffectHAL: Effect 0xef238550 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.843 18037-18050/? W/EffectHAL: Effect 0xef238660 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: createRecordTrack_l(): mismatch between requested flags (00000005) and input flags (00000000)
2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: session id 577 not found for pid 8615
2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: session id 577 not found for pid 8615
2022-07-22 10:18:05.853 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.854 18037-31308/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297280)
2022-07-22 10:18:05.854 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
2022-07-22 10:18:05.854 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:05.854 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
2022-07-22 10:18:05.859 18037-31308/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(16000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(190) source(7) format 5
2022-07-22 10:18:05.859 18037-31308/? I/audio_hw_primary: adev_open_input_stream: enter: sample_rate(16000) channel_mask(0x10) devices(0x80000004) stream_handle(0xef297000) io_handle(190) source(7) format 1
2022-07-22 10:18:05.859 18037-31308/? I/audio_hw_primary: adev_open_input_stream: exit
2022-07-22 10:18:05.861 18033-9118/? I/AudioFlinger: AudioFlinger's thread 0x719863b280 tid=9118 ready to run
2022-07-22 10:18:05.861 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(33: audio-record-voip)
2022-07-22 10:18:05.871 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(33: audio-record-voip)
2022-07-22 10:18:05.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.875 18037-31308/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.876 18037-31308/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.876 18037-31308/? W/EffectHAL: Effect 0xef238850 command SET_CONFIG returned status: Invalid argument
2022-07-22 10:18:05.877 18033-8570/? D/AF::RecordHandle: OpRecordAudio: track:113 uid:1010083 pkg:com.mycompany.myapp usage:0 not muted
2022-07-22 10:18:05.886 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - Realize: 0
2022-07-22 10:18:05.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.896 18037-31308/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=bottom=;input_source=7;routing=-2147483644
2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: AEC enable 1
2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
2022-07-22 10:18:05.898 18037-18050/? D/audio_hw_primary: select_devices: changing use case low-latency-playback output device from(2: speaker, acdb 15) to (22: voice-speaker-stereo, acdb 15)
2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2022-07-22 10:18:05.904 8615-9091/? I/vxaapi: SlesAudio::Recorder::start - 0
2022-07-22 10:18:05.911 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.911 18037-18050/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2022-07-22 10:18:05.911 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2022-07-22 10:18:05.911 18037-18050/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2022-07-22 10:18:05.911 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.916 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.917 18037-18050/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.918 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.918 18037-18050/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 22
2022-07-22 10:18:05.918 18037-18050/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
2022-07-22 10:18:05.918 18037-18050/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (voice-speaker-stereo)
2022-07-22 10:18:05.918 18037-18050/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: check_usecases_codec_backend:becf: (75) check_usecases curr device: voice-speaker-stereo, usecase device:speaker backends match 0
2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2022-07-22 10:18:05.918 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
2022-07-22 10:18:05.918 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: enable_snd_device: snd_device(22: voice-speaker-stereo)
2022-07-22 10:18:05.918 18037-18050/? D/audio_route: Apply path: voice-speaker-stereo
2022-07-22 10:18:05.924 18037-18050/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24 and above bits playback on speaker ONLY at default sampling rate
2022-07-22 10:18:05.924 18037-18050/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device voice-speaker-stereo
2022-07-22 10:18:05.925 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.925 18037-18050/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.925 18037-18050/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69943, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 2
2022-07-22 10:18:05.925 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(1) new_snd_devices(0)
2022-07-22 10:18:05.925 18037-18050/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11137, sample rate = 48000, afe_sample_rate = 48000
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69943]
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 15
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:18:05.925 18037-18050/? D/msm8974_platform: platform_split_snd_device: snd_device(22) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.925 18037-18050/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 22
2022-07-22 10:18:05.925 18037-18050/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2022-07-22 10:18:05.926 18037-18050/? D/audio_route: Apply path: low-latency-playback
2022-07-22 10:18:05.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.939 18037-18050/? D/audio_hw_primary: select_devices: done
2022-07-22 10:18:05.940 18037-18050/? I/audio_hw_primary: NS enable 1
2022-07-22 10:18:05.941 18037-9119/? I/audio_hw_primary: start_input_stream: enter: stream(0xef297000)usecase(33: audio-record-voip)
2022-07-22 10:18:05.941 18037-9119/? I/audio_hw_primary: select_devices for use case (audio-record-voip)
2022-07-22 10:18:05.941 18037-9119/? I/msm8974_platform: platform_check_and_set_capture_codec_backend_cfg:txbecf: afe: bitwidth 16, samplerate 16000, channel 1 format 1, backend_idx 8 usecase = 33 device (handset-mic-aec-ns)
2022-07-22 10:18:05.941 18037-9119/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Codec selected backend: 8 current bit width: 16 and sample rate: 16000, channels 1 format 1
2022-07-22 10:18:05.941 18037-9119/? W/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Use default bw and sr for voice/voip calls and for unprocessed/camera source
2022-07-22 10:18:05.941 18037-9119/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: current backend bit_width 16 sample_rate 48000 channels 1, format 0
2022-07-22 10:18:05.941 18037-9119/? I/msm8974_platform: platform_check_capture_codec_backend_cfg:txbecf: afe: Codec backend needs to be updated. new bit width: 16 new sample rate: 48000 new channel: 1 new format: 1
2022-07-22 10:18:05.941 18037-9119/? I/msm8974_platform: platform_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 1 format 1, backend_idx 8 device (handset-mic-aec-ns)
2022-07-22 10:18:05.941 18037-9119/? D/audio_hw_primary: check_usecases_capture_codec_backend:becf: force routing 0
2022-07-22 10:18:05.941 18037-9119/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
2022-07-22 10:18:05.941 18037-9119/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(0) new_snd_devices(0)
2022-07-22 10:18:05.941 18037-9119/? D/audio_hw_primary: enable_snd_device: snd_device(134: handset-mic-aec-ns)
2022-07-22 10:18:05.941 18037-9119/? D/audio_route: Apply path: handset-mic-aec-ns
2022-07-22 10:18:05.957 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:05.977 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:05.998 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.003 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 71.8137, 67.7777777777778, Performance, CLASSIC,Empty,World Center
SceneAnalyzer:ReportFPS()
SceneAnalyzer:Update()
2022-07-22 10:18:06.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.039 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:06.059 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.073 18037-9119/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
2022-07-22 10:18:06.073 18037-9119/? D/audio_route: Apply path: echo-reference-voip
2022-07-22 10:18:06.073 18037-9119/? D/msm8974_platform: platform_set_echo_reference: enabling echo-reference-voip
2022-07-22 10:18:06.073 18037-9119/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->in_snd_device handset-mic-aec-ns
2022-07-22 10:18:06.073 18037-9119/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(0) new_snd_devices(0)
2022-07-22 10:18:06.073 18037-9119/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:06.074 18037-9119/? I/audio_hw_utils: send_app_type_cfg_for_device CAPTURE app_type 69946, acdb_dev_id 4, sample_rate 16000, snd_device_be_idx 44
2022-07-22 10:18:06.075 18037-9119/? D/msm8974_platform: platform_split_snd_device: snd_device(134) num devices(1) new_snd_devices(0)
2022-07-22 10:18:06.075 18037-9119/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 4, path = 1, app id = 0x1113a, sample rate = 16000, afe_sample_rate = 48000
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_asm_topology
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_adm_topology
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audtable
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[4] app_type[69946]
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_afe_topology
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 4, Topology Id 112fb
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_afe_cal
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[4]
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 4 path = 1
2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2022-07-22 10:18:06.075 18037-9119/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: audio-record-voip
2022-07-22 10:18:06.075 18037-9119/? D/audio_route: Apply path: audio-record-voip
2022-07-22 10:18:06.076 18037-9119/? D/audio_hw_primary: select_devices: done
2022-07-22 10:18:06.080 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.087 18037-9119/? D/audio_hw_primary: start_input_stream: exit
2022-07-22 10:18:06.100 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.159 760-8755/? E/SensorService: HMD IMU samples delayed: 7.404ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:06.161 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:06.122 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:06.142 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.162 8615-8978/? I/Telemetry: App memory usage: PSS=803MB DalvikPSS=1 MB PrivateDirty=709MB PrivateClean=75MB
2022-07-22 10:18:06.163 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.164 8615-8978/? I/VrApi: FPS=71/72,Prd=34ms,Tear=0,Early=5,Stale=3,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.77ms,App=4.99ms,GD=0.00ms,CPU&GPU=10.19ms,LCnt=1(DR72,LM0),GPU%=0.43,CPU%=0.55(W0.71),DSF=1.00,CFL=19.72/26.06
2022-07-22 10:18:06.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.190 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:18:06.491 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:18:06.512 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.520 8615-8636/? I/Unity: 7b82fe381d60 joined sip:confctl-g-24739-icere-22938-udash.0a-41-58-33-37-d6257694675global@mtu1xp.vivox.com
myapp.VivoxVoiceManager:OnParticipantAdded(Object, KeyEventArg`1)
VivoxUnity.Private.ChannelSession:HandleParticipantAdded(vx_evt_base_t)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:06.533 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.923 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
2022-07-22 10:18:06.944 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:06.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:06.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.9,Jit=0.3mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.4ms,g=2.0,I=74,Ir=6912.6)(6.4ms,g=6.0,I=84,Ir=2191.8)(6.4ms,g=6.0,I=63,Ir=1657.2)(4.8ms,g=2.0,I=75,Ir=7822.9)
2022-07-22 10:18:07.004 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1804MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.77ms,App=5.18ms,GD=0.00ms,CPU&GPU=10.21ms,LCnt=1(DR72,LM0),GPU%=0.45,CPU%=0.52(W0.64),DSF=1.00,CFL=19.77/25.97
2022-07-22 10:18:07.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.067 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:07.088 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.104 8615-8636/? I/Unity: Vivox connected to channel 0a-41-58-33-37-d6257694675global
myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:07.105 8615-8636/? I/Unity: I am being set to NORMAL by the server
myapp.VivoxVoiceManager:UpdateAudioState(AudioStateType)
myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
MessagePump:RunOnce()
MessagePump:RunUntil(LoopDone)
myapp.VivoxVoiceManager:Update()
2022-07-22 10:18:07.108 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.119 8615-8636/? I/Unity: Player connecting... Rob Quest, (<unknown>), AndroidClient, 10.8.46.16, Quest, ANDROID_VR, USER_WITH_HANDS, LOCAL, My Own Unique Location
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.119 8615-8636/? I/Unity: Creating socket transport over port 61221
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.121 8615-8636/? I/Unity: Starting Centralised Telemetry...
myapp.Multiplayer.CentralizedTelemetryService:Connect()
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.123 8615-8636/? I/Unity: Sending ICEFlurry Initialization packet, My IP:10.8.46.16
myapp.Multiplayer.CentralizedTelemetryService:SendInitializationPacket()
myapp.Multiplayer.CentralizedTelemetryService:Connect()
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.124 8615-8636/? I/Unity: Updating ICE presence info: 58773851523431 My Own Unique Location
UnigineApp.Messaging.Command.Invoker.UpdateIcePresenceInfoCommandInvoker:updateIcePresenceInfo(Int64, String, String, String, String[], String)
myapp.Multiplayer.MultiplayerManager:SendIcePresenceUpdate()
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.125 8615-8636/? I/Unity: RequestData(32ad61df-68fb-4342-a5f3-56c57acfcebf)
myapp.ConnectionManager:RequestData(String)
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.125 8615-8636/? I/Unity: Requesting geometry and other data from server
UnigineApp.Messaging.Command.Invoker.RequestDataCommandInvoker:requestData(String)
myapp.Multiplayer.MultiplayerManager:Connect()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.129 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.150 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:07.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.176 8615-9081/? I/Unity: UpdateListOfPlayersCommandInvokeable: Received UpdateListOfPlayersCommand
UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandInvokeable:invoke(MessageData, MessageDataBuilder)
UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:07.176 8615-8636/? I/Unity: Heard back from Flurry server for the first time
myapp.Multiplayer.CentralizedTelemetryService:ProcessPendingMessages()
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.176 8615-9081/? I/Unity: UpdateListOfPlayersCommandInvokeable: Now have player data ready to process.
UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandInvokeable:invoke(MessageData, MessageDataBuilder)
UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
2022-07-22 10:18:07.187 8615-8636/? I/Unity: Updating players...
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.187 8615-8636/? I/Unity: Player Rob Quest avatar choice is ICE cream cone
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.188 8615-8636/? I/Unity: adding player: 58773851523431
FlurryID: 58773851523431
VoiceID: 7b82fe4a5b309958aebae9a804381d60
myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.191 8615-8636/? I/Unity: Starting telemetry for: Rob Quest
myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.191 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.193 8615-8636/? I/Unity: Initialising LocalTelemeteredObject with originalContent = True
myapp.Multiplayer.LocalTelemeteredObject:Initialize(UInt16, Boolean)
myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.194 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 1 line
2022-07-22 10:18:07.194 8615-8636/? I/Unity: Initialising LocalTelemeteredObject with originalContent = True
myapp.Multiplayer.LocalTelemeteredObject:Initialize(UInt16, Boolean)
myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.195 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Avatars/4/avatar_icecreamcone
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.196 8615-8636/? I/Unity: Rob Quest started.
2022-07-22 10:18:07.200 8615-8636/? I/Unity: Updating Players 1
myapp.Multiplayer.MultiplayerManager:Update()
2022-07-22 10:18:07.201 8615-8636/? I/Unity: Last task to process: UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.232 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.244 8615-8636/? I/Unity: Adding Education with id 4604091605521661415 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.252 8615-8636/? I/Unity: Adding Breakroom with id 4602132018773262818 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.253 8615-8636/? I/Unity: Adding Reflect Huddle with id 4607047943859489742 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.253 8615-8636/? I/Unity: Adding Design with id 4601099034658632646 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.254 8615-8636/? I/Unity: Adding Reflect Conference with id 4599323911368476684 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.256 8615-8636/? I/Unity: Adding Constructability Lab with id 4594961802175369452 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.257 8615-8636/? I/Unity: Adding Main Entrance with id 4576010753585339648 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.259 8615-8636/? I/Unity: Adding Healthcare with id 4594924763645662572 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.265 8615-8636/? I/Unity: Adding Kitchenette with id 4598497295374238080 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.265 8615-8636/? I/Unity: Adding Hallway/ Hexpods with id 4605950536019861366 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.266 8615-8636/? I/Unity: Adding Kevin's Office with id 4604893293335585199 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.269 8615-8636/? I/Unity: Calibration: Calibrating to Stage: 4576010753585339648 [0] time=40.49346
Calibration:Update()
2022-07-22 10:18:07.269 8615-8636/? I/Unity: Going to new state: NormalRunning
Calibration:setCalibrationState(CalibrationState)
Calibration:Update()
2022-07-22 10:18:07.269 8615-8636/? I/Unity: Disabling Compass
Calibration:setCalibrationState(CalibrationState)
Calibration:Update()
2022-07-22 10:18:07.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.281 8615-8636/? I/Unity: Adding VR Stage with id 4603990967973141963 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.293 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.314 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.322 8615-8636/? I/Unity: Adding Main Entrance with id 4576010753585339648 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.323 8615-8636/? I/Unity: Adding VR Stage with id 4603990967973141963 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.323 8615-8636/? I/Unity: Adding Reflect Conference with id 4599323911368476684 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.330 8615-8636/? I/Unity: Adding Reflect Huddle with id 4607047943859489742 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Hallway/ Hexpods with id 4605950536019861366 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Education with id 4604091605521661415 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Healthcare with id 4594924763645662572 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.332 8615-8636/? I/Unity: Adding Breakroom with id 4602132018773262818 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.332 8615-8636/? I/Unity: Adding Design with id 4601099034658632646 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.333 8615-8636/? I/Unity: Adding Constructability Lab with id 4594961802175369452 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.333 8615-8636/? I/Unity: Adding Kitchenette with id 4598497295374238080 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.334 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.342 8615-8636/? I/Unity: Last task to process: Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.342 8615-8636/? I/Unity: Entity meshes not ready: 4587460010803189280
myapp.EntityManager:consumeUpdateInteractiveObjects()
myapp.EntityManager:Update()
2022-07-22 10:18:07.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.356 8615-8636/? I/Unity: Adding Kevin's Office with id 4604893293335585199 to VRdestinations
myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.386 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.396 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.417 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.417 8615-8636/? I/Unity: Creating an InteriorSoundVolume
myapp.EntityManager:addCollidersToMeshInstance(GameObject)
myapp.UpdateMeshInstanceWithMeshTask:Execute()
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.421 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Avatars/4/avatar_icecreamcone.manifest
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.421 8615-8636/? I/Unity: CRC=19002141
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.422 8615-8636/? I/Unity: Hash=62a6ae7ef81121cd8c80702003a73f79
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.430 8615-8636/? I/Unity: Last task to process: myapp.UpdateEntityTextureTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.431 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Avatars/4/avatar_icecreamcone
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.432 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.433 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.437 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.458 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:18:07.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:18:07.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.623 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:07.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.650 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.725 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:07.745 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.749 8615-8636/? I/Unity: Time at load from cache: 317 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.749 8615-8636/? I/Unity: Loading IceCreamConeSmHand_Simple from bundle avatars/avatar_icecreamcone
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.761 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
myapp.SceneManager:executeTasks()
myapp.SceneManager:Update()
2022-07-22 10:18:07.766 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.930 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:18:07.951 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.963 8615-8636/? I/Unity: Loaded IceCreamConeSmHand_Simple from bundle avatars/avatar_icecreamcone
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.965 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.966 8615-8636/? I/Unity: Time at finish loading from cache: 535 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.967 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.972 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:07.978 8615-8636/? I/Unity: Going to load asset bundle manifest for : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/dxc_dallas
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:07.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.005 8615-8978/? I/VrApi: FPS=72/72,Prd=32ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.79ms,App=3.40ms,GD=0.00ms,CPU&GPU=10.51ms,LCnt=1(DR72,LM0),GPU%=0.33,CPU%=0.80(W1.00),DSF=1.00,CFL=19.72/21.63
2022-07-22 10:18:08.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.052 852-8752/? I/[CT]: boltlib: DSP utilization: 5.39 % (271 / 5030 ms)
2022-07-22 10:18:08.054 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.067 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:18:08.075 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.095 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:08.116 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.136 8615-8636/? I/Unity: Downloaded : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/dxc_dallas.manifest
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.136 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.136 8615-8636/? I/Unity: CRC=3955739870
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.137 8615-8636/? I/Unity: Hash=c35e94ae8b67b44be2c17056a4b220ca
<LoadCRCFromManifestFile>d__63:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.148 8615-8636/? I/Unity: Loading asset bundle from web or cache : https://ice-assetbundles.s3-us-west-2.amazonaws.com/Android/Items/5/dxc_dallas
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.148 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.149 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:08.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.650 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
2022-07-22 10:18:08.671 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.676 18035-18070/? I/netd: trafficSwapActiveStatsMap() <0.19ms>
2022-07-22 10:18:08.679 18035-18070/? I/netd: tetherGetStats() <1.45ms>
2022-07-22 10:18:08.691 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.698 760-8755/? E/SensorService: HMD IMU samples delayed: 7.926ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:08.698 852-8783/? W/[CT]: VisionInterface: [Throttled count=21] Delayed IMU measurements detected! Capture Time: 736179.021851314 [sec], Arrival Time: 736179.030225439 [sec], Time Delta: 0.008374125 [sec]
2022-07-22 10:18:08.699 18035-18070/? I/netd: bandwidthSetGlobalAlert(2097152) <0.29ms>
2022-07-22 10:18:08.712 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:08.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 13 lines
2022-07-22 10:18:09.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.004 8615-8978/? I/VrApi: FPS=66/72,Prd=36ms,Tear=0,Early=31,Stale=13,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.80ms,App=3.26ms,GD=0.00ms,CPU&GPU=10.28ms,LCnt=1(DR72,LM0),GPU%=0.31,CPU%=0.85(W1.00),DSF=1.00,CFL=19.81/21.63
2022-07-22 10:18:09.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.041 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:09.061 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.073 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
2022-07-22 10:18:09.082 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.924 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 41 lines
2022-07-22 10:18:09.945 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:09.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:09.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=30,Mem=76.7,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=75,Ir=6841.9)(6.5ms,g=6.0,I=84,Ir=2168.9)(6.5ms,g=6.0,I=64,Ir=1643.5)(4.8ms,g=2.0,I=75,Ir=7802.3)
2022-07-22 10:18:10.006 8615-8978/? I/VrApi: FPS=72/72,Prd=33ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.80ms,App=3.27ms,GD=0.00ms,CPU&GPU=10.34ms,LCnt=1(DR72,LM0),GPU%=0.31,CPU%=0.84(W1.00),DSF=1.00,CFL=19.81/23.74
2022-07-22 10:18:10.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:10.439 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:18:10.459 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:10.459 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736180.507957s, requested: 736135.368377s
2022-07-22 10:18:10.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:10.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
2022-07-22 10:18:10.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.004 8615-8978/? I/VrApi: FPS=72/72,Prd=32ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.78ms,App=3.41ms,GD=0.00ms,CPU&GPU=10.41ms,LCnt=1(DR72,LM0),GPU%=0.32,CPU%=0.84(W1.00),DSF=1.00,CFL=18.70/21.81
2022-07-22 10:18:11.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.446 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:18:11.467 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.478 8615-8636/? I/Unity: Time at load from cache: 3330 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.479 8615-8636/? I/Unity: Loading Dallas_DXC from bundle icescapes/dxc_dallas
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.488 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.653 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:18:11.674 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.694 8615-8636/? I/Unity: Loaded Dallas_DXC from bundle icescapes/dxc_dallas
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.694 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.695 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "ChairsPlantsLights_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.696 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "ChairsPlantsLights_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.696 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "ChairsPlantsLights_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.697 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt01_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.697 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt01_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.697 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt01_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.698 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt02_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.698 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt02_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.699 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt02_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.699 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt03_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.700 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt03_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.700 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt03_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.701 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt04_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.701 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt04_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.702 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt04_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.702 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt05_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.703 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt05_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.703 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt05_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.703 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt06_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.704 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt06_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.704 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt06_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.705 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "FloorCeiling_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.705 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "FloorCeiling_Bake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.706 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "FloorCeiling_Bake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.706 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Lights_NoBake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.707 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Lights_NoBake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.707 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Lights_NoBake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.708 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Transparent_NoBake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.708 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Transparent_NoBake"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.708 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Transparent_NoBake"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.709 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "GlassChair_Texture"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695336]
2022-07-22 10:18:11.709 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "GlassChair_Texture"
UnityEngine.GameObject:AddComponent()
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906695352]
2022-07-22 10:18:11.710 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "GlassChair_Texture"
myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line -906694648]
2022-07-22 10:18:11.710 8615-8636/? I/Unity: Finished loading all assets in the bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.713 8615-8636/? I/Unity: Time at finish loading from cache: 3564 ms.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.714 8615-8636/? I/Unity: Done with loading from asset bundle.
<loadAssetBundleCoroutine>d__62:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:11.715 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.739 760-8755/? E/SensorService: HMD IMU samples delayed: 7.381ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:11.735 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.739 852-8783/? W/[CT]: VisionInterface: [Throttled count=1] Delayed IMU measurements detected! Capture Time: 736182.064194042 [sec], Arrival Time: 736182.071871115 [sec], Time Delta: 0.007677073 [sec]
2022-07-22 10:18:11.756 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:11.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
2022-07-22 10:18:12.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.005 8615-8978/? I/VrApi: FPS=72/72,Prd=32ms,Tear=0,Early=0,Stale=0,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.81ms,App=3.50ms,GD=0.00ms,CPU&GPU=10.46ms,LCnt=1(DR72,LM0),GPU%=0.30,CPU%=0.73(W0.86),DSF=1.00,CFL=19.76/22.00
2022-07-22 10:18:12.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.757 760-8755/? E/SensorService: HMD IMU samples delayed: 7.892ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:12.760 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:12.790 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:18:12.886 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 42 lines
2022-07-22 10:18:12.908 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.912 852-8799/? I/[CT]: NIMBLE:HLOG: NimbleTelemetryAggregator::populateTelemetry
2022-07-22 10:18:12.928 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.949 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:12.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.990 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:12.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.7,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=75,Ir=6830.4)(6.5ms,g=6.0,I=84,Ir=2162.4)(6.5ms,g=6.0,I=63,Ir=1633.0)(4.8ms,g=2.0,I=74,Ir=7795.3)
2022-07-22 10:18:13.004 8615-8978/? I/VrApi: FPS=65/72,Prd=37ms,Tear=0,Early=8,Stale=20,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.82ms,App=15.91ms,GD=0.00ms,CPU&GPU=37.06ms,LCnt=1(DR72,LM0),GPU%=0.99,CPU%=0.50(W0.64),DSF=1.00,CFL=19.51/21.58
2022-07-22 10:18:13.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:13.031 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:13.051 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:13.052 852-8752/? I/[CT]: boltlib: DSP utilization: 5.29 % (264 / 5000 ms)
2022-07-22 10:18:13.072 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:13.133 18506-9124/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:18:13.855 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 38 lines
2022-07-22 10:18:13.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:13.884 852-8798/? I/[CT]: VIPER:RELOC: Reloc Lost Tracking Loop Detection: Removing map from history 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
2022-07-22 10:18:13.896 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:13.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:13.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.005 8615-8978/? I/VrApi: FPS=59/72,Prd=47ms,Tear=0,Early=7,Stale=14,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.82ms,App=15.62ms,GD=0.00ms,CPU&GPU=27.23ms,LCnt=1(DR72,LM0),GPU%=1.00,CPU%=0.40(W0.86),DSF=1.00,CFL=19.83/24.35
2022-07-22 10:18:14.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.282 760-8755/? E/SensorService: HMD IMU samples delayed: 7.829ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:14.431 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
2022-07-22 10:18:14.452 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.464 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
(min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
2022-07-22 10:18:14.472 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.760 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
2022-07-22 10:18:14.781 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.790 852-8783/? W/[CT]: VisionInterface: [Throttled count=6] Delayed IMU measurements detected! Capture Time: 736185.114470687 [sec], Arrival Time: 736185.122230749 [sec], Time Delta: 0.007760062 [sec]
2022-07-22 10:18:14.793 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:14.801 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:14.966 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:18:14.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.005 8615-8978/? I/VrApi: FPS=60/72,Prd=47ms,Tear=0,Early=0,Stale=12,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.82ms,App=15.63ms,GD=0.00ms,CPU&GPU=28.08ms,LCnt=1(DR72,LM0),GPU%=1.00,CPU%=0.46(W0.91),DSF=1.00,CFL=19.90/22.31
2022-07-22 10:18:15.007 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.068 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:15.089 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.095 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:15.105 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:15.109 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.233 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:15.253 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.273 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(24.30, 3.01)]Matching:[MatchSuccess=1.000, MatchCost=(0.00103, 0.00000), #MatchedBlobs=(13.26, 1.21), #MatchedLeds=(6.90, 0.22), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.172, 1.529), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.392, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:15.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.294 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.306 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(24.32, 3.05)]Matching:[MatchSuccess=1.000, MatchCost=(0.00672, 0.00000), #MatchedBlobs=(9.02, 0.67), #MatchedLeds=(7.05, 0.05), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.611, 1.807), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.432, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:15.315 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.459 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:18:15.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.492 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736185.544615s, requested: 736135.368377s
2022-07-22 10:18:15.501 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.810 760-8755/? E/SensorService: HMD IMU samples delayed: 7.688ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:15.933 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:18:15.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.966 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:15.974 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.995 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:15.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.5,Jit=0.4mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.2ms,g=2.0,I=75,Ir=11939.0)(5.7ms,g=4.0,I=83,Ir=3674.4)(5.7ms,g=4.0,I=66,Ir=2941.5)(4.8ms,g=3.0,I=76,Ir=5279.2)
2022-07-22 10:18:16.005 8615-8978/? I/VrApi: FPS=61/72,Prd=47ms,Tear=0,Early=5,Stale=10,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.83ms,App=14.85ms,GD=0.00ms,CPU&GPU=26.15ms,LCnt=1(DR72,LM0),GPU%=0.99,CPU%=0.51(W0.91),DSF=1.00,CFL=19.71/25.13
2022-07-22 10:18:16.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:16.365 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:18:16.385 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:16.400 8615-8636/? I/Unity: Changing UI State from Running to RunningWithMenu
myapp.ApplicationUIState:setUIState(UIState)
TouchableMenu:EnterMode(ModeType)
myapp.HandControllerInput:Update()
2022-07-22 10:18:16.401 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.ApplicationUIState:resetHMDUIGameObjects(UIState, UIState)
myapp.ApplicationUIState:setUIState(UIState)
TouchableMenu:EnterMode(ModeType)
myapp.HandControllerInput:Update()
2022-07-22 10:18:16.407 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:16.983 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 28 lines
2022-07-22 10:18:17.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.005 8615-8978/? I/VrApi: FPS=59/72,Prd=47ms,Tear=0,Early=5,Stale=20,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.83ms,App=17.04ms,GD=0.00ms,CPU&GPU=29.13ms,LCnt=1(DR72,LM0),GPU%=0.91,CPU%=0.59(W0.65),DSF=1.00,CFL=19.69/25.03
2022-07-22 10:18:17.024 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.034 760-8755/? E/SensorService: HMD IMU samples delayed: 7.397ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:17.439 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
2022-07-22 10:18:17.459 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:18:17.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.500 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:18:17.500 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.809 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:18:17.829 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.845 852-8783/? W/[CT]: VisionInterface: [Throttled count=10] Delayed IMU measurements detected! Capture Time: 736188.169719738 [sec], Arrival Time: 736188.177396113 [sec], Time Delta: 0.007676375 [sec]
2022-07-22 10:18:17.850 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:17.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:17.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.005 8615-8978/? I/VrApi: FPS=53/72,Prd=49ms,Tear=0,Early=8,Stale=21,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1555MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.82ms,App=16.44ms,GD=0.00ms,CPU&GPU=28.06ms,LCnt=1(DR72,LM0),GPU%=1.00,CPU%=0.50(W0.58),DSF=1.00,CFL=19.88/26.12
2022-07-22 10:18:18.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.052 852-8752/? I/[CT]: boltlib: DSP utilization: 6.02 % (301 / 5000 ms)
2022-07-22 10:18:18.056 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.351 760-8755/? E/SensorService: HMD IMU samples delayed: 4.168ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:18.672 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 30 lines
2022-07-22 10:18:18.693 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.713 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:18.713 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.816 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:18.836 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.846 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
If you are with other people, use the same points when prompted.
TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
myapp.SideBarUIActions:CalibrateButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:18:18.857 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.874 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:18.878 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:18.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.964 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:18.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:18.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=28,Mem=76.5,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(4.1ms,g=2.0,I=74,Ir=9091.1)(5.8ms,g=5.0,I=85,Ir=2939.9)(5.8ms,g=5.0,I=61,Ir=2112.8)(3.8ms,g=3.0,I=74,Ir=6621.3)
2022-07-22 10:18:19.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.005 8615-8978/? I/VrApi: FPS=55/72,Prd=49ms,Tear=0,Early=0,Stale=17,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.82ms,App=17.40ms,GD=0.00ms,CPU&GPU=30.34ms,LCnt=1(DR72,LM0),GPU%=1.00,CPU%=0.52(W0.73),DSF=1.00,CFL=19.87/22.93
2022-07-22 10:18:19.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.640 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 30 lines
2022-07-22 10:18:19.660 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.673 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:19.681 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.784 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:19.804 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.822 8615-8636/? I/Unity: Changing UI State from RunningWithMenu to CalibratingSimpleOnly
myapp.ApplicationUIState:setUIState(UIState)
TwoButtonDialog:OnFirstButtonClicked()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:smile:oProcess()
2022-07-22 10:18:19.825 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:19.827 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
2022-07-22 10:18:19.827 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
2022-07-22 10:18:19.827 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:18:19.828 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
2022-07-22 10:18:19.828 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
2022-07-22 10:18:19.829 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:19.830 8615-8636/? I/Unity: Reseting camera objects.
Calibration:resetCameraObjects()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:19.830 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:19.830 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:19.834 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:19.837 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
2022-07-22 10:18:19.837 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
2022-07-22 10:18:19.837 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1017, num layers 1.
2022-07-22 10:18:19.838 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
2022-07-22 10:18:19.838 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
2022-07-22 10:18:19.842 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
2022-07-22 10:18:19.842 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1017 for client 2204659461.
2022-07-22 10:18:19.842 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1017 is being paused false
2022-07-22 10:18:19.861 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
2022-07-22 10:18:19.862 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
2022-07-22 10:18:19.862 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
2022-07-22 10:18:19.863 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
2022-07-22 10:18:19.848 760-760/? W/HwBinder:760_4: type=1400 audit(0.0:1605): avc: denied { getattr } for path="/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
2022-07-22 10:18:19.863 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
2022-07-22 10:18:19.866 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
2022-07-22 10:18:19.866 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
2022-07-22 10:18:19.866 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736190.198883612 ns.
2022-07-22 10:18:19.866 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 26.178571761 seconds.
2022-07-22 10:18:19.867 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
2022-07-22 10:18:19.867 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Allocating framebuffers for layer 1017 of size 640x640, internal format 0x822b, depth buffer type 0, swap chain length 2.
2022-07-22 10:18:19.867 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:18:19.867 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:18:19.868 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:18:19.870 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
2022-07-22 10:18:19.870 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
2022-07-22 10:18:19.871 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
2022-07-22 10:18:19.874 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 353
2022-07-22 10:18:19.875 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:18:19.875 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 354
2022-07-22 10:18:19.875 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: minFilter=1 magFilter=1 wrapModeS=2 warpModeT=2 maxAniso=1.000000 border={0.000000,0.000000,0.000000,0.000000} swizzle={0,0,0,1}
2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9127
2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9127 to prime gold (7)
2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
2022-07-22 10:18:19.884 850-1452/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: computeIteration: (every 30 seconds), Streaming: OFF, Passthrough: ON, Playspace: OFF, IntrusionDetection: OFF.
2022-07-22 10:18:19.888 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 0
2022-07-22 10:18:19.888 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1547us, frametime 25567286us
2022-07-22 10:18:19.891 850-1452/? I/[CT]: MIXEDREALITY: PassthroughMesh: update: Clearing 0 previous mesh points (previous timestamp 0, current 736190.203089466).
2022-07-22 10:18:20.005 8615-8978/? I/VrApi: FPS=54/72,Prd=49ms,Tear=0,Early=5,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.81ms,App=17.42ms,GD=0.00ms,CPU&GPU=31.41ms,LCnt=1(DR72,LM0),GPU%=0.99,CPU%=0.57(W1.00),DSF=1.00,CFL=19.75/21.61
2022-07-22 10:18:20.020 18506-9129/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1057 android.content.ContextWrapper.sendBroadcast:448 X.oC.A00:143 X.o1.A00:17 X.o1.handleMessage:90
2022-07-22 10:18:20.518 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736190.563547s, requested: 736135.368377s
2022-07-22 10:18:20.889 760-8755/? E/SensorService: HMD IMU samples delayed: 6.160ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:20.889 852-8783/? W/[CT]: VisionInterface: [Throttled count=2] Delayed IMU measurements detected! Capture Time: 736191.214116976 [sec], Arrival Time: 736191.221349757 [sec], Time Delta: 0.007232781 [sec]
2022-07-22 10:18:21.005 8615-8978/? I/VrApi: FPS=58/72,Prd=50ms,Tear=0,Early=28,Stale=12,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.69ms,GD=0.00ms,CPU&GPU=18.27ms,LCnt=2(DR72,LM2),GPU%=0.29,CPU%=0.50(W0.71),DSF=1.00,CFL=19.82/21.61
2022-07-22 10:18:21.145 8615-8636/? I/Unity: Going to captureImage(...)
myapp.Thumbnails:captureImage(Int64, GameObject, VRDestination, GameObject, ScheduledScreenshot, ThumbnailDestination, Int32, Int32, Single)
myapp.<captureRecentExperienceThumbnail>d__18:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
2022-07-22 10:18:21.257 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:18:21.268 8615-8636/? W/Unity: Can't set custom eye projection matrix when not in multipass mode
UnityEngine.Rendering.PostProcessing.TemporalAntialiasing:ConfigureStereoJitteredProjectionMatrices(PostProcessRenderContext)
UnityEngine.Rendering.PostProcessing.PostProcessLayer:Render(PostProcessRenderContext)
UnityEngine.Rendering.PostProcessing.PostProcessLayer:BuildCommandBuffers()
UnityEngine.Rendering.PostProcessing.PostProcessLayer:OnPreCull()
[ line -906706072]
2022-07-22 10:18:21.268 8615-8636/? W/Unity: Can't set custom eye projection matrix when not in multipass mode
UnityEngine.Rendering.PostProcessing.TemporalAntialiasing:ConfigureStereoJitteredProjectionMatrices(PostProcessRenderContext)
UnityEngine.Rendering.PostProcessing.PostProcessLayer:Render(PostProcessRenderContext)
UnityEngine.Rendering.PostProcessing.PostProcessLayer:BuildCommandBuffers()
UnityEngine.Rendering.PostProcessing.PostProcessLayer:OnPreCull()
[ line -906706072]
2022-07-22 10:18:21.371 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 35.70101, 66.7115384615385, Performance, CLASSIC,Empty,World Center
SceneAnalyzer:ReportFPS()
SceneAnalyzer:Update()
2022-07-22 10:18:21.382 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
2022-07-22 10:18:21.398 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:21.535 8615-8636/? I/Unity: Going to save recent experience thumbnail here: /storage/emulated/10/Android/data/com.mycompany.myapp/files/thumbnails/257694675.jpg
myapp.Thumbnails:StoreRenderedTexture(RenderTexture)
ThumbnailCamera:OnPostRender()
2022-07-22 10:18:21.539 8615-8636/? W/Unity: Releasing render texture that is set to be RenderTexture.active!
myapp.Thumbnails:StoreRenderedTexture(RenderTexture)
ThumbnailCamera:OnPostRender()
[ line -906828344]
2022-07-22 10:18:21.550 8615-8636/? E/Unity: Releasing render texture that is set as Camera.targetTexture!
2022-07-22 10:18:21.559 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:21.580 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:21.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:21.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=25,Mem=76.5,Jit=0.4mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.8ms,g=3.0,I=75,Ir=6637.6)(5.9ms,g=7.0,I=82,Ir=1995.9)(5.9ms,g=7.0,I=67,Ir=1633.3)(4.1ms,g=2.0,I=75,Ir=9248.6)
2022-07-22 10:18:22.005 8615-8978/? I/VrApi: FPS=72/72,Prd=56ms,Tear=0,Early=68,Stale=3,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=4.71ms,GD=0.00ms,CPU&GPU=17.59ms,LCnt=2(DR72,LM2),GPU%=0.22,CPU%=0.44(W1.00),DSF=1.00,CFL=20.04/21.50
2022-07-22 10:18:22.418 760-8755/? E/SensorService: HMD IMU samples delayed: 7.367ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:22.605 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:22.750 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "ChairsPlantsLights_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.750 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt01_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.751 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt02_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.751 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt03_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.752 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt04_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.752 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt05_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.753 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "DallasDirtt06_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.753 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "FloorCeiling_Bake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.753 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Lights_NoBake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.754 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "Transparent_NoBake"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.754 8615-8636/? E/Unity: CollisionMeshData couldn't be created because the mesh has been marked as non-accessible. Mesh asset path "" Mesh name "GlassChair_Texture"
Calibration:showHiddenGeometry()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
[ line -906695976]
2022-07-22 10:18:22.755 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.755 8615-8636/? I/Unity: No Boundary Points available for Calibration.
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.756 8615-8636/? E/Unity: resetMenuLocationImmediate called.
BillboardMenu:resetMenuLocationImmediate()
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.756 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Running
myapp.ApplicationUIState:setUIState(UIState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.760 8615-8636/? I/Unity: Going to new state: CalibratingStagePose
Calibration:setCalibrationState(CalibrationState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.761 8615-8636/? I/Unity: Enabling Compass
Calibration:setCalibrationState(CalibrationState)
myapp.HandControllerInput:calibrate2ndPointFinished()
myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
myapp.HandControllerInput:Update()
2022-07-22 10:18:22.763 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1017.
2022-07-22 10:18:22.764 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
2022-07-22 10:18:22.764 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
2022-07-22 10:18:22.764 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
2022-07-22 10:18:22.764 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
2022-07-22 10:18:22.764 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
2022-07-22 10:18:22.764 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
2022-07-22 10:18:22.764 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
2022-07-22 10:18:22.765 8615-8636/? I/Unity: Calibration: Calibrating to Stage: 4576010753585339648 [0] time=56.0081
Calibration:Update()
2022-07-22 10:18:22.766 8615-8636/? I/Unity: Going to new state: NormalRunning
Calibration:setCalibrationState(CalibrationState)
Calibration:Update()
2022-07-22 10:18:22.766 8615-8636/? I/Unity: Disabling Compass
Calibration:setCalibrationState(CalibrationState)
Calibration:Update()
2022-07-22 10:18:22.768 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:22.773 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1017 was queued for destruction
2022-07-22 10:18:22.773 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1017.
2022-07-22 10:18:22.774 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=353
2022-07-22 10:18:22.774 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=354
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.9 seconds:
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2908.3 ms
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - rates: rendering: 70.8/72.0, images: 29.9/0.0, geometry: 29.9, texture: 29.9, tex coord: 0.0 fps
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - latencies (min/avg/max): stereo images: 13.1,20.0,26.8, color images: 0.0,0.0,0.0, photon-to-geometry: 50.4,319.2,22128.1, photon-to-texture: 39.9,55.0,70.6 ms
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain grayscale: 6.0/6.5 color: 0.0/0.0
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.9 seconds:
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.6 minutes
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 87.0 (87.0/0.0)
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - avg exp/gain stereo: 6.0/6.5 depth: 0.0/0.0
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - cvp per frame (stereo/depth): count: 6325.7/0.0, extracted: 13512.8/0.0, sparsified: 6325.7/0.0
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 292728.0, temporal hist: 416614.0
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - points: new: 540228.0, prior: 408982.0, primary: 326893.0, secondary: 88038.0
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - per frame: primary: 0.0,3757.4,4448.0, secondary: 634.0,1011.9,2884.0, prev mesh: 0.0,0.0,0.0 solver 29.7
2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
2022-07-22 10:18:22.776 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
2022-07-22 10:18:22.776 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:18:22.777 760-9126/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
2022-07-22 10:18:22.777 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
2022-07-22 10:18:22.777 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
2022-07-22 10:18:22.777 850-19973/? I/[CT]: MIXEDREALITY: MrSystemService: FramesetTelemetry: valid: 450/450, stereo/depth/color: avail: 450/ 0/ 0, accepted %: 100.0/0.0/0.0, dropped %: 0.0/0.0/0.0, valid %: 100.0/0.0/0.0, textured %: 100.0/0.0/0.0.
2022-07-22 10:18:22.777 850-19973/? I/[CT]: MIXEDREALITY: MrSystemService: FramesetTelemetry: timeouts stereo/color: compute side: 0/0, render side: 0/0, egl: 0.
2022-07-22 10:18:22.777 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:22.814 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:22.842 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:22.844 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
2022-07-22 10:18:22.871 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:22.928 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:22.958 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:18:22.955 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:22.983 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.005 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=2092MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:23.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.039 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.054 852-8752/? I/[CT]: boltlib: DSP utilization: 5.79 % (289 / 5002 ms)
2022-07-22 10:18:23.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.433 760-8755/? E/SensorService: HMD IMU samples delayed: 7.459ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:23.913 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 33 lines
2022-07-22 10:18:23.934 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.941 852-8783/? W/[CT]: VisionInterface: [Throttled count=5] Delayed IMU measurements detected! Capture Time: 736194.266449329 [sec], Arrival Time: 736194.273896214 [sec], Time Delta: 0.007446885 [sec]
2022-07-22 10:18:23.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:23.975 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:23.995 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:24.005 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:24.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:24.448 760-8755/? E/SensorService: HMD IMU samples delayed: 6.095ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:24.940 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 45 lines
2022-07-22 10:18:24.961 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:24.970 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:24.981 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:24.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=23,Mem=76.5,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.4ms,g=2.0,I=75,Ir=6987.6)(6.7ms,g=6.0,I=85,Ir=2115.9)(6.7ms,g=6.0,I=65,Ir=1631.7)(4.4ms,g=2.0,I=75,Ir=8643.7)
2022-07-22 10:18:25.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.005 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2485MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:25.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.063 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:25.083 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.095 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:25.104 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.108 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:25.124 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.268 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:18:25.288 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.305 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(25.19, 2.73)]Matching:[MatchSuccess=1.000, MatchCost=(0.00139, 0.00000), #MatchedBlobs=(12.19, 1.95), #MatchedLeds=(6.64, 1.17), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.046, 1.049), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.007, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:25.309 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.329 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.338 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(25.17, 2.72)]Matching:[MatchSuccess=1.000, MatchCost=(0.00537, 0.00001), #MatchedBlobs=(11.34, 0.86), #MatchedLeds=(7.09, 0.09), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.508, 1.221), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.346, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:25.350 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.494 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:18:25.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:25.522 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736195.573647s, requested: 736135.368377s
2022-07-22 10:18:25.535 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:26.129 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 29 lines
2022-07-22 10:18:26.150 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:26.158 8615-8978/? I/Telemetry: App memory usage: PSS=1127MB DalvikPSS=0 MB PrivateDirty=1032MB PrivateClean=76MB
2022-07-22 10:18:26.159 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:26.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:26.484 760-8755/? E/SensorService: HMD IMU samples delayed: 5.989ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:26.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 39 lines
2022-07-22 10:18:26.991 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:27.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.115 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:27.135 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.153 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
2022-07-22 10:18:27.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.443 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
2022-07-22 10:18:27.464 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:18:27.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:18:27.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.543 760-8755/? E/SensorService: HMD IMU samples delayed: 6.478ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:27.935 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
2022-07-22 10:18:27.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:27.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:27.996 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=26,Mem=76.5,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.9ms,g=2.0,I=74,Ir=9533.6)(6.1ms,g=5.0,I=84,Ir=2760.0)(6.1ms,g=5.0,I=65,Ir=2139.9)(3.2ms,g=2.0,I=75,Ir=11865.2)
2022-07-22 10:18:27.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:28.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:28.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:28.039 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:28.056 852-8752/? I/[CT]: boltlib: DSP utilization: 5.12 % (255 / 5001 ms)
2022-07-22 10:18:28.059 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:28.075 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
2022-07-22 10:18:28.079 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:28.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
2022-07-22 10:18:29.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:29.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.044 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:29.065 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.079 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
2022-07-22 10:18:29.085 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.598 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 25 lines
2022-07-22 10:18:29.618 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.631 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
(min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
2022-07-22 10:18:29.639 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:29.967 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 16 lines
2022-07-22 10:18:29.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:30.008 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.536 760-8755/? E/SensorService: HMD IMU samples delayed: 6.495ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:30.501 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
2022-07-22 10:18:30.521 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.536 852-8783/? W/[CT]: VisionInterface: [Throttled count=3] Delayed IMU measurements detected! Capture Time: 736200.860630087 [sec], Arrival Time: 736200.868144233 [sec], Time Delta: 0.007514146 [sec]
2022-07-22 10:18:30.542 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.550 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736200.601604s, requested: 736135.368377s
2022-07-22 10:18:30.562 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.932 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 18 lines
2022-07-22 10:18:30.953 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:30.973 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:30.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=28,Mem=76.5,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.6ms,g=2.0,I=73,Ir=10212.6)(5.5ms,g=5.0,I=83,Ir=3020.5)(5.5ms,g=5.0,I=64,Ir=2331.8)(3.2ms,g=2.0,I=74,Ir=11483.7)
2022-07-22 10:18:31.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:31.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:31.835 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 40 lines
2022-07-22 10:18:31.855 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:31.870 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:31.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:31.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:31.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:32.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.030 18752-18780/? I/GuardianInput: LeftTrigger down
2022-07-22 10:18:32.040 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.055 760-8755/? E/SensorService: HMD IMU samples delayed: 6.074ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:32.061 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.070 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:32.081 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.164 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:32.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.188 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:32.189 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 14.231, Duration: -1.000 sec, TimeStamp: 736202.500000 sec
2022-07-22 10:18:32.205 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.246 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:32.266 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.267 18752-18780/? I/GuardianInput: LeftTrigger up
2022-07-22 10:18:32.287 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.307 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:32.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.347 18752-18780/? I/GuardianInput: LeftTrigger down
2022-07-22 10:18:32.349 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.369 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.387 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:32.390 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.410 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.427 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:32.431 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.451 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.467 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 12.475, Duration: -1.000 sec, TimeStamp: 736202.750000 sec
2022-07-22 10:18:32.472 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.923 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
2022-07-22 10:18:32.943 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.947 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:32.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:32.985 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:33.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:33.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.046 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:33.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.067 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:33.086 852-8752/? I/[CT]: boltlib: DSP utilization: 5.53 % (277 / 5029 ms)
2022-07-22 10:18:33.087 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.190 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:33.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.226 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:33.231 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.265 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:33.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.395 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:33.416 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.425 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:33.436 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.457 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.465 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:33.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.601 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:33.621 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.625 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:33.642 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.662 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.665 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:33.683 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.929 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
2022-07-22 10:18:33.949 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.963 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:33.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.991 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:33.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=28,Mem=76.5,Jit=0.1mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(3.7ms,g=3.0,I=75,Ir=6825.0)(6.5ms,g=6.0,I=87,Ir=2256.4)(6.5ms,g=6.0,I=62,Ir=1603.5)(5.3ms,g=2.0,I=75,Ir=7107.8)
2022-07-22 10:18:34.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:34.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.023 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:34.031 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.195 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:18:34.216 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.222 18752-18780/? I/GuardianInput: LeftTrigger up
2022-07-22 10:18:34.236 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.318 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:34.339 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.343 18752-18780/? I/GuardianInput: LeftTrigger down
2022-07-22 10:18:34.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.462 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:34.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.502 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:34.503 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.593 760-8755/? E/SensorService: HMD IMU samples delayed: 6.077ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:34.564 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:34.585 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.593 852-8783/? W/[CT]: VisionInterface: Delayed IMU measurements detected! Capture Time: 736204.918626419 [sec], Arrival Time: 736204.925788710 [sec], Time Delta: 0.007162291 [sec]
2022-07-22 10:18:34.593 760-8755/? W/SensorService: Arrival timestamp too late
2022-07-22 10:18:34.606 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.625 760-8755/? W/SensorService: Arrival timestamp too early
2022-07-22 10:18:34.708 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:34.729 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.739 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:34.749 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.790 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:34.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.818 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:34.819 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 6.264, Duration: -1.000 sec, TimeStamp: 736205.125000 sec
2022-07-22 10:18:34.832 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:34.975 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
2022-07-22 10:18:34.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:35.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.018 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:35.037 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.058 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.064 18752-18780/? I/GuardianInput: RightTrigger down
2022-07-22 10:18:35.078 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.098 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.103 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:35.104 18752-18780/? I/GuardianInput: LeftTrigger up
2022-07-22 10:18:35.111 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=1.000, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
2022-07-22 10:18:35.119 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.201 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:35.222 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.225 18752-18780/? I/GuardianInput: RightTrigger up
2022-07-22 10:18:35.242 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.304 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:35.324 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.339 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(21.57, 4.15)]Matching:[MatchSuccess=1.000, MatchCost=(0.00120, 0.00000), #MatchedBlobs=(11.10, 1.78), #MatchedLeds=(6.26, 0.80), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(8.943, 0.898), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.159, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:35.345 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.365 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.373 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(21.57, 4.15)]Matching:[MatchSuccess=1.000, MatchCost=(0.00365, 0.00001), #MatchedBlobs=(8.32, 1.61), #MatchedLeds=(7.00, 0.02), RematchM=0.000, SkipRefine=0.000] MatchMethod:[Prox=1.000, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(9.158, 1.065), RematchF=0.000] FusionUpdates:[Successful=1.000, Reliable=1.000, TightFusion=1.000, FullPose=0.000, StaticPrior=0.000, StaticForHandTrans=0.369, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
2022-07-22 10:18:35.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.432 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 8, frame seqId: 3
2022-07-22 10:18:35.432 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
2022-07-22 10:18:35.432 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
2022-07-22 10:18:35.465 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
2022-07-22 10:18:35.427 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:35.448 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.467 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
2022-07-22 10:18:35.468 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.469 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
2022-07-22 10:18:35.489 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.550 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
2022-07-22 10:18:35.571 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.583 18752-18780/? W/OsSdk: Requested historical tracking state too far in the past; oldest: 736205.629610s, requested: 736135.368377s
2022-07-22 10:18:35.591 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.714 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:35.735 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.742 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 4.218, Duration: -1.000 sec, TimeStamp: 736206.062500 sec
2022-07-22 10:18:35.755 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:35.981 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
2022-07-22 10:18:36.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:36.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.515 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
2022-07-22 10:18:36.536 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.539 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
2022-07-22 10:18:36.539 18752-18780/? I/GuardianSystem: UpdateGuardianSystemState: Flags changed: 1572872, 1581064, SYSTEM_ROOM_SCALE_ACTIVE,SYSTEM_GUARDIAN_VALID,SYSTEM_PLAYSPACE_SCAN_WARNING to SYSTEM_ROOM_SCALE_ACTIVE,SYSTEM_GUARDIAN_VISIBLE,SYSTEM_GUARDIAN_VALID,SYSTEM_PLAYSPACE_SCAN_WARNING
2022-07-22 10:18:36.548 18752-18780/? W/GuardianOpenXrMgr: @@@ wait frame retry=10 dtWait=0.000001 dtFrame=71.550430 submittedFrameIndex=27688
2022-07-22 10:18:36.556 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=5, pri=1 ) succeeded
2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=5, pri=1 ) succeeded
2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=5, pri=1 ) succeeded
2022-07-22 10:18:36.577 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.925 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:18:36.946 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.964 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:36.966 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.987 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:36.998 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=31,Mem=76.5,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.2ms,g=3.0,I=70,Ir=4450.2)(6.5ms,g=6.0,I=86,Ir=2235.1)(6.5ms,g=6.0,I=64,Ir=1663.8)(5.1ms,g=3.0,I=75,Ir=4940.9)
2022-07-22 10:18:37.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:37.007 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.135 760-8755/? E/SensorService: HMD IMU samples delayed: 6.390ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:37.458 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
2022-07-22 10:18:37.479 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
2022-07-22 10:18:37.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.520 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: (every 10 seconds), screen is: ON, PT is: OFF, ID is: OFF
2022-07-22 10:18:37.520 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.622 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:37.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.643 852-8783/? W/[CT]: VisionInterface: [Throttled count=4] Delayed IMU measurements detected! Capture Time: 736207.968073272 [sec], Arrival Time: 736207.975583813 [sec], Time Delta: 0.007510541 [sec]
2022-07-22 10:18:37.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:37.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
2022-07-22 10:18:37.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.007 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:38.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.053 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:38.074 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.088 852-8752/? I/[CT]: boltlib: DSP utilization: 6.33 % (316 / 5002 ms)
2022-07-22 10:18:38.095 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.483 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
2022-07-22 10:18:38.504 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.507 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 15.114, Duration: -1.000 sec, TimeStamp: 736208.812500 sec
2022-07-22 10:18:38.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.647 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
2022-07-22 10:18:38.668 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.688 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 10.214, Duration: -1.000 sec, TimeStamp: 736209.000000 sec
2022-07-22 10:18:38.688 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:38.976 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
2022-07-22 10:18:38.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:39.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.057 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:39.078 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.084 852-8808/? W/[CT]: EXPCTRL: [Throttled count=1] Failed to find exposure settings in history.Setting the exposure commands is probably taking more than 3/4 frames
2022-07-22 10:18:39.098 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.201 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
2022-07-22 10:18:39.222 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.231 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 20.831, Duration: -1.000 sec, TimeStamp: 736209.562500 sec
2022-07-22 10:18:39.242 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.283 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:39.303 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.315 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 42.349, Duration: 0.002 sec, TimeStamp: 736209.625000 sec
2022-07-22 10:18:39.324 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.345 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
2022-07-22 10:18:39.365 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.371 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 48.604, Duration: 0.002 sec, TimeStamp: 736209.687500 sec
2022-07-22 10:18:39.385 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 34.881, Duration: -1.000 sec, TimeStamp: 736209.687500 sec
2022-07-22 10:18:39.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.674 760-8755/? E/SensorService: HMD IMU samples delayed: 6.790ms between sample arrivals (expected 1.000ms)
2022-07-22 10:18:39.734 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
2022-07-22 10:18:39.755 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.772 852-8787/? I/[CT]: CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
2022-07-22 10:18:39.775 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
2022-07-22 10:18:39.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.964 852-8798/? I/[CT]: VIPER:MAP_MANAGER: State: TrackingPersistent, UUID=5e90241e-f7ba-c855-10c8-c67a9ff2ad56, Num. Persistent maps = 3, Persistent maps:55987ef3-fa6e-702c-9cb1-816f7ef48704,256e665c-18ac-713a-7555-4accd2312abc,5e90241e-f7ba-c855-10c8-c67a9ff2ad56,
2022-07-22 10:18:39.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:39.998 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=33,Mem=76.5,Jit=0.2mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(5.8ms,g=4.0,I=70,Ir=3058.0)(5.1ms,g=5.0,I=81,Ir=3182.7)(5.1ms,g=5.0,I=68,Ir=2708.3)(4.0ms,g=3.0,I=75,Ir=6279.4)
2022-07-22 10:18:40.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.006 8615-8978/? I/VrApi: FPS=48/72,Prd=55ms,Tear=0,Early=56,Stale=22,VSnc=0,Lat=-1,Fov=3,CPU4/GPU=4/3,1478/525MHz,OC=FF,TA=0/0/0,SP=N/N/N,Mem=1353MHz,Free=2402MB,PLS=0,Temp=31.0C/0.0C,TW=0.86ms,App=2.78ms,GD=0.00ms,CPU&GPU=18.16ms,LCnt=2(DR72,LM2),GPU%=0.30,CPU%=0.52(W1.00),DSF=1.00,CFL=19.74/23.33
2022-07-22 10:18:40.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.103 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
2022-07-22 10:18:40.123 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.130 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] activated
2022-07-22 10:18:40.130 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1776.651s, behavior transition: None -> AtRest
2022-07-22 10:18:40.144 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.185 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
2022-07-22 10:18:40.205 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.224 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
2022-07-22 10:18:40.226 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.240 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] deactivated
2022-07-22 10:18:40.240 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1776.761s, behavior transition: AtRest -> None
2022-07-22 10:18:40.246 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.533 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
2022-07-22 10:18:40.554 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.564 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: large covariance-weighted vision correction : 580.81793 > 90
2022-07-22 10:18:40.564 852-8798/? W/[CT]: VEGA:PERCEPTUAL_HM: Bad tracking: tracker health is bad
2022-07-22 10:18:40.564 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptual HM: bad tracking while exposing 6DoF. Delaying switch to 3DoF for 0.266666666 seconds.
2022-07-22 10:18:40.564 852-8798/? I/[CT]: VegaTracker: VegaTracker::track returned 319 track measurement(s) 73 track-to-landmark association(s) and 15 closed track ID(s) while reporting poor tracking quality. (isTrackerHealthy = false, isMapTrackingHealthy = true)
2022-07-22 10:18:40.575 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
2022-07-22 10:18:40.585 852-8798/? I/[CT]: VIPER: [Throttled count=12] Image mean intensities (per camera): 71.76, 81.25, 63.03, 72.75
2022-07-22 10:18:40.587 852-8798/? I/[CT]: VegaTracker: [Throttled count=7] Performing big search to recover from ba