Search Unity

Bug Disabling Quest Passthrough at runtime leads to Freezes

Discussion in 'VR' started by rwblodgett, Jul 22, 2022.

  1. rwblodgett

    rwblodgett

    Joined:
    Apr 4, 2017
    Posts:
    67
    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:

    Code (CSharp):
    1. 7 8638-8638/? D/wifitelemetry: Will use the default report interval
    2. 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
    3. 2022-07-22 10:11:22.917 8638-8638/? I/wifitelemetry: Property ro.product.device = hollywood
    4. 2022-07-22 10:11:22.918 8638-8638/? I/wifitelemetry: Report rate is set to 30
    5. 2022-07-22 10:11:22.924 18097-19552/? E/AppOps: startOperation
    6.     java.lang.SecurityException: Specified package wifitelemetry under uid 1000 but it is really -1
    7.         at com.android.server.appop.AppOpsService.verifyAndGetIsPrivileged(AppOpsService.java:2654)
    8.         at com.android.server.appop.AppOpsService.startOperation(AppOpsService.java:2235)
    9.         at android.app.AppOpsManager.startOpNoThrow(AppOpsManager.java:5469)
    10.         at android.app.AppOpsManager.startOpNoThrow(AppOpsManager.java:5450)
    11.         at com.android.server.power.Notifier.onWakeLockAcquired(Notifier.java:224)
    12.         at com.android.server.power.PowerManagerService.notifyWakeLockAcquiredLocked(PowerManagerService.java:1270)
    13.         at com.android.server.power.PowerManagerService.acquireWakeLockInternal(PowerManagerService.java:1105)
    14.         at com.android.server.power.PowerManagerService.access$3900(PowerManagerService.java:116)
    15.         at com.android.server.power.PowerManagerService$BinderService.acquireWakeLock(PowerManagerService.java:4333)
    16.         at android.os.IPowerManager$Stub.onTransact(IPowerManager.java:349)
    17.         at android.os.Binder.execTransactInternal(Binder.java:1021)
    18.         at android.os.Binder.execTransact(Binder.java:994)
    19. 2022-07-22 10:11:22.924 8638-8638/? I/wifitelemetry: report() is invoked
    20. 2022-07-22 10:11:22.931 8638-8638/? I/wifitelemetry: Entering: getStation
    21. 2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: getPowerManagement
    22. 2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: getChannelSurvey
    23. 2022-07-22 10:11:22.932 8638-8638/? D/wifitelemetry: powerSaveEnabled = 1, gotPowerSaveSettings = 1
    24. 2022-07-22 10:11:22.932 8638-8638/? I/wifitelemetry: Entering: triggerScan
    25. 2022-07-22 10:11:23.376 18037-18050/? D/audio_hw_primary: out_standby: enter: stream (0xef239000) usecase(1: low-latency-playback)
    26. 2022-07-22 10:11:23.403 18037-18050/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
    27. 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)
    28. 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
    29. 2022-07-22 10:11:23.404 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    30. 2022-07-22 10:11:23.404 18037-18050/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
    31. 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)
    32. 2022-07-22 10:11:23.410 18037-18050/? D/audio_hw_primary: out_standby: exit
    33. 2022-07-22 10:11:24.423 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
    34. 2022-07-22 10:11:24.423 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
    35. 2022-07-22 10:11:26.229 8638-8638/? I/wifitelemetry: Event 34
    36. 2022-07-22 10:11:26.229 8638-8638/? I/wifitelemetry: Entering: getCurrentScan
    37. 2022-07-22 10:11:26.231 18036-18036/? I/wificond: Received external scan result notification from kernel.
    38. 2022-07-22 10:11:26.231 18097-18407/? D/WificondControl: Scan result ready event
    39. 2022-07-22 10:11:26.231 8638-8638/? E/wifitelemetry: netlink connection failed
    40. 2022-07-22 10:11:26.235 8638-8638/? I/wifitelemetry: Connected to the WiFi HAL
    41. 2022-07-22 10:11:26.347 8638-8638/? I/wifitelemetry: TelemetryConnector has been initialized
    42. 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
    43. 2022-07-22 10:11:26.348 8638-8641/? E/GatekeeperClient: Failed to connect to GatekeeperService.
    44. 2022-07-22 10:11:26.350 8638-8638/? D/wifitelemetry: Recorded the telemetry event
    45. 2022-07-22 10:11:26.351 18097-18407/? E/AppOps: Cannot finishOperation
    46.     java.lang.SecurityException: Specified package wifitelemetry under uid 1000 but it is really -1
    47.         at com.android.server.appop.AppOpsService.verifyAndGetIsPrivileged(AppOpsService.java:2654)
    48.         at com.android.server.appop.AppOpsService.finishOperation(AppOpsService.java:2329)
    49.         at android.app.AppOpsManager.finishOp(AppOpsManager.java:5485)
    50.         at com.android.server.power.Notifier.onWakeLockReleased(Notifier.java:334)
    51.         at com.android.server.power.PowerManagerService.notifyWakeLockReleasedLocked(PowerManagerService.java:1327)
    52.         at com.android.server.power.PowerManagerService.removeWakeLockLocked(PowerManagerService.java:1211)
    53.         at com.android.server.power.PowerManagerService.releaseWakeLockInternal(PowerManagerService.java:1183)
    54.         at com.android.server.power.PowerManagerService.access$4000(PowerManagerService.java:116)
    55.         at com.android.server.power.PowerManagerService$BinderService.releaseWakeLock(PowerManagerService.java:4349)
    56.         at android.os.IPowerManager$Stub.onTransact(IPowerManager.java:377)
    57.         at android.os.Binder.execTransactInternal(Binder.java:1021)
    58.         at android.os.Binder.execTransact(Binder.java:994)
    59. 2022-07-22 10:11:26.351 8638-8638/? W/OsSdk: Events discarded = 0
    60. 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
    61. 2022-07-22 10:11:27.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    62. 2022-07-22 10:11:28.012 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
    63. 2022-07-22 10:11:29.022 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    64. 2022-07-22 10:11:29.612 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.08ms>
    65. 2022-07-22 10:11:29.613 18035-18070/? I/netd: firewallSetUidRule(2, 1010018, 2) <0.05ms>
    66. 2022-07-22 10:11:35.125 18097-18126/? I/UsageStatsService: User[0] Flushing usage stats to disk
    67. 2022-07-22 10:11:35.151 18097-18126/? W/AppIdleHistory: Skipping App Idle write for unexpected null package
    68. 2022-07-22 10:11:35.153 18097-18126/? I/UsageStatsService: User[10] Flushing usage stats to disk
    69. 2022-07-22 10:11:35.167 18097-18126/? W/AppIdleHistory: Skipping App Idle write for unexpected null package
    70. 2022-07-22 10:11:36.441 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.05ms>
    71. 2022-07-22 10:11:36.901 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
    72. 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
    73. 2022-07-22 10:11:37.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    74. 2022-07-22 10:11:38.116 18097-18407/? W/ActivityManager: Package for pid 850: no process record found
    75. 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
    76. 2022-07-22 10:11:47.176 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    77. 2022-07-22 10:11:48.025 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
    78. 2022-07-22 10:11:49.021 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    79. 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
    80. 2022-07-22 10:11:57.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    81. 2022-07-22 10:12:03.480 31716-31716/? D/[OAO] LowStorageNotificationScheduler: Storage Checks: Internal Free (50830729216)
    82. 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
    83. 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
    84. 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
    85. 2022-07-22 10:12:07.192 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    86. 2022-07-22 10:12:08.028 18594-20099/? I/Telemetry: App memory usage: PSS=33MB DalvikPSS=12 MB PrivateDirty=26MB PrivateClean=1MB
    87. 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
    88. 2022-07-22 10:12:09.021 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    89. 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
    90. 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
    91. 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
    92. 2022-07-22 10:12:17.200 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    93. 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
    94. 2022-07-22 10:12:27.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    95. 2022-07-22 10:12:28.028 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    96. 2022-07-22 10:12:29.036 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    97. 2022-07-22 10:12:29.609 18097-18127/? W/ActivityManager: Stopping service due to app idle: u0a18 -1m9s997ms com.oculus.appsafety/.AppSafetyService
    98. 2022-07-22 10:12:29.610 2748-2748/? D/AppSafetyService: Service stopping
    99. 2022-07-22 10:12:29.612 18097-551/? I/ActivityManager: Killing 2601:com.android.permissioncontroller/u0a12 (adj 995): empty #17
    100. 2022-07-22 10:12:29.612 18097-551/? I/ActivityManager: Killing 2552:com.oculus.identitymanagement.service/u0a32 (adj 995): empty #18
    101. 2022-07-22 10:12:29.615 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.02ms>
    102. 2022-07-22 10:12:29.615 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.02ms>
    103. 2022-07-22 10:12:29.634 18031-18031/? I/Zygote: Process 2601 exited due to signal 9 (Killed)
    104. 2022-07-22 10:12:29.634 18031-18031/? I/Zygote: Process 2552 exited due to signal 9 (Killed)
    105. 2022-07-22 10:12:29.635 18097-18407/? W/ActivityManager: Scheduling restart of crashed service com.oculus.identitymanagement.service/.job.IdentityManagementJobService in 1000ms
    106. 2022-07-22 10:12:29.643 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 10012 pid 2601 in 29ms
    107. 2022-07-22 10:12:29.643 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 10032 pid 2552 in 0ms
    108. 2022-07-22 10:12:30.026 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
    109. 2022-07-22 10:12:30.655 18031-18031/? D/Zygote: Forked child process 8658
    110. 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}
    111. 2022-07-22 10:12:30.668 8658-8658/? E/agement.servic: Not starting debugger since process cannot load the jdwp agent.
    112. 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
    113. 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
    114. 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
    115. 2022-07-22 10:12:30.700 8658-8658/? I/agement.servic: The ClassLoaderContext is a special shared library.
    116. 2022-07-22 10:12:30.715 8658-8658/? D/CapabilitiesDatabase: Build Capabilities Database
    117. 2022-07-22 10:12:30.727 8658-8658/? D/IdentityManagementJobService: onStartJob - starting async IMS jobs
    118. 2022-07-22 10:12:30.728 8658-8678/? D/IdentityManagementAsyncTask: doInBackground - working on IMS async tasks
    119. 2022-07-22 10:12:30.739 8658-8678/? D/UnifiedTelemetryLogger: UnifiedTelemetryLogger instance created
    120. 2022-07-22 10:12:30.739 8658-8678/? D/UnifiedTelemetryLogger: binding with UnifiedTelemetryService
    121. 2022-07-22 10:12:30.751 8658-8683/? D/MobileConfigBaseClient: connect()
    122. 2022-07-22 10:12:30.757 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.03ms>
    123. 2022-07-22 10:12:30.761 8658-8683/? D/MobileConfigBaseClient: awaitService()
    124. 2022-07-22 10:12:30.765 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.02ms>
    125. 2022-07-22 10:12:30.765 8658-8658/? D/MobileConfigBaseClient: Connected to MobileConfigService
    126. 2022-07-22 10:12:30.766 18097-19552/? I/ActivityManager: Killing 6517:oculus.platform/1000 (adj 995): empty #17
    127. 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] ]
    128. 2022-07-22 10:12:30.782 18031-18031/? I/Zygote: Process 6517 exited due to signal 9 (Killed)
    129. 2022-07-22 10:12:30.784 624-8686/? I/mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionless) params_map_v4_u0.txt
    130. 2022-07-22 10:12:30.785 624-8686/? I/mobileconfig: parsed v4 resource file for unittype: 1, config count: 31
    131. 2022-07-22 10:12:30.785 624-8686/? I/mobileconfig: Successfully parsed resource file for (unitType: kMobileConfigSessionless)
    132. 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
    133. 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
    134. 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
    135. 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
    136. 2022-07-22 10:12:30.791 624-8686/? I/mobileconfig: Parsed params maps: success=20; skipped=21; duplicates=19
    137. 2022-07-22 10:12:30.792 624-8686/? I/mobileconfig: Read one query hash from asset, it is = 2de83e156160585bd0daf6bd5d3d07d20a874483417eda6163448e766574a581
    138. 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
    139. 2022-07-22 10:12:30.806 8658-8690/? D/AccessTokenWorker: doWork fetch accesstoken
    140. 2022-07-22 10:12:30.808 8658-8691/? D/AccessTokenWorker: doWork fetch accesstoken
    141. 2022-07-22 10:12:30.809 624-8686/? I/mobileconfig: Using asset manager to stream (unitType: kMobileConfigSessionbased) params_map_v4_u0.txt
    142. 2022-07-22 10:12:30.809 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 6517 in 41ms
    143. 2022-07-22 10:12:30.809 624-8686/? I/mobileconfig: parsed v4 resource file for unittype: 2, config count: 31
    144. 2022-07-22 10:12:30.810 624-8686/? I/mobileconfig: Successfully parsed resource file for (unitType: kMobileConfigSessionbased)
    145. 2022-07-22 10:12:30.816 624-8686/? I/mobileconfig: Parsed params maps: success=20; skipped=21; duplicates=19
    146. 2022-07-22 10:12:30.817 624-8686/? I/mobileconfig: Read one query hash from asset, it is = 2de83e156160585bd0daf6bd5d3d07d20a874483417eda6163448e766574a581
    147. 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
    148. 2022-07-22 10:12:30.820 8658-8690/? D/WorkerLoggerHelper: log success for access_token_worker
    149. 2022-07-22 10:12:30.820 8658-8691/? D/WorkerLoggerHelper: log success for access_token_worker
    150. 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 } ]
    151. 2022-07-22 10:12:30.823 8658-8682/? I/WM-WorkerWrapper: Setting status to enqueued for 940c5dba-0869-409c-8dea-90cc97171343
    152. 2022-07-22 10:12:30.826 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.03ms>
    153. 2022-07-22 10:12:30.827 18097-18208/? D/ConnectivityService: Blocked status changed to true for 10032(87) on netId 101
    154. 2022-07-22 10:12:30.827 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 1) <0.01ms>
    155. 2022-07-22 10:12:30.828 18097-18208/? D/ConnectivityService: Blocked status changed to false for 10032(87) on netId 101
    156. 2022-07-22 10:12:30.830 18035-18070/? I/netd: firewallSetUidRule(2, 10032, 2) <0.02ms>
    157. 2022-07-22 10:12:30.830 18097-18208/? D/ConnectivityService: Blocked status changed to true for 10032(87) on netId 101
    158. 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 } ]
    159. 2022-07-22 10:12:30.836 8658-8682/? I/WM-WorkerWrapper: Setting status to enqueued for 587efc4a-27e7-4666-b0f0-78043f2283dc
    160. 2022-07-22 10:12:30.856 8658-8689/? D/MVanDatabase: Build ScreenTime Database
    161. 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)
    162. 2022-07-22 10:12:30.870 8658-8658/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
    163. 2022-07-22 10:12:30.880 8658-8698/? D/MVanScreenTimeUploadWorker: doWork MVanScreenTimeUploadWorker
    164. 2022-07-22 10:12:30.887 8658-8698/? D/WorkerLoggerHelper: log success for mvan_screen_time_upload_worker
    165. 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 } ]
    166. 2022-07-22 10:12:31.806 18097-18097/? I/RoleManagerService: Granting default permissions...
    167. 2022-07-22 10:12:31.806 18097-18126/? W/Searchables: No global search activity found
    168. 2022-07-22 10:12:31.809 18097-18194/? I/InputReader: Reconfiguring input devices.  changes=0x00000010
    169. 2022-07-22 10:12:31.822 18031-18031/? D/Zygote: Forked child process 8706
    170. 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}
    171. 2022-07-22 10:12:31.830 8706-8706/? E/ssioncontrolle: Not starting debugger since process cannot load the jdwp agent.
    172. 2022-07-22 10:12:31.886 8706-8706/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
    173. 2022-07-22 10:12:31.895 8706-8726/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
    174. 2022-07-22 10:12:32.122 18097-18126/? I/RoleUserState: Wrote roles.xml successfully
    175. 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
    176. 2022-07-22 10:12:37.220 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    177. 2022-07-22 10:12:40.889 8658-8697/? E/UserIdentityContextWorker: Request failed
    178.     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
    179.         at libcore.io.IoBridge.connectErrno(IoBridge.java:191)
    180.         at libcore.io.IoBridge.connect(IoBridge.java:135)
    181.         at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142)
    182.         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390)
    183.         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230)
    184.         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212)
    185.         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436)
    186.         at java.net.Socket.connect(Socket.java:621)
    187.         at okhttp3.internal.platform.AndroidPlatform.connectSocket(AndroidPlatform.java:68)
    188.         at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:220)
    189.         at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:146)
    190.         at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:186)
    191.         at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
    192.         at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
    193.         at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
    194.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    195.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    196.         at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
    197.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    198.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    199.         at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
    200.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    201.         at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
    202.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    203.         at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    204.         at okhttp3.RealCall$AsyncCall.execute(RealCall.java:2179)
    205.         at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
    206.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
    207.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
    208.         at java.lang.Thread.run(Thread.java:919)
    209. 2022-07-22 10:12:40.889 8658-8697/? D/WorkerLoggerHelper: log failure for user_identity_context_worker
    210. 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 } ]
    211. 2022-07-22 10:12:41.936 18097-18126/? W/Searchables: No global search activity found
    212. 2022-07-22 10:12:41.936 18097-18097/? I/RoleManagerService: Granting default permissions...
    213. 2022-07-22 10:12:41.938 18097-18194/? I/InputReader: Reconfiguring input devices.  changes=0x00000010
    214. 2022-07-22 10:12:41.940 8706-8726/? W/ExclusiveDefaultHolderMixin: Cannot get ApplicationInfo for default holder, config: config_defaultSms, package: com.android.messaging
    215. 2022-07-22 10:12:42.181 18097-18126/? I/RoleUserState: Wrote roles.xml successfully
    216. 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
    217. 2022-07-22 10:12:47.228 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    218. 2022-07-22 10:12:48.035 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    219. 2022-07-22 10:12:49.024 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    220. 2022-07-22 10:12:56.961 18097-19552/? I/ActivityManager: Killing 3022:com.oculus.identitymanagement.service/u10a32 (adj 995): empty #17
    221. 2022-07-22 10:12:56.978 18031-18031/? I/Zygote: Process 3022 exited due to signal 9 (Killed)
    222. 2022-07-22 10:12:56.996 18097-18129/? I/libprocessgroup: Successfully killed process cgroup uid 1010032 pid 3022 in 33ms
    223. 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
    224. 2022-07-22 10:12:57.236 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    225. 2022-07-22 10:12:59.215 31705-31750/? W/System: A resource failed to call close.
    226. 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
    227. 2022-07-22 10:13:07.244 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    228. 2022-07-22 10:13:08.029 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    229. 2022-07-22 10:13:09.024 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    230. 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
    231. 2022-07-22 10:13:15.660 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.05ms>
    232. 2022-07-22 10:13:16.030 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
    233. 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
    234. 2022-07-22 10:13:17.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    235. 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
    236. 2022-07-22 10:13:27.259 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    237. 2022-07-22 10:13:28.032 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    238. 2022-07-22 10:13:29.037 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    239. 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
    240. 2022-07-22 10:13:37.267 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    241. 2022-07-22 10:13:38.377 18097-18291/? W/ActivityManager: Package for pid 850: no process record found
    242. 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
    243. 2022-07-22 10:13:47.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    244. 2022-07-22 10:13:48.045 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    245. 2022-07-22 10:13:49.039 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    246. 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
    247. 2022-07-22 10:13:57.282 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    248. 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
    249. 2022-07-22 10:14:07.290 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    250. 2022-07-22 10:14:08.044 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=13MB PrivateClean=1MB
    251. 2022-07-22 10:14:09.029 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    252. 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
    253. 2022-07-22 10:14:17.297 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    254. 2022-07-22 10:14:24.253 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
    255. 2022-07-22 10:14:24.253 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
    256. 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
    257. 2022-07-22 10:14:27.305 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    258. 2022-07-22 10:14:28.033 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    259. 2022-07-22 10:14:29.054 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    260. 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
    261. 2022-07-22 10:14:37.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    262. 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
    263. 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
    264. 2022-07-22 10:14:47.320 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    265. 2022-07-22 10:14:48.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    266. 2022-07-22 10:14:49.042 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    267. 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
    268. 2022-07-22 10:14:57.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    269. 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
    270. 2022-07-22 10:15:07.336 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    271. 2022-07-22 10:15:08.038 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    272. 2022-07-22 10:15:09.043 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    273. 2022-07-22 10:15:11.607 18097-2918/? W/JavaBinder: Unexpectedly many live BinderProxies: 35000
    274. 2022-07-22 10:15:14.945 832-1341/? I/crash-uploader: [Crash Reporter Rate Limiting] reset data
    275. 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
    276. 2022-07-22 10:15:17.343 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    277. 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
    278. 2022-07-22 10:15:27.351 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    279. 2022-07-22 10:15:28.051 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    280. 2022-07-22 10:15:29.054 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    281. 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
    282. 2022-07-22 10:15:37.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    283. 2022-07-22 10:15:38.623 18097-31846/? W/ActivityManager: Package for pid 850: no process record found
    284. 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
    285. 2022-07-22 10:15:47.366 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    286. 2022-07-22 10:15:48.049 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    287. 2022-07-22 10:15:49.044 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    288. 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
    289. 2022-07-22 10:15:57.374 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    290. 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
    291. 2022-07-22 10:16:07.382 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    292. 2022-07-22 10:16:08.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    293. 2022-07-22 10:16:09.059 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    294. 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
    295. 2022-07-22 10:16:17.390 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    296. 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
    297. 2022-07-22 10:16:27.404 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    298. 2022-07-22 10:16:28.052 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    299. 2022-07-22 10:16:29.060 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    300. 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
    301. 2022-07-22 10:16:37.412 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    302. 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
    303. 2022-07-22 10:16:47.419 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    304. 2022-07-22 10:16:48.048 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    305. 2022-07-22 10:16:49.061 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=28MB PrivateClean=5MB
    306. 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
    307. 2022-07-22 10:16:57.429 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    308. 2022-07-22 10:17:03.540 31716-31716/? D/[OAO] LowStorageNotificationScheduler: Storage Checks: Internal Free (50830528512)
    309. 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
    310. 2022-07-22 10:17:07.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    311. 2022-07-22 10:17:08.066 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=1 MB PrivateDirty=14MB PrivateClean=1MB
    312. 2022-07-22 10:17:09.072 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=2 MB PrivateDirty=29MB PrivateClean=5MB
    313. 2022-07-22 10:17:12.525 760-969/? I/SyncBossHAL: [info   ] syncboss_hal_powerstate.c(50): Reporting powerstate event: PROX_ON
    314. 2022-07-22 10:17:12.526 18097-18248/? D/VrPowerManagerService: processing message: sensor changed
    315. 2022-07-22 10:17:12.526 18097-18248/? I/VrPowerManagerService: transition from STANDBY to HEADSET_MOUNTED
    316. 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)...
    317. 2022-07-22 10:17:12.526 18097-18097/? W/UsageStatsService: Event reported without a package name, eventType:15
    318. 2022-07-22 10:17:12.528 18097-18136/? I/DisplayPowerController: Blocking screen on until initial contents have been drawn.
    319. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
    320. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
    321. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
    322. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Setting power state to STANDBY
    323. 2022-07-22 10:17:12.528 852-1100/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
    324. 2022-07-22 10:17:12.528 850-850/? E/libwakelock: MrSystemService: Failed to acquire wakelock mrsystemservice.powermonitor; refcnt=0, powerManager=true, status=-32
    325. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
    326. 2022-07-22 10:17:12.528 850-850/? D/SensorClientUtils: Setting power state to RUNNING
    327. 2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
    328. 2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
    329. 2022-07-22 10:17:12.529 852-1100/? D/SensorClientUtils: Setting power state to STANDBY
    330. 2022-07-22 10:17:12.529 850-850/? E/libwakelock: MrSystemService: Failed to acquire wakelock mrsystemservice.powermonitor; refcnt=0, powerManager=true, status=-32
    331. 2022-07-22 10:17:12.529 852-1100/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
    332. 2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Cancelling delayed transition to SLEEP
    333. 2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Received transition request to RUNNING current is SLEEP
    334. 2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Executing transition from SLEEP to STANDBY
    335. 2022-07-22 10:17:12.531 852-1103/? D/SensorClientUtils: Setting power state to STANDBY
    336. 2022-07-22 10:17:12.531 18527-18573/? D/VrPowerManagerClient: Headset state: 1
    337. 2022-07-22 10:17:12.532 18527-18573/? V/ControllerNotifications: Headset was mounted, requesting that notifications are enabled
    338. 2022-07-22 10:17:12.532 18527-18573/? V/ControllerNotifications: Queueing enable of notifications in 5000ms
    339. 2022-07-22 10:17:12.533 852-1102/? I/TrackingService: [ vision_manager] SLEEP -> STANDBY transition time: 4 ms
    340. 2022-07-22 10:17:12.534 852-1103/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
    341. 2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: setting expected mode to Streaming
    342. 2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: Setting current mode to Streaming
    343. 2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: leave mode Disabled
    344. 2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: Setting mode to Streaming
    345. 2022-07-22 10:17:12.534 852-1103/? D/OVRRemoteService: ControllerGlue: enter mode Streaming
    346. 2022-07-22 10:17:12.535 852-1102/? I/TrackingService: [            iad] SLEEP -> STANDBY transition time: 1 ms
    347. 2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltMemoryAllocationCapabilityImpl: onStart
    348. 2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: BoltMemoryAllocationCapability: Hexagon ref count changed from 0 to 1
    349. 2022-07-22 10:17:12.535 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Acquiring all Hexagon resources from Bolt SDK
    350. 2022-07-22 10:17:12.535 852-1102/? I/[CT]: BOLT:HexagonShim: HexagonStart
    351. 2022-07-22 10:17:12.535 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    352. 2022-07-22 10:17:12.535 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
    353. 2022-07-22 10:17:12.547 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    354. 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
    355. 2022-07-22 10:17:12.547 760-760/? D/SensorService: ControllerProvider: acquiring StreamingSession
    356. 2022-07-22 10:17:12.547 760-760/? D/SensorService: SyncbossEventHandler: starting all streams
    357. 2022-07-22 10:17:12.547 760-8755/? D/SensorService: SyncbossEventHandler::producerThreadFunc() start
    358. 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.
    359. 2022-07-22 10:17:12.547 18033-2456/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    360. 2022-07-22 10:17:12.548 18034-18071/? D/NuPlayerDriver: NuPlayerDriver(0xeee2e5a0) created, clientPid(18097)
    361. 2022-07-22 10:17:12.548 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    362. 2022-07-22 10:17:12.549 18097-18136/? V/DisplayPowerController: Brightness [127] reason changing to: 'manual', previous reason: 'screen_off'.
    363. 2022-07-22 10:17:12.548 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
    364. 2022-07-22 10:17:12.549 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    365. 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
    366. 2022-07-22 10:17:12.550 18033-2626/? I/chatty: uid=1041(audioserver) Binder:18033_8 identical 1 line
    367. 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
    368. 2022-07-22 10:17:12.551 18034-18071/? I/Codec2Client: Creating a Codec2 client to service "software"
    369. 2022-07-22 10:17:12.551 760-760/? I/SyncBossHAL: [info   ] syncboss_hal_impl_input.c(277): No pulsar frequency blocklist set
    370. 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
    371. 2022-07-22 10:17:12.551 760-760/? I/SyncBossHAL: [info   ] syncboss_hal_impl_input.c(344): Input device auto-whitelisting disabled
    372. 2022-07-22 10:17:12.551 18097-18136/? I/DisplayPowerController: Unblocked screen on after 23 ms
    373. 2022-07-22 10:17:12.551 760-8753/? I/SyncBossFW: 1689077 [info   ] {APPI}: Enabling display timestamping
    374. 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
    375. 2022-07-22 10:17:12.551 852-1102/? I/[CT]: boltlib: Waited 0.016418177 for SFRPC invoker thread to start
    376. 2022-07-22 10:17:12.551 18033-2626/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    377. 2022-07-22 10:17:12.552 18097-18121/? I/DisplayManagerService: Display device changed state: "Built-in Screen", ON
    378. 2022-07-22 10:17:12.552 793-793/? D/SurfaceFlinger: Setting power mode 2 on display 19261214226499457
    379. 2022-07-22 10:17:12.552 18034-18071/? I/Codec2Client: Client to Codec2 service "software" created
    380. 2022-07-22 10:17:12.554 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    381. 2022-07-22 10:17:12.555 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    382. 2022-07-22 10:17:12.555 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    383. 2022-07-22 10:17:12.555 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    384. 2022-07-22 10:17:12.555 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    385. 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
    386. 2022-07-22 10:17:12.556 760-760/? D/SensorService: ControllerProvider: acquiring StreamingClient impl; approx # alive: 1
    387. 2022-07-22 10:17:12.556 760-760/? D/libsensorscommon: ControllerProvider: acquiring StreamingClient hidl
    388. 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
    389. 2022-07-22 10:17:12.556 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    390. 2022-07-22 10:17:12.556 766-1054/? I/SDM: DisplayBase::SetDisplayState: Set state = 1, display 29-0, teardown = 0
    391. 2022-07-22 10:17:12.557 760-8753/? I/SyncBossFW: 1689082 [info   ] {WIHO}: Pulsar device auto-whitelisting disabled
    392. 2022-07-22 10:17:12.557 760-8753/? I/SyncBossFW: 1689083 [info   ] {APPI}: Starting input
    393. 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
    394. 2022-07-22 10:17:12.557 852-1103/? D/OVRRemoteService: [controller] SLEEP -> STANDBY
    395. 2022-07-22 10:17:12.557 852-1103/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
    396. 2022-07-22 10:17:12.557 852-1103/? D/SensorClientUtils: Setting power state to RUNNING
    397. 2022-07-22 10:17:12.557 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected mcnt=0])
    398. 2022-07-22 10:17:12.557 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected mcnt=0])
    399. 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
    400. 2022-07-22 10:17:12.557 852-1103/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
    401. 2022-07-22 10:17:12.558 852-1103/? D/OVRRemoteService: [controller] STANDBY -> RUNNING
    402. 2022-07-22 10:17:12.558 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    403. 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
    404. 2022-07-22 10:17:12.558 852-1102/? I/[CT]: boltlib: Waited 0.006646198 for all SFRPC worker threads
    405. 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
    406. 2022-07-22 10:17:12.558 18033-18220/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    407. 2022-07-22 10:17:12.558 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    408. 2022-07-22 10:17:12.559 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    409. 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
    410. 2022-07-22 10:17:12.560 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    411. 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
    412. 2022-07-22 10:17:12.560 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
    413. 2022-07-22 10:17:12.560 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    414. 2022-07-22 10:17:12.560 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision
    415. 2022-07-22 10:17:12.560 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    416. 2022-07-22 10:17:12.560 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    417. 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
    418. 2022-07-22 10:17:12.560 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    419. 2022-07-22 10:17:12.560 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 258, paired=2 connected=0
    420. 2022-07-22 10:17:12.560 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
    421. 2022-07-22 10:17:12.560 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected update-required mcnt=0])
    422. 2022-07-22 10:17:12.560 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Acquiring memory pool resources from Bolt SDK
    423. 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)))
    424. 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)))
    425. 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)
    426. 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)
    427. 2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:426:ION version is new
    428. 2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: calling: 0 < rpcmem_ionfd
    429. 2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: passed: 0 < rpcmem_ionfd
    430. 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
    431. 2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:347:mmap data 0x0x7b0b595e20
    432. 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))
    433. 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))
    434. 2022-07-22 10:17:12.561 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:215:rpcmem register buf: heap mask: 0x2000000
    435. 2022-07-22 10:17:12.561 18033-2626/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    436. 2022-07-22 10:17:12.561 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    437. 2022-07-22 10:17:12.561 852-1102/? I/[CT]: HexagonMemMgr: Allocated addr 0x7af96f0000, with FD 20, and virtAddr 0x86400000
    438. 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
    439. 2022-07-22 10:17:12.561 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    440. 2022-07-22 10:17:12.561 852-1102/? I/[CT]: BOLT:HexagonShim: memtest is a success
    441. 2022-07-22 10:17:12.561 852-1102/? I/[CT]: HexagonMemMgr: HexagonMemTest returned 0
    442. 2022-07-22 10:17:12.561 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Reserved RpcMemory bytes = 10485760
    443. 2022-07-22 10:17:12.561 852-1102/? I/TrackingService: [           bolt] SLEEP -> STANDBY transition time: 26 ms
    444. 2022-07-22 10:17:12.561 852-1102/? I/[CT]: VisionInterface: Stopping IOTE PostProcessing
    445. 2022-07-22 10:17:12.562 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    446. 2022-07-22 10:17:12.562 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    447. 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
    448. 2022-07-22 10:17:12.562 18034-8764/? D/GenericSource: FileSource remote
    449. 2022-07-22 10:17:12.563 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    450. 2022-07-22 10:17:12.563 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
    451. 2022-07-22 10:17:12.564 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    452. 2022-07-22 10:17:12.564 18033-8570/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    453. 2022-07-22 10:17:12.565 18033-8570/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    454. 2022-07-22 10:17:12.565 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    455. 2022-07-22 10:17:12.565 18033-3951/? I/chatty: uid=1041(audioserver) Binder:18033_9 identical 1 line
    456. 2022-07-22 10:17:12.565 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    457. 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
    458. 2022-07-22 10:17:12.566 18033-3951/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    459. 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
    460. 2022-07-22 10:17:12.566 18033-18220/? I/chatty: uid=1041(audioserver) Binder:18033_4 identical 1 line
    461. 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
    462. 2022-07-22 10:17:12.567 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    463. 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
    464. 2022-07-22 10:17:12.567 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    465. 2022-07-22 10:17:12.567 18033-18033/? I/chatty: uid=1041(audioserver) /system/bin/audioserver identical 1 line
    466. 2022-07-22 10:17:12.568 18033-18033/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    467. 2022-07-22 10:17:12.572 852-1102/? I/[CT]: InsideOutTrackingCapabilityTranslation: onStart
    468. 2022-07-22 10:17:12.572 18037-18050/? D/audio_hw_primary: adev_set_parameters: enter: screen_state=on
    469. 2022-07-22 10:17:12.572 852-1102/? I/[CT]: VisionInterface: Starting the IO Engine
    470. 2022-07-22 10:17:12.572 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_abort_on_over_memory2': false
    471. 2022-07-22 10:17:12.573 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_half_rate_slam': false
    472. 2022-07-22 10:17:12.573 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_granular_perfmonitoring': false
    473. 2022-07-22 10:17:12.573 18034-8757/? I/GenericSource: start
    474. 2022-07-22 10:17:12.573 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
    475. 2022-07-22 10:17:12.574 852-1102/? W/[CT]: CALIBRATION: Imu ID does not exist or could not be parsed
    476. 2022-07-22 10:17:12.574 852-1102/? W/[CT]: SensorRegistration: Unable to convert sensor ID '' to int: stoi: no conversion
    477. 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.
    478. 2022-07-22 10:17:12.574 852-1102/? I/[CT]: VIPER: Loading noise parameters for: ICM42688
    479. 2022-07-22 10:17:12.574 852-1102/? W/[CT]: VIPER: Loading noise parameters from config. [SensorModel: ICM42688]
    480. 2022-07-22 10:17:12.574 852-1102/? I/[CT]: viper::viper::imu_types: Creating PiecewiseLinearTemperatureImuModel:
    481.     -------
    482.     Accel:
    483.    
    484.     Rectification
    485.     -0.00212448    0.998882 -0.00633324
    486.        0.998649  0.00210648 -0.00441399
    487.     -0.00587179 -0.00646054   -0.998633
    488.     Number of TemperatureOffsetPairs: 37
    489.     -------
    490.     Gyro:
    491.    
    492.     Rectification
    493.     -9.26208e-05      1.00098   -0.0064596
    494.         0.999918   0.00282039  -0.00451789
    495.      -0.00763225  -0.00675573    -0.999874
    496.     Number of TemperatureOffsetPairs: 37
    497.     -------
    498.     T_deviceFromImu: so3[0.000000 0.000000 0.000000] r3[0.038400 0.032100 -0.067400]
    499. 2022-07-22 10:17:12.574 852-1102/? I/[CT]: OtWrapper: Online calibration used for IMU.
    500. 2022-07-22 10:17:12.574 852-1102/? I/[CT]: OtWrapper: Using magnetometer for 3dof pipeline with nominal rate 30Hz
    501. 2022-07-22 10:17:12.575 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_ramdump': false
    502. 2022-07-22 10:17:12.575 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_v24_mitigations': true
    503. 2022-07-22 10:17:12.575 852-1102/? I/[CT]: boltlib: Enabled Bolt V24 mitigations
    504. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: VisionInterface: GK check: 'oculus_enable_bolt_multithreaded_dsp': false
    505. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: boltlib: Setting Bolt Hexagon Multithreaded access to false
    506. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: ViperPlatform: Hexagon ref count changed from 1 to 2
    507. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: ViperPlatform: RMgr ref count changed from 0 to 1
    508. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: BoltMemDetail: Hexagon ref count changed from 2 to 3
    509. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: HarrisCornerObject: RMgr ref count changed from 1 to 2
    510. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSdkFramework: HarrisCorner: RMgr ref count changed from 2 to 3
    511. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 3 to 4
    512. 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
    513. 2022-07-22 10:17:12.576 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 5 to 4
    514. 2022-07-22 10:17:12.576 18663-18663/? D/VrRuntimeService: Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    515. 2022-07-22 10:17:12.576 18663-18663/? D/VrRuntimeService: mounted state: true
    516. 2022-07-22 10:17:12.576 833-932/? I/PerfStream: BatteryStatsStates::activeStartEvent()
    517. 2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: nativeScreenStateChanged to on
    518. 2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: Service entering RUNNING Mode
    519. 2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeService: Resetting vsync state
    520. 2022-07-22 10:17:12.576 18663-18663/? I/VrRuntimeServer: RuntimeServer: Resuming operation
    521. 2022-07-22 10:17:12.576 18663-18663/? I/TelemetryServer: StartTelemetryServer start
    522. 2022-07-22 10:17:12.576 18663-18663/? I/TelemetryServer: StartTelemetryServer end - 0.07ms
    523. 2022-07-22 10:17:12.576 18594-18594/? I/[CT]: MIXEDREALITY: MrService: MountStateChanged: true
    524. 2022-07-22 10:17:12.577 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    525. 2022-07-22 10:17:12.577 31716-31716/? D/[OAO] ShellOverlayService: onMountStateChanged: true
    526. 2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    527. 2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    528. 2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    529. 2022-07-22 10:17:12.577 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    530. 2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: VrThread woke up
    531. 2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    532.     command = mountStateChanged
    533.     state = 1
    534. 2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : mountStateChanged
    535. 2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: mountStateChanged message received
    536. 2022-07-22 10:17:12.577 32703-32703/? D/[SUI] AnytimeUIBroadcastReceiver: action: com.oculus.intent.action.MOUNT_STATE_CHANGED
    537. 2022-07-22 10:17:12.577 31879-32159/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 1
    538. 2022-07-22 10:17:12.577 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: change from Sleep to Awake
    539. 2022-07-22 10:17:12.577 31716-32053/? D/[OAO] ShellApplication: ShellApplication isDeviceLocked
    540. 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
    541. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 3 to 4
    542. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSdkFramework: OrbDescriptor: RMgr ref count changed from 4 to 5
    543. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 4 to 5
    544. 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
    545. 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
    546. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 6 to 5
    547. 2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: ---------------- CompositorVR() ----------------
    548. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 5 to 6
    549. 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
    550. 2022-07-22 10:17:12.577 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 7 to 6
    551. 2022-07-22 10:17:12.577 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    552. 2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: AbuseReportCaptureEnabled=0
    553. 2022-07-22 10:17:12.577 18663-18663/? I/CompositorVR: ForceChroma on
    554. 2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: CheckDebuggerConnected: debugger 0
    555. 2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: warpMeshClipMode = 1
    556. 2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: ViperPlatform: RMgr ref count changed from 5 to 6
    557. 2022-07-22 10:17:12.578 18663-18663/? I/CompositorVR: colorScale: 1.000000 1.000000 1.000000
    558. 2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: HarrisCornerObject: RMgr ref count changed from 6 to 7
    559. 2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 7 to 8
    560. 2022-07-22 10:17:12.578 852-1102/? I/[CT]: MontereyPyramidPoolAllocator: allocating 25Mb
    561. 2022-07-22 10:17:12.578 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: TrackerImagePyramidAllocator: Hexagon ref count changed from 6 to 7
    562. 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)))
    563. 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)))
    564. 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)
    565. 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)
    566. 2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:426:ION version is new
    567. 2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: calling: 0 < rpcmem_ionfd
    568. 2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:331::info: passed: 0 < rpcmem_ionfd
    569. 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
    570. 2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:347:mmap data 0x0x7b0b595fa0
    571. 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))
    572. 2022-07-22 10:17:12.578 18663-18663/? W/CompositorVR: GetNightShiftWhitePoint: night_shift_activated is not set
    573. 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))
    574. 2022-07-22 10:17:12.578 852-1102/? D//system/bin/trackingservice: src/rpcmem_android.c:215:rpcmem register buf: heap mask: 0x2000000
    575. 2022-07-22 10:17:12.579 1484-1548/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 1
    576. 2022-07-22 10:17:12.579 7462-7462/? W/VRLifecycleManager: onHeadsetMounted
    577. 2022-07-22 10:17:12.579 18034-8768/? D/CCodec: allocate(c2.android.vorbis.decoder)
    578. 2022-07-22 10:17:12.579 18097-18248/? D/VrPowerManagerService: processing message: system wakeup
    579. 2022-07-22 10:17:12.579 18097-18248/? I/AutomationTest: ResumeFromSuspendTimeTests: system wakeup
    580. 2022-07-22 10:17:12.579 852-1102/? I/[CT]: HexagonMemMgr: Allocated addr 0x7aebbf0000, with FD 27, and virtAddr 0xa000000
    581. 2022-07-22 10:17:12.579 852-1102/? I/[CT]: BOLT:HexagonShim: memtest is a success
    582. 2022-07-22 10:17:12.579 852-1102/? I/[CT]: HexagonMemMgr: HexagonMemTest returned 0
    583. 2022-07-22 10:17:12.579 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: Reserved RpcMemory bytes = 27866592
    584. 2022-07-22 10:17:12.580 852-1102/? I/[CT]: ImagePyramid: Creating pyramid pool of size 60 for resolution 640x480, subsample method 3x3
    585. 2022-07-22 10:17:12.580 852-1102/? I/[CT]: VIPER: Setting calibration handler.
    586. 2022-07-22 10:17:12.580 852-1102/? I/[CT]: SlamFactory: Constructing SLAM type: VegaSlam (=0)
    587. 2022-07-22 10:17:12.580 852-1102/? I/[CT]: SlamFactory:   Available SLAM types: 1
    588. 2022-07-22 10:17:12.580 852-1102/? I/[CT]: TrackerFactoryVega: Constructing tracker factory vega: 0
    589. 2022-07-22 10:17:12.580 18663-18663/? I/Vsync: ---------------- Vsync::Init ----------------
    590. 2022-07-22 10:17:12.580 18663-18663/? I/Vsync: Adjusting vsync display refresh rate 72.000000 -> 72.000000
    591. 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
    592. 2022-07-22 10:17:12.580 845-1047/? V/C2Store: in init
    593. 2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting extraTimestampPaddingMicroSec from 0.002000000 [sec] to 0.000000000 [sec]
    594. 2022-07-22 10:17:12.580 845-1047/? V/C2Store: loading dll
    595. 2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting filterMaxActiveObservations from -1 to 28800
    596. 2022-07-22 10:17:12.580 852-1102/? W/[CT]: SQRFilter: Adjusting covInflationSettings.epsilon from 3e-05 to 0
    597. 2022-07-22 10:17:12.584 18034-8768/? I/CCodec: Created component [c2.android.vorbis.decoder]
    598. 2022-07-22 10:17:12.585 18034-8768/? D/CCodecConfig: read media type: audio/vorbis
    599. 2022-07-22 10:17:12.586 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
    600. 2022-07-22 10:17:12.586 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
    601. 2022-07-22 10:17:12.588 852-1102/? I/[CT]: SQRLinAlgContainer: Initialized matrices with maximumSize 324
    602. 2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 7 to 8
    603. 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
    604. 2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 9 to 8
    605. 2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 8 to 9
    606. 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
    607. 2022-07-22 10:17:12.588 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 10 to 9
    608. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
    609. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
    610. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
    611. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
    612. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
    613. 2022-07-22 10:17:12.589 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
    614. 2022-07-22 10:17:12.590 18034-8768/? D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
    615. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 9 to 10
    616. 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
    617. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 11 to 10
    618. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 10 to 11
    619. 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
    620. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 12 to 11
    621. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: VIPER: start initialization called.
    622. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: VegaTracker: Clearing VegaTracker
    623. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: VegaTrackTracker: Resetting VegaTrackTracker!
    624. 2022-07-22 10:17:12.590 852-1102/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    625. 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
    626. 2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting extraTimestampPaddingMicroSec from 0.002000000 [sec] to 0.000000000 [sec]
    627. 2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting filterMaxActiveObservations from -1 to 28800
    628. 2022-07-22 10:17:12.590 852-1102/? W/[CT]: SQRFilter: Adjusting covInflationSettings.epsilon from 3e-05 to 0
    629. 2022-07-22 10:17:12.592 18034-8768/? I/CCodecConfig: query failed after returning 7 values (BAD_INDEX)
    630. 2022-07-22 10:17:12.592 18034-8768/? D/CCodecConfig: c2 config diff is Dict {
    631.      c2::u32 coded.bitrate.value = 64000
    632.      c2::u32 input.buffers.max-size.value = 32768
    633.      c2::u32 input.delay.value = 0
    634.      string input.media-type.value = "audio/vorbis"
    635.      string output.media-type.value = "audio/raw"
    636.      c2::u32 raw.channel-count.value = 1
    637.      c2::u32 raw.sample-rate.value = 48000
    638.    }
    639. 2022-07-22 10:17:12.593 852-1102/? I/[CT]: SQRLinAlgContainer: Initialized matrices with maximumSize 324
    640. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: VIPER:MAP_MANAGER_INTERNAL: Initializing MapManagerInternal.
    641. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: VIPER:MAP_MANAGER: Map Manager: SLEEP -> STANDBY
    642. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 11 to 12
    643. 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
    644. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 13 to 12
    645. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 12 to 13
    646. 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
    647. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 14 to 13
    648. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSdkFramework: Orb::setup(): RMgr ref count changed from 8 to 9
    649. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: DescriptorExtractor: Creating descriptor extractor: boltcv
    650. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 13 to 14
    651. 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
    652. 2022-07-22 10:17:12.594 852-1102/? I/[CT]: BoltSDK::Soc-Hexagon: defaultMemPool: Hexagon ref count changed from 15 to 14
    653. 2022-07-22 10:17:12.595 852-1102/? E/[CT]: InternalAnchorApiServerCapabilityImpl: onHeartbeat called when capability is stopped!
    654. 2022-07-22 10:17:12.595 852-1102/? I/[CT]: InternalAnchorApiServerCapabilityImpl: onStart
    655. 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
    656. 2022-07-22 10:17:12.595 852-1102/? I/RuntimeIPCApi: ipc_Initialize
    657. 2022-07-22 10:17:12.597 31716-32053/? D/DeviceHelper: isDeviceLocked = true
    658. 2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: checking device lock status : 1
    659. 2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: Setting device state to Locked
    660. 2022-07-22 10:17:12.597 31716-32053/? I/[OAO] ShellOverlayApp: Start sleep timeout. Now:736122.929412, Timeout:736124.929412
    661. 2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for durationUs
    662. 2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for csd-1
    663. 2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: no c2 equivalents for channel-mask
    664. 2022-07-22 10:17:12.602 18034-8768/? D/CCodecConfig: c2 config diff is   c2::u32 raw.channel-count.value = 2
    665. 2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 1107298332.
    666. 2022-07-22 10:17:12.604 18034-8768/? D/CCodec: setup formats input: AMessage(what = 0x00000000) = {
    667.      int32_t channel-count = 2
    668.      int32_t max-input-size = 32768
    669.      string mime = "audio/vorbis"
    670.      int32_t sample-rate = 48000
    671.    } and output: AMessage(what = 0x00000000) = {
    672.      int32_t channel-count = 2
    673.      string mime = "audio/raw"
    674.      int32_t sample-rate = 48000
    675.      int32_t channel-mask = 3
    676.    }
    677. 2022-07-22 10:17:12.604 18034-8768/? I/MediaCodec: MediaCodec will operate in async mode
    678. 2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 1342179345.
    679. 2022-07-22 10:17:12.604 18034-8768/? W/Codec2Client: query -- param skipped: index = 2415921170.
    680. 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)
    681. 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)
    682. 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
    683. 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)
    684. 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
    685. 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
    686. 2022-07-22 10:17:12.607 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] Configured output block pool ids 489 => OK
    687. 2022-07-22 10:17:12.607 852-1102/? I/DeadlockObserver: Init SUCCESS
    688. 2022-07-22 10:17:12.607 852-8777/? I/DeadlockObserver: MainLoop starting
    689. 2022-07-22 10:17:12.608 852-1102/? I/RuntimeIPCServiceClient: Using OS RuntimeIPC Service
    690. 2022-07-22 10:17:12.608 852-8778/? I/AsyncTaskMgr: MainLoop starting
    691. 2022-07-22 10:17:12.608 852-1102/? I/AsyncTaskMgr: Init SUCCESS
    692. 2022-07-22 10:17:12.608 852-1102/? I/ServerStateMgr: Init
    693. 2022-07-22 10:17:12.608 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Methods->GetConnectInfo
    694. 2022-07-22 10:17:12.609 817-26895/? I/RuntimeIPCService: CreateBrokerConnection: 852:native_process.system:/system/bin/trackingservice
    695. 2022-07-22 10:17:12.610 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Helper.Init
    696. 2022-07-22 10:17:12.610 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling InitBrokerHandler
    697. 2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Success
    698. 2022-07-22 10:17:12.613 852-1102/? I/ServerStateMgr: Init
    699. 2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServiceClient: IPCMainLoopHandler: Init SUCCESS
    700. 2022-07-22 10:17:12.613 852-1102/? I/ServerStateBuffer: MaxEntries=64 MaxBufferSize=32768 StateBufferOffset=2600
    701. 2022-07-22 10:17:12.613 852-1102/? I/ServerStateMgr: Init
    702. 2022-07-22 10:17:12.613 852-1102/? I/RuntimeIPCServerMgr: RegisterServer: SUCCESS: native_process.system:/system/bin/trackingservice (SlamAnchorServer)
    703. 2022-07-22 10:17:12.613 852-1102/? I/[CT]: SpatialPersistenceCapabilityImpl: onStart
    704. 2022-07-22 10:17:12.617 760-8753/? I/SyncBossFW: 1689144 [info   ] {APPI}: Enabling IMU
    705. 2022-07-22 10:17:12.618 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 1) <0.02ms>
    706. 2022-07-22 10:17:12.621 845-8772/? D/SimpleC2Component: Using output block pool with poolID 489 => got 489 - 0
    707. 2022-07-22 10:17:12.622 852-1102/? I/TrackingService: [            iot] SLEEP -> STANDBY transition time: 60 ms
    708. 2022-07-22 10:17:12.623 852-8783/? D/TrackingService: starting IOT motion thread, imu batch dispatch enabled=false
    709. 2022-07-22 10:17:12.624 760-8753/? I/SyncBossFW: 1689148 [info   ] {APPI}: Enabling magnetometer
    710. 2022-07-22 10:17:12.624 760-8753/? I/SyncBossFW: 1689149 [info   ] {APPI}: Enabling mag streaming.  Temperature comp enabled
    711. 2022-07-22 10:17:12.645 852-1102/? I/[CT]: ConstellationTrackingCapabilityTranslation: onStart
    712. 2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    713. 2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    714. 2022-07-22 10:17:12.646 852-1102/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    715. 2022-07-22 10:17:12.647 852-1102/? I/TrackingService: ConstellationTrackingGlue: setEnableExtendedDeadreckoning to false
    716. 2022-07-22 10:17:12.647 852-1102/? I/TrackingService: [  constellation] SLEEP -> STANDBY transition time: 24 ms
    717. 2022-07-22 10:17:12.647 852-1102/? I/TrackingService: [           hand] SLEEP -> STANDBY transition time: 0 ms
    718. 2022-07-22 10:17:12.660 852-1102/? I/[CT]: ObjectTrackingCapabilityTranslation: onStart
    719. 2022-07-22 10:17:12.660 852-1102/? I/[CT]: KEYBOARD: ObjectTrackingEngine::onStart() - Current State: Configured.
    720. 2022-07-22 10:17:12.660 852-1102/? I/TrackingService: [         object] SLEEP -> STANDBY transition time: 12 ms
    721. 2022-07-22 10:17:12.660 760-8753/? W/SyncBossFW: 1689186 [warning] {SPTH}: [rate_lim=1000] Big IMU diff (404695058us)
    722. 2022-07-22 10:17:12.662 852-1102/? I/TrackingService: [     controller] SLEEP -> STANDBY transition time: 2 ms
    723. 2022-07-22 10:17:12.662 852-1102/? I/[CT]: ExposureControlCapabilityImpl: onStart
    724. 2022-07-22 10:17:12.662 852-1102/? I/TrackingService: [ExposureControl] SLEEP -> STANDBY transition time: 0 ms
    725. 2022-07-22 10:17:12.662 852-1100/? D/TrackingService: setPowerState: STANDBY
    726. 2022-07-22 10:17:12.662 852-1100/? D/SensorClientUtils: Executing transition from STANDBY to RUNNING
    727. 2022-07-22 10:17:12.662 852-1100/? D/SensorClientUtils: Setting power state to RUNNING
    728. 2022-07-22 10:17:12.662 760-760/? D/SensorService: ControllerProvider: acquiring StreamingClient impl; approx # alive: 2
    729. 2022-07-22 10:17:12.662 760-760/? D/libsensorscommon: ControllerProvider: acquiring StreamingClient hidl
    730. 2022-07-22 10:17:12.662 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
    731. 2022-07-22 10:17:12.662 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 disconnected update-required mcnt=0])
    732. 2022-07-22 10:17:12.662 852-1100/? E/libwakelock: system: Failed to acquire wakelock trackingservice.powermonitor; refcnt=0, powerManager=true, status=-32
    733. 2022-07-22 10:17:12.663 852-1102/? I/TrackingService: [ vision_manager] STANDBY -> RUNNING transition time: 0 ms
    734. 2022-07-22 10:17:12.663 18037-18050/? I/audio_hw_primary: getting vr mode to 0
    735. 2022-07-22 10:17:12.664 852-8788/? D/RemoteService: RemoteService - Registering status callback
    736. 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
    737. 2022-07-22 10:17:12.664 852-1102/? I/TrackingService: [            iad] STANDBY -> RUNNING transition time: 1 ms
    738. 2022-07-22 10:17:12.664 852-1102/? I/TrackingService: [           bolt] STANDBY -> RUNNING transition time: 0 ms
    739. 2022-07-22 10:17:12.664 18033-3951/? I/AudioPolicyManagerCustom: FLAG None hence request for a primary output
    740. 2022-07-22 10:17:12.664 18033-3951/? D/AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000
    741. 2022-07-22 10:17:12.665 18033-3951/? D/AF::TrackHandle: OpPlayAudio: not muting track:108 flags 0xc40 have FLAG_BYPASS_INTERRUPTION_POLICY
    742. 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.
    743. 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
    744. 2022-07-22 10:17:12.670 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
    745. 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)
    746. 2022-07-22 10:17:12.671 18037-19747/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    747. 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)
    748. 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)
    749. 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
    750. 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)
    751. 2022-07-22 10:17:12.672 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
    752. 2022-07-22 10:17:12.672 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 1
    753. 2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
    754. 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)
    755. 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)
    756. 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
    757. 2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
    758. 2022-07-22 10:17:12.672 18037-19747/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device =
    759. 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
    760. 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
    761. 2022-07-22 10:17:12.672 18037-19747/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    762. 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)
    763. 2022-07-22 10:17:12.672 18037-19747/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
    764. 2022-07-22 10:17:12.672 18037-19747/? D/audio_route: Apply path: speaker
    765. 2022-07-22 10:17:12.674 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] buffers after EOS ignored (0 us)
    766. 2022-07-22 10:17:12.675 18034-8768/? I/chatty: uid=1013(media) NPDecoder-CL identical 1 line
    767. 2022-07-22 10:17:12.675 18034-8768/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#941] buffers after EOS ignored (0 us)
    768. 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
    769. 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
    770. 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)
    771. 2022-07-22 10:17:12.677 18034-8766/? D/AudioTrack: stop(85): called with 11233 frames delivered
    772. 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
    773. 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
    774. 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)
    775. 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
    776. 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
    777. 2022-07-22 10:17:12.677 18037-19747/? D/ACDB-LOADER: ACDB -> send_asm_topology
    778. 2022-07-22 10:17:12.677 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    779. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_adm_topology
    780. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    781. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audtable
    782. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    783. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    784. 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]
    785. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    786. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    787. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    788. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    789. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audvoltable
    790. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    791. 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
    792. 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
    793. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    794. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
    795. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    796. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    797. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    798. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    799. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_topology
    800. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    801. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
    802. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_cal
    803. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    804. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    805. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    806. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    807. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
    808. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
    809. 2022-07-22 10:17:12.678 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    810. 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)
    811. 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
    812. 2022-07-22 10:17:12.678 18037-19747/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
    813. 2022-07-22 10:17:12.678 18037-19747/? D/audio_route: Apply path: low-latency-playback
    814. 2022-07-22 10:17:12.678 18037-19747/? D/audio_hw_primary: select_devices: done
    815. 2022-07-22 10:17:12.699 18037-19747/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9
    816. 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
    817. 2022-07-22 10:17:12.700 18037-19747/? D/audio_hw_primary: start_output_stream: exit
    818. 2022-07-22 10:17:12.700 18037-19747/? D/audio_hw_primary: out_write: retry previous failed cal level set
    819. 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)
    820. 2022-07-22 10:17:12.772 18752-18780/? I/StateMachine: StateMachine::Update GuardianInitializationStateMachine: mountEvent -> MountedTransition_Black
    821. 2022-07-22 10:17:12.772 18752-18780/? I/GuardianSystem: Headset was mounted
    822. 2022-07-22 10:17:12.772 18752-18780/? I/GuardianSystem: Start pushing black after mount.
    823. 2022-07-22 10:17:12.772 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
    824. 2022-07-22 10:17:12.816 760-8753/? I/SyncBossFW: 1689342 [info   ] {BCAM}: OV7251 sensors found - 0xf
    825. 2022-07-22 10:17:12.841 760-8753/? I/SyncBossFW: 1689368 [info   ] {APPI}: Camera probe, found: 0xf
    826. 2022-07-22 10:17:12.853 760-760/? I/HollywoodCameraProvider: [HollywoodCameraProvider] Set cameras to 10 bpp (format 0x00000007)
    827. 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?)
    828. 2022-07-22 10:17:12.860 760-964/? I/chatty: uid=1000(system) sb_pulsar identical 14 lines
    829. 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?)
    830. 2022-07-22 10:17:12.861 760-964/? I/SyncBossHAL: [info   ] pulsar_manager.c(791): No IRLED tracked controllers connected/ready
    831. 2022-07-22 10:17:12.896 852-1102/? I/[CT]: InsideOutTrackingCapabilityTranslation: onResume
    832. 2022-07-22 10:17:12.897 852-1102/? I/[CT]: TELEMETRY_COLLECTOR: Starting periodic telemetry polling...
    833. 2022-07-22 10:17:12.898 852-1102/? I/[CT]: NIMBLE:HLOG: NimbleTelemetryAggregator::populateTelemetry
    834. 2022-07-22 10:17:12.901 852-1102/? I/[CT]: VisionInterface: Activating IO Engine
    835. 2022-07-22 10:17:12.901 852-1102/? I/[CT]: VIPER:MAP_MANAGER: Map Manager: STANDBY -> RUNNING
    836. 2022-07-22 10:17:12.901 852-1102/? I/[CT]: InternalAnchorApiServerCapabilityImpl: onResume
    837. 2022-07-22 10:17:12.901 852-1102/? I/[CT]: SpatialPersistenceCapabilityImpl: onResume
    838. 2022-07-22 10:17:12.901 852-1102/? I/TrackingService: [            iot] STANDBY -> RUNNING transition time: 237 ms
    839. 2022-07-22 10:17:12.901 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
    840. 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
    841. 2022-07-22 10:17:12.902 760-8753/? I/SyncBossFW: 1689427 [info   ] {APPI}: Starting camera streaming
    842. 2022-07-22 10:17:12.902 760-8753/? I/SyncBossFW: 1689428 [info   ] {BCAM}: Camera streaming started
    843. 2022-07-22 10:17:12.903 760-760/? I/FrameSetDispatcher: [CONTROLLER] Client thread started
    844. 2022-07-22 10:17:12.903 760-760/? I/CameraClientManager: [CONTROLLER] Added client - started clients: 1
    845. 2022-07-22 10:17:12.903 852-1102/? I/[CT]: ConstellationTrackingCapabilityTranslation: onResume
    846. 2022-07-22 10:17:12.903 852-1102/? I/TrackingService: ConstellationTrackingGlue: setEnableExtendedDeadreckoning to false
    847. 2022-07-22 10:17:12.903 852-1102/? I/TrackingService: [  constellation] STANDBY -> RUNNING transition time: 2 ms
    848. 2022-07-22 10:17:12.903 852-1102/? I/TrackingService: [           hand] STANDBY -> RUNNING transition time: 0 ms
    849. 2022-07-22 10:17:12.904 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
    850. 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
    851. 2022-07-22 10:17:12.905 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
    852. 2022-07-22 10:17:12.905 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 2
    853. 2022-07-22 10:17:12.905 852-1102/? I/[CT]: ObjectTrackingCapabilityTranslation: onResume
    854. 2022-07-22 10:17:12.905 852-1102/? I/TrackingService: [         object] STANDBY -> RUNNING transition time: 1 ms
    855. 2022-07-22 10:17:12.905 852-1102/? I/TrackingService: [     controller] STANDBY -> RUNNING transition time: 0 ms
    856. 2022-07-22 10:17:12.913 793-793/? D/SurfaceFlinger: setCacPowerMode: mode=2
    857. 2022-07-22 10:17:12.913 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
    858. 2022-07-22 10:17:12.913 793-793/? I/HWC2: Creating virtual display
    859. 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
    860. 2022-07-22 10:17:12.913 852-1102/? I/TrackingService: Setting initial exposure: 0.005000, initial gain: 3.000000
    861. 2022-07-22 10:17:12.914 760-760/? E/libosutils: failed to get real path of file /proc/852/cmdline, err: Permission denied
    862. 2022-07-22 10:17:12.915 760-760/? I/FrameSetDispatcher: [HEADSET] Client thread started
    863. 2022-07-22 10:17:12.915 760-760/? I/CameraClientManager: [HEADSET] Added client - started clients: 3
    864. 2022-07-22 10:17:12.915 766-1055/? I/SDM: HWCVirtualDisplayFactory::Create: Created DPU based virtual display
    865. 2022-07-22 10:17:12.915 852-1102/? I/[CT]: ExposureControlCapabilityImpl: onResume
    866. 2022-07-22 10:17:12.916 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=4
    867. 2022-07-22 10:17:12.916 852-1102/? I/TrackingService: [ExposureControl] STANDBY -> RUNNING transition time: 10 ms
    868. 2022-07-22 10:17:12.916 852-1100/? D/TrackingService: setPowerState: RUNNING
    869. 2022-07-22 10:17:12.916 18097-18248/? V/MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
    870. 2022-07-22 10:17:12.916 18097-18248/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
    871. 2022-07-22 10:17:12.916 18034-1844/? D/NuPlayerDriver: reset(0xeee2e5a0) at state 6
    872. 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
    873. 2022-07-22 10:17:12.918 766-1055/? I/chatty: uid=1000(system) HwBinder:766_2 identical 34 lines
    874. 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
    875. 2022-07-22 10:17:12.918 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 4096x2160-1 for Virtual
    876. 2022-07-22 10:17:12.918 766-1055/? I/SDM: HWCDisplay::UpdateConfigs: num_configs = 1
    877. 2022-07-22 10:17:12.920 766-1055/? I/SDM: HWCDisplay::Init: Display created with id: 1, game_supported_: 0
    878. 2022-07-22 10:17:12.920 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x3664-1 for Virtual
    879. 2022-07-22 10:17:12.920 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x3664 cur_mode_index 2
    880. 2022-07-22 10:17:12.920 766-1055/? I/SDM: InitHDRinterface():127 HDR init done
    881. 2022-07-22 10:17:12.921 766-1055/? I/SDM: HDRIntfClient::GetParameter: Version info is: 2.0
    882. 2022-07-22 10:17:12.921 766-1055/? I/SDM: StrategyImpl::InitializeHdrInfo: HDRLib version = 2.0
    883. 2022-07-22 10:17:12.921 766-1055/? I/SDM: Deinit():195 HDR De-init done
    884. 2022-07-22 10:17:12.921 766-1055/? I/SDM: ResourceImpl::RegisterDisplay: Registering display 47-2 with hw_block 47-4
    885. 2022-07-22 10:17:12.921 766-1055/? I/SDM: InitHDRinterface():127 HDR init done
    886. 2022-07-22 10:17:12.922 766-1055/? I/SDM: HDRIntfClient::GetParameter: Version info is: 2.0
    887. 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!
    888. 2022-07-22 10:17:12.922 766-1055/? I/SDM: ColorIntfClient::Init: Init successful
    889. 2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x3664]
    890. 2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayBase::SetDisplayState: Set state = 1, display 47-2, teardown = 0
    891. 2022-07-22 10:17:12.922 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
    892. 2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
    893. 2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCVirtualDisplayFactory::Create: Creating virtual display: w: 1920 h:3664 format:0x1
    894. 2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCSession::CreateVirtualDisplayObj: Created virtual display id:1 with res: 1920x3664
    895. 2022-07-22 10:17:12.922 766-1055/? I/SDM: HWCSession::CreateVirtualDisplay: Created virtual display id:1, res: 1920x3664
    896. 2022-07-22 10:17:12.923 793-793/? I/HWC2: Created virtual display
    897. 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.
    898. 2022-07-22 10:17:12.924 793-793/? D/SurfaceFlinger: Finished setting power mode 2 on display 19261214226499457
    899. 2022-07-22 10:17:12.924 18097-18243/? D/SurfaceControl: Excessive delay in setPowerMode()
    900. 2022-07-22 10:17:12.924 18097-18136/? W/PowerManagerService: Screen on took 398 ms
    901. 2022-07-22 10:17:12.926 18424-18424/? D/VrEmptyLockscreen: showLockscreen() called
    902. 2022-07-22 10:17:12.927 18424-18424/? D/UserSwitchHelper: hide()
    903. 2022-07-22 10:17:12.927 856-3727/? D/VrApiService: refresh-rate changed to 72Hz
    904. 2022-07-22 10:17:12.927 18663-18663/? I/Vsync: Opened /sys/class/drm/sde-crtc-0/lineptr_event
    905. 2022-07-22 10:17:12.927 18663-18663/? I/CompositorTiming: ---------------- CompositorTiming::Init ----------------
    906. 2022-07-22 10:17:12.927 18663-18663/? I/CompositorVR: Application context EGL_CONTEXT_CLIENT_VERSION = 3
    907. 2022-07-22 10:17:12.927 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: createSurface( vr_compositor, 3664, 1920 )
    908. 2022-07-22 10:17:12.928 18424-8810/? I/VrApi: ---------- vrapi_EnterVrMode [start] ----------
    909. 2022-07-22 10:17:12.928 18424-8810/? I/VrRuntimeClient: Tracing is disabled
    910. 2022-07-22 10:17:12.928 18424-8810/? I/VrRuntimeClient: SysProp debug mode is disabled on Client side
    911. 2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: getSurfaceWindow returned 0x7ec68e9010
    912. 2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: frontBufferWidth = 3664
    913. 2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR_EGL: EGLSurfaceInit: frontBufferHeight = 1920
    914. 2022-07-22 10:17:12.928 18663-18663/? I/CompositorVR: createSurface( vr_compositor, 3664, 1920 )
    915. 2022-07-22 10:17:12.928 18663-8811/? I/CompositorVR: WarpThreadInit()
    916. 2022-07-22 10:17:12.929 18034-8757/? D/NuPlayerDriver: notifyResetComplete(0xeee2e5a0)
    917. 2022-07-22 10:17:12.930 845-13631/? V/C2Store: in ~ComponentModule
    918. 2022-07-22 10:17:12.930 845-13631/? V/C2Store: unloading dll
    919. 2022-07-22 10:17:12.930 18034-1844/? W/AMessage: failed to post message as target looper for handler 0 is gone.
    920. 2022-07-22 10:17:12.931 18424-8810/? D/VrApi: targetSDKVersion 29
    921. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest 2
    922. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
    923. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
    924. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: DEVICE OS VERSION = 10
    925. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: API LOADER VERSION = 1.56.0
    926. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: RUNTIME API VERSION = 1.59.0
    927. 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
    928. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP NAME = com.oculus.os.vrlockscreen
    929. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP VERSION = 10 versionCode 29 internalVersionName <none>
    930. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP VR TYPE = <none>
    931. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP MODE TYPE = <none>
    932. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP PACKAGE NAME = com.oculus.os.vrlockscreen
    933. 2022-07-22 10:17:12.932 18424-8810/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.oculus.os.DialogContext
    934. 2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Initializing head tracking
    935. 2022-07-22 10:17:12.932 18424-8810/? D/OsSdk: TrackingServiceConnection ctor
    936. 2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Head tracker != nullpointer 0x7ebcb5ecd8, 1
    937. 2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Initializing controller tracking
    938. 2022-07-22 10:17:12.932 18424-8810/? I/Sensor: OSSDKTRACKING Controller tracker != nullpointer 0x7f203f65d0, 1
    939. 2022-07-22 10:17:12.932 18424-8810/? D/BatteryReceiver: Registering battery receiver
    940. 2022-07-22 10:17:12.936 852-8783/? I/[CT]: TIMESTAMPCHECKER: Received first IMU-IOHM capture timestamp: 1689.463129000 [sec]
    941. 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]
    942. 2022-07-22 10:17:12.937 18424-8810/? D/HeadsetReceiver: getCurrentHeadsetState: false
    943. 2022-07-22 10:17:12.937 852-8783/? W/[CT]: VIPER: dropping gyro data, because accelerometer cannot be interpolated.
    944. 2022-07-22 10:17:12.937 18424-8810/? I/DeviceStatus: nativeHeadsetEvent(0)
    945. 2022-07-22 10:17:12.937 852-8783/? W/[CT]: VIPER: dropping gyro data, because accelerometer cannot be interpolated.
    946. 2022-07-22 10:17:12.937 852-8783/? I/[CT]: VisionInterface: HMD Tracking switching to 3dof (from unknown) - Engine State: Running
    947. 2022-07-22 10:17:12.944 18424-8810/? I/VrRuntimeClient: SetCompositorClientFeatureFlag ClientFeatureFlag 0
    948. 2022-07-22 10:17:12.945 18752-8454/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    949. 2022-07-22 10:17:12.945 18424-8810/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    950. 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)
    951. 2022-07-22 10:17:12.945 18424-8810/? I/LogTimer: CPUTIME: VrRuntimeClient_BeginSession took 17.5824 ms
    952. 2022-07-22 10:17:12.946 18424-8810/? I/ClientInputInterface: DEADRECKONING SetControllerTrackingExtendedDeadreckoning 0
    953. 2022-07-22 10:17:12.946 18424-8810/? I/ClientInputSettings: HANDTRACKING package name is com.oculus.os.vrlockscreen
    954. 2022-07-22 10:17:12.947 18424-8810/? I/ClientInputSettings: HANDTRACKING: Manifest Permission request for com.oculus.os.vrlockscreen
    955. 2022-07-22 10:17:12.948 18424-8810/? I/ClientInputSettings: HANDTRACKING:  'com.oculus.os.vrlockscreen' Is hands or controller.
    956. 2022-07-22 10:17:12.948 18424-8810/? I/ClientInputSettings: HANDTRACKING: feature flag set to 2
    957. 2022-07-22 10:17:12.948 18424-8810/? I/ClientInputInterface: HANDTRACKING sethandmanifest 2
    958. 2022-07-22 10:17:12.948 18424-8810/? D/InputHooksJava: Enabling Java Input Hooks
    959. 2022-07-22 10:17:12.948 18424-8810/? I/InputDeviceManager: ovrInputDeviceManager::Initialize
    960. 2022-07-22 10:17:12.948 18424-8810/? D/OsSdk: TrackingServiceConnection registered
    961. 2022-07-22 10:17:12.949 18424-8812/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
    962. 2022-07-22 10:17:12.949 18424-8812/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
    963. 2022-07-22 10:17:12.949 852-8783/? I/[CT]: TIMESTAMPCHECKER: Identified IMU-IOHM sampling rate: 1011.12 Hz
    964. 2022-07-22 10:17:12.950 852-8212/? D/TrackingService: getSharedMemory: com.oculus.os.vrlockscreen, HeadTracker
    965. 2022-07-22 10:17:12.950 18424-8810/? I/Distortion: Initializing Mesh Decenter Correction
    966. 2022-07-22 10:17:12.951 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    967. 2022-07-22 10:17:12.951 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    968. 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
    969. 2022-07-22 10:17:12.951 18424-8810/? I/Distortion: Initializing Mesh Decenter Correction
    970. 2022-07-22 10:17:12.952 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    971. 2022-07-22 10:17:12.952 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    972. 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
    973. 2022-07-22 10:17:12.953 18424-8810/? I/Distortion: Created custom distortion mesh.
    974. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_RESET_WINDOW_FULLSCREEN = 1
    975. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_NATIVE_WINDOW = 1
    976. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_FRONT_BUFFER_SRGB = 0
    977. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_PHASE_SYNC = 0
    978. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: ovrModeParms::VRAPI_MODE_FLAG_APP_SPACE_WARP = 0
    979. 2022-07-22 10:17:12.953 18424-8810/? I/VrRuntimeClient: SetPhaseSyncMode 0
    980. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: PhaseSync disabled
    981. 2022-07-22 10:17:12.953 18424-8810/? I/VrApi: HMD sensor attached.
    982. 2022-07-22 10:17:12.953 18424-8810/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.oculus.os.vrlockscreen:1000
    983. 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
    984. 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) }
    985. 2022-07-22 10:17:12.954 18424-8810/? D/VrRuntimeClient: VrRuntimeClient: getClientWindow: dialog client
    986. 2022-07-22 10:17:12.954 18752-18752/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
    987. 2022-07-22 10:17:12.954 18752-18752/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
    988. 2022-07-22 10:17:12.955 18752-18752/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
    989. 2022-07-22 10:17:12.955 18752-18752/? I/VrGuardianService: nativeSetCurrentUser userid = 10
    990. 2022-07-22 10:17:12.955 18752-18752/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
    991. 2022-07-22 10:17:12.955 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x7f2046eac0, 2, com.oculus.os.vrlockscreen
    992. 2022-07-22 10:17:12.961 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8811, pol=5, pri=2 ) succeeded
    993. 2022-07-22 10:17:12.962 18663-8811/? I/CompositorVR_EGL: Context is EGL_CONTEXT_PRIORITY_HIGH_IMG
    994. 2022-07-22 10:17:12.963 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    995. 2022-07-22 10:17:12.964 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    996. 2022-07-22 10:17:12.964 852-8783/? I/[CT]: TIMESTAMPCHECKER: Received first Magnetometer-IOHM capture timestamp: 1689.491926000 [sec]
    997. 2022-07-22 10:17:12.965 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    998. 2022-07-22 10:17:12.965 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    999. 2022-07-22 10:17:12.971 18663-8811/? I/DirectRender: 0x7fb734b960 DirectRender::Init()
    1000. 2022-07-22 10:17:12.971 18663-8811/? I/DirectRender: Performing an initial swapbuffers.
    1001. 2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: surface size: 3664 x 1920
    1002. 2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Supports KHR_mutable_render_buffer!
    1003. 2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Set EGL_RENDER_BUFFER to EGL_SINGLE_BUFFER
    1004. 2022-07-22 10:17:12.972 18663-8811/? I/DirectRender: Setting auto refresh on surface 0x7ec54d0c00 to 1
    1005. 2022-07-22 10:17:12.973 18663-8811/? I/DirectRender: Adreno GPU
    1006. 2022-07-22 10:17:12.973 18663-8811/? I/CompositorVR: Viewport updated HO: 0 VO: 0 W: 3664 H: 1920
    1007. 2022-07-22 10:17:12.973 18663-8811/? I/CompositorVR: CompositorVR::LoadHmdInfoMesh
    1008. 2022-07-22 10:17:12.973 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
    1009. 2022-07-22 10:17:12.974 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    1010. 2022-07-22 10:17:12.974 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    1011. 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
    1012. 2022-07-22 10:17:12.975 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
    1013. 2022-07-22 10:17:12.976 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    1014. 2022-07-22 10:17:12.976 847-11019/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    1015. 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
    1016. 2022-07-22 10:17:12.977 18663-8811/? I/Distortion: Created custom distortion mesh.
    1017. 2022-07-22 10:17:12.977 18663-8811/? I/DistortionMesh: LoadDistortionMeshFromMemory
    1018. 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
    1019. 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
    1020. 2022-07-22 10:17:12.982 18663-8811/? I/DistortionMesh: distortion mesh clipping saved 14.77% fill
    1021. 2022-07-22 10:17:12.982 852-8798/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-IOHM capture timestamp: 1689.498134000 [sec]
    1022. 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.
    1023. 2022-07-22 10:17:12.983 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
    1024. 2022-07-22 10:17:12.983 852-8752/? I/[CT]: boltlib: DSP utilization: 0.00 % (14 / 525345 ms)
    1025. 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.
    1026. 2022-07-22 10:17:12.988 847-11019/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    1027. 2022-07-22 10:17:12.988 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    1028. 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
    1029. 2022-07-22 10:17:12.990 18663-8811/? I/Distortion: Created custom distortion mesh.
    1030. 2022-07-22 10:17:12.991 18663-8811/? I/DistortionMesh: LoadDistortionMeshFromMemory
    1031. 2022-07-22 10:17:12.994 852-8798/? W/[CT]: F2F_TRACKER: Descriptor Matching | No active tracks available. Skipping matching!
    1032. 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!
    1033. 2022-07-22 10:17:12.994 852-8798/? W/[CT]: VegaTrackTracker: Frame-to-frame tracker returned 0 track measurements
    1034. 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.
    1035. 2022-07-22 10:17:12.995 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    1036. 2022-07-22 10:17:12.995 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1037. 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)
    1038. 2022-07-22 10:17:12.998 852-8804/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-CHM capture timestamp: 1689.516438000 [sec]
    1039. 2022-07-22 10:17:12.998 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
    1040. 2022-07-22 10:17:13.008 18663-8811/? I/DistortionMesh: distortion mesh clipping saved 14.62% fill
    1041. 2022-07-22 10:17:13.009 18663-8811/? I/CompositorVR: High quality distortion mesh dimensions: 57x60 in 0.025895
    1042. 2022-07-22 10:17:13.009 18663-8811/? I/CompositorVR: No Timewarp Decenter Correction
    1043. 2022-07-22 10:17:13.009 18663-8811/? I/Distortion: Initializing Mesh Decenter Correction
    1044. 2022-07-22 10:17:13.010 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    1045. 2022-07-22 10:17:13.010 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn''com.oculus.os.vrlockscreen' 'com.oculus.os.vrlockscreen'  updated AnytimeUI processname 1
    1046. 2022-07-22 10:17:13.044 18663-18747/? D/VrRuntimeService: sendPrimaryPackageChangeBroadcast
    1047. 2022-07-22 10:17:13.053 18663-8811/? I/Vsync: Vsync 34:  2 x 13.92 ms (72.01 Hz, at 736123.385)
    1048. 2022-07-22 10:17:13.053 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
    1049. 2022-07-22 10:17:13.053 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
    1050. 2022-07-22 10:17:13.054 852-8798/? I/[CT]: VIPER:LOCALIZER_MANAGER: [Throttled count=18] Localization received no current map. Triggering localization!
    1051. 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
    1052. 2022-07-22 10:17:13.055 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
    1053. 2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    1054. 2022-07-22 10:17:13.055 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1055. 2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    1056. 2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    1057. 2022-07-22 10:17:13.055 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    1058. 2022-07-22 10:17:13.056 852-1302/? I/[CT]: VIPER:LOCALIZER: Extracting non-gravity-aligned descriptors on query.
    1059. 2022-07-22 10:17:13.056 18663-18747/? I/AADT: SetAADTLutDataX: 0
    1060. 2022-07-22 10:17:13.056 18663-18747/? I/AADT: SetAADTLutDataY: 0
    1061. 2022-07-22 10:17:13.056 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
    1062. 2022-07-22 10:17:13.056 18663-18747/? I/ServiceInputManager: InhibitHandleHomeKey has changed on the service. New value: 1
    1063. 2022-07-22 10:17:13.056 18663-18747/? I/ServiceInputManager: DEADRECKONING deadReckoning mode on ClientMgr from server is 0
    1064. 2022-07-22 10:17:13.056 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: -1,-1 -> 0,0
    1065. 2022-07-22 10:17:13.056 18663-18743/? I/Clocks: ReleaseClocks - start
    1066. 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
    1067. 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
    1068. 2022-07-22 10:17:13.057 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
    1069. 2022-07-22 10:17:13.057 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 3 0x8058 1000 1000 1 1 1 0 14
    1070. 2022-07-22 10:17:13.059 18663-18747/? I/UnifiedTelemetryWrapper: Started UT session don
    1071. 2022-07-22 10:17:13.059 18663-18747/? I/TimeWarpClientMgr: Enable client 0
    1072. 2022-07-22 10:17:13.059 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(0): layer placement(2147483643) flags(8) sm(0x7ed05b7160)
    1073. 2022-07-22 10:17:13.059 18663-18743/? I/Clocks: ReleaseClocks - end (2.9 ms)
    1074. 2022-07-22 10:17:13.059 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - start
    1075. 2022-07-22 10:17:13.059 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    1076. 2022-07-22 10:17:13.061 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x48083:0x0 in 1.1 ms
    1077. 2022-07-22 10:17:13.061 18424-8834/? D/VrApi: targetSDKVersion 29
    1078. 2022-07-22 10:17:13.062 18424-8834/? I/JniUtils: ovr_GetCurrentPackageSignature
    1079. 2022-07-22 10:17:13.062 18663-18743/? I/Clocks: CPU levels [0, 4]
    1080. 2022-07-22 10:17:13.062 18663-18743/? I/Clocks: GPU levels [0, 5]
    1081. 2022-07-22 10:17:13.062 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - end (2.8 ms)
    1082. 2022-07-22 10:17:13.062 18424-8834/? I/Metrics: device name = Oculus Quest 2
    1083. 2022-07-22 10:17:13.065 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
    1084. 2022-07-22 10:17:13.065 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
    1085. 2022-07-22 10:17:13.071 18594-18594/? I/[CT]: MIXEDREALITY: MrService: ScreenStateChanged: true
    1086. 2022-07-22 10:17:13.071 18594-18594/? I/[CT]: MIXEDREALITY: MrService: onWakeup
    1087. 2022-07-22 10:17:13.073 18918-8842/? I/OSUpdateService: Intent with action system_interactive_changed
    1088. 2022-07-22 10:17:13.075 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58083:0x0 in 1.2 ms
    1089. 2022-07-22 10:17:13.077 18506-18506/? E/FuelGaugeCollector: could not read battery_cycle_count
    1090.     java.io.IOException: Get battery metric file failed for fake_aggregate_cycle_count
    1091.         at com.oculus.unifiedtelemetry.collectors.FuelGaugeCollector.A34(:136)
    1092.         at com.oculus.unifiedtelemetry.collectors.CollectorsControl.A31(:99)
    1093.         at X.oX.onReceive(:164)
    1094.         at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1556)
    1095.         at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
    1096.         at android.os.Handler.handleCallback(Handler.java:886)
    1097.         at android.os.Handler.dispatchMessage(Handler.java:102)
    1098.         at android.os.Looper.loop(Looper.java:214)
    1099.         at android.app.ActivityThread.main(ActivityThread.java:7400)
    1100.         at java.lang.reflect.Method.invoke(Native Method)
    1101.         at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
    1102.         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
    1103. 2022-07-22 10:17:13.078 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
    1104. 2022-07-22 10:17:13.078 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 1440 1584 1 3 1 0 14
    1105. 2022-07-22 10:17:13.081 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    1106. 2022-07-22 10:17:13.085 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
    1107. 2022-07-22 10:17:13.085 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 1440 1584 1 3 1 0 14
    1108. 2022-07-22 10:17:13.086 18527-18527/? D/OculusNotificationListenerService: Notification posted: 0|com.oculus.horizon|135234|null|10054
    1109. 2022-07-22 10:17:13.091 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1110. 2022-07-22 10:17:13.091 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    1111. 2022-07-22 10:17:13.092 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.SCREEN_ON
    1112. 2022-07-22 10:17:13.092 760-8755/? W/SensorService: Arrival timestamp too late
    1113. 2022-07-22 10:17:13.092 31716-31716/? D/[OAO] ShellOverlayService: onScreenStateChanged: true
    1114. 2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    1115. 2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    1116. 2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    1117. 2022-07-22 10:17:13.092 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    1118. 2022-07-22 10:17:13.094 31879-32159/? W/PresenceAPKNative(hyperspace_controller_module): is_screen_on: 1
    1119. 2022-07-22 10:17:13.096 852-8212/? D/TrackingService: getSharedMemory: com.oculus.os.vrlockscreen, Controller
    1120. 2022-07-22 10:17:13.096 18424-8810/? D/VrRuntimeClient: loadDriverResource - resourceName: 'hand_left'
    1121. 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
    1122. 2022-07-22 10:17:13.101 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.SCREEN_ON
    1123. 2022-07-22 10:17:13.103 18424-8810/? D/VrRuntimeClient: loadDriverResource - resourceName: 'hand_right'
    1124. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    1125.     command = primaryPackageChanged
    1126. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : primaryPackageChanged
    1127. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage forceSilentUpdate:0
    1128. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage Requested for PackageName:com.oculus.os.vrlockscreen
    1129. 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
    1130. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] OverlayFlowController: OnPrimaryPackageChange primaryPackage:com.oculus.os.vrlockscreen immersiveAppChanged:0 forceSilentUpdate:0
    1131. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] OverlaySystemUxOsDialogFlow: OverlaySystemUxOsDialogFlow UpdatePrimaryPackage isVrShellPackage:0 isSystemPackage:1
    1132. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    1133.     command = screenStateChanged
    1134.     state = 1
    1135. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : screenStateChanged
    1136. 2022-07-22 10:17:13.104 31716-32053/? I/[OAO] ShellOverlayApp: screenStateChanged message received
    1137. 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
    1138. 2022-07-22 10:17:13.106 32703-32703/? D/[SUI] NotificationBroadcastReceiver: action: com.oculus.intent.action.NOTIF_CHANGE
    1139. 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)
    1140. 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
    1141. 2022-07-22 10:17:13.108 31716-31716/? D/[OAO] VrBroadcastReceiver: action: com.oculus.vrshell.intent.action.NOTIFICATION_WAKE
    1142. 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)
    1143. 2022-07-22 10:17:13.109 18663-8451/? I/VrRuntimeService: CreateSwapChain: 873969066
    1144. 2022-07-22 10:17:13.109 18663-8451/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8c43 64 64 1 3 1 0 14
    1145. 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
    1146. 2022-07-22 10:17:13.110 18663-8451/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    1147. 2022-07-22 10:17:13.112 31716-31716/? D/[OAO] VrNotificationService: VrNotificationService onStartCommand() Intent { cmp=com.oculus.vrshell/.VrNotificationService }
    1148. 2022-07-22 10:17:13.113 18424-8810/? D/UI: Creating window texture with size 725 x 725
    1149. 2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeService: CreateAndroidSurfaceSwapChain: 873969066
    1150. 2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeService: CreateAndroidSurfaceSwapChain: 65536 1 32856 725 725 1 1 1 0 0
    1151. 2022-07-22 10:17:13.113 18663-18731/? I/SwapChain_Surface: CreateAndroidSurfaceSwapChainGLES: 0x7e86457000: SurfaceTexture 0x2b96 Surface 0x2ba6
    1152. 2022-07-22 10:17:13.113 18663-8451/? I/VrRuntimeServer: CreateAndroidSurfaceSwapChain: result surface 0x7e86457000
    1153. 2022-07-22 10:17:13.114 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
    1154. 2022-07-22 10:17:13.115 18663-8451/? I/VrRuntimeService: UpdateSwapChainSamplerState: 336
    1155. 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}
    1156. 2022-07-22 10:17:13.115 18424-8810/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.oculus.os.vrlockscreen:1000
    1157. 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
    1158. 2022-07-22 10:17:13.122 760-8755/? W/SensorService: Arrival timestamp too early
    1159. 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) }
    1160. 2022-07-22 10:17:13.123 18752-18752/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
    1161. 2022-07-22 10:17:13.124 18752-18752/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
    1162. 2022-07-22 10:17:13.124 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 4 0 4
    1163. 2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 5 0 4
    1164. 2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 8 0 4
    1165. 2022-07-22 10:17:13.125 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 9 0 4
    1166. 2022-07-22 10:17:13.125 18752-18752/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
    1167. 2022-07-22 10:17:13.125 18752-18752/? I/VrGuardianService: nativeSetCurrentUser userid = 10
    1168. 2022-07-22 10:17:13.125 18752-18752/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
    1169. 2022-07-22 10:17:13.125 18424-8853/? I/FenceChecker: FenceChecker::MainLoop - started
    1170. 2022-07-22 10:17:13.128 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 0,0 -> 1,1
    1171. 2022-07-22 10:17:13.128 18663-18743/? I/Clocks: ReleaseClocks - start
    1172. 2022-07-22 10:17:13.129 18663-18743/? I/Clocks: ReleaseClocks - end (0.6 ms)
    1173. 2022-07-22 10:17:13.129 18663-18743/? I/Clocks: LockClocks( cpu=1, gpu=1 ) - start
    1174. 2022-07-22 10:17:13.131 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 3:0x40080:0x0 in 1.1 ms
    1175. 2022-07-22 10:17:13.132 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x100000058002:0x0 in 1.0 ms
    1176. 2022-07-22 10:17:13.133 18663-18743/? I/Clocks: CPU levels [0, 4]
    1177. 2022-07-22 10:17:13.133 18663-18743/? I/Clocks: GPU levels [0, 5]
    1178. 2022-07-22 10:17:13.133 18663-18743/? I/Clocks: LockClocks( cpu=1, gpu=1 ) - end (4.5 ms)
    1179. 2022-07-22 10:17:13.134 18663-8811/? I/ScreenCaptureBase: GlobalInhibitState changed to 1
    1180. 2022-07-22 10:17:13.135 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8853, pol=3, pri=0 ) succeeded
    1181. 2022-07-22 10:17:13.135 18663-8811/? I/CompositorVR: SetClientSurfaceSecureFlag: secure=1
    1182. 2022-07-22 10:17:13.144 18663-8811/? I/SwapChain_Surface: AttachSurfaceSwapChainGLES: 0x7e86457000 with SurfaceTexture 0x2b96 attached on init
    1183. 2022-07-22 10:17:13.145 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 1:0x100000048001:0x0 in 1.1 ms
    1184. 2022-07-22 10:17:13.146 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    1185. 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.
    1186.     This probably means this client is taking more than 33 ms to process the frame.
    1187.     Retrying.
    1188. 2022-07-22 10:17:13.151 624-624/? W/VRLifecycleManager: onHeadsetMounted
    1189. 2022-07-22 10:17:13.152 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1190. 2022-07-22 10:17:13.152 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1191. 2022-07-22 10:17:13.156 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
    1192. 2022-07-22 10:17:13.157 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 181, Stereo matches: 0, Inlier ratio: 0.3756906
    1193. 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.
    1194. 2022-07-22 10:17:13.159 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    1195. 2022-07-22 10:17:13.159 624-624/? D/PlatformPlugin: [PlatformPluginManager] Acquiring lock: nativeInit
    1196. 2022-07-22 10:17:13.159 624-624/? D/PlatformPlugin: [PlatformPluginManager] Successfully acquired lock: nativeInit
    1197. 2022-07-22 10:17:13.159 624-624/? I/PlatformPlugin: [PlatformPluginManager] Init
    1198. 2022-07-22 10:17:13.159 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1199. 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].
    1200. 2022-07-22 10:17:13.160 624-624/? I/OVRPlatform: [Context] ConfigOption DisableFbns =>  1
    1201. 2022-07-22 10:17:13.160 624-624/? I/OVRPlatform: [Context] Didn't find config(DisableP2pNetworking), returning default(0)
    1202. 2022-07-22 10:17:13.161 624-624/? I/OVRPlatform: [AndroidPlatformIntegration] SetThreadCPUAffinity thread 0, cpu mask 0x0000007f
    1203. 2022-07-22 10:17:13.161 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1204. 2022-07-22 10:17:13.163 852-1302/? I/[CT]: VIPER: Removed 1 duplicate inliers from the localization result (before: 32, after: 31).
    1205. 2022-07-22 10:17:13.175 624-8866/? I/libjingle: [4798:223] [8866] (RenderFrameCapturerImpl.cpp:351): InitializeAndroid
    1206. 2022-07-22 10:17:13.175 624-8866/? D/JVM: JVM::Initialize@[tid=8866]
    1207. 2022-07-22 10:17:13.175 624-8866/? D/JVM: JVM::JVM@[tid=8866]
    1208. 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
    1209. 2022-07-22 10:17:13.176 624-8866/? I/MediaCodecVideoEncoder: [4798:224] [8866] MediaCodecVideoEncoder: VP8 HW Encoder supported.
    1210. 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
    1211. 2022-07-22 10:17:13.176 624-8866/? I/MediaCodecVideoEncoder: [4798:224] [8866] MediaCodecVideoEncoder: H.264 HW Encoder supported.
    1212. 2022-07-22 10:17:13.176 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
    1213. 2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoEncoder: [4798:227] [8866] MediaCodecVideoEncoder: MediaCodecVideoEncoderFactory::SetEGLContext
    1214. 2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:227] [8866] MediaCodecVideoDecoder: MediaCodecVideoDecoderFactory ctor
    1215. 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
    1216. 2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8
    1217. 2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13
    1218. 2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:227] [8866] MediaCodecVideoDecoder: VP8 HW Decoder supported.
    1219. 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
    1220. 2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp9
    1221. 2022-07-22 10:17:13.179 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp9. Color: 0x13
    1222. 2022-07-22 10:17:13.179 624-8866/? I/MediaCodecVideoDecoder: [4798:228] [8866] MediaCodecVideoDecoder: VP9 HW Decoder supported.
    1223. 2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
    1224. 2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
    1225. 2022-07-22 10:17:13.180 624-8866/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
    1226. 2022-07-22 10:17:13.180 624-8866/? I/MediaCodecVideoDecoder: [4798:228] [8866] MediaCodecVideoDecoder: H264 HW Decoder supported.
    1227. 2022-07-22 10:17:13.183 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.13 [sec] old.
    1228. 2022-07-22 10:17:13.184 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1229. 2022-07-22 10:17:13.184 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1230. 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.
    1231. 2022-07-22 10:17:13.195 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidPlatformIntegration-Constructor took 34.5670 milliseconds
    1232. 2022-07-22 10:17:13.197 624-624/? I/OVRPlatform: [AndroidPlatformIntegration] OS supports Oculus mic sharing, using native APIs for ovr_Microphone
    1233. 2022-07-22 10:17:13.198 624-624/? I/OboeAudio: openStream() INPUT -------- OboeVersion1.5.1 --------
    1234. 2022-07-22 10:17:13.198 624-624/? I/AAudio: AAudioStreamBuilder_openStream() called ----------------------------------------
    1235. 2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: rate   =  48000, channels  = 1, format   = 1, sharing = SH, dir = INPUT
    1236. 2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: device =      0, sessionId = -1, perfMode = 10, callback: OFF with frames = 0
    1237. 2022-07-22 10:17:13.198 624-624/? I/AudioStreamBuilder: usage  =      1, contentType = 2, inputPreset = 1, allowedCapturePolicy = 0
    1238. 2022-07-22 10:17:13.198 624-624/? D/AudioStreamBuilder: build() MMAP not available because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not used.
    1239. 2022-07-22 10:17:13.204 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 1.
    1240. 2022-07-22 10:17:13.207 18033-18220/? E/ServiceUtilities: Request denied by app op: 27
    1241. 2022-07-22 10:17:13.207 18033-18220/? E/AudioFlinger: createRecord() getInputForAttr return error -1
    1242. 2022-07-22 10:17:13.207 624-624/? E/IAudioFlinger: createRecord returned error -1
    1243. 2022-07-22 10:17:13.207 624-624/? E/AudioRecord: createRecord_l(6226027): AudioFlinger could not create record track, status: -1
    1244. 2022-07-22 10:17:13.207 624-624/? W/AudioRecord: removeAudioDeviceCallback(6226027): removing different callback!
    1245. 2022-07-22 10:17:13.207 624-624/? E/AudioStreamRecord: open(), initCheck() returned -1
    1246. 2022-07-22 10:17:13.207 624-624/? I/AAudio: AAudioStreamBuilder_openStream() returns -896 = AAUDIO_ERROR_INTERNAL for s#0 ----------------
    1247. 2022-07-22 10:17:13.207 624-624/? W/OboeAudio: AudioStreamAAudio.open() may have failed due to lack of audio recording permission.
    1248. 2022-07-22 10:17:13.208 624-624/? I/libjingle: [4798:256] [624] (WebRtcPeerConnectionFactory.cpp:119): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory
    1249. 2022-07-22 10:17:13.209 624-8871/? I/libjingle: [4798:257] [8871] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
    1250. 2022-07-22 10:17:13.209 624-8872/? I/libjingle: [4798:257] [8872] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
    1251. 2022-07-22 10:17:13.209 624-624/? I/libjingle: [4798:258] [624] (WebRtcPeerConnectionFactory.cpp:164): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory enc 0x7ebff7a9d0 dec 0x7ec002a4e0
    1252. 2022-07-22 10:17:13.210 624-8872/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=8872]
    1253. 2022-07-22 10:17:13.210 624-8872/? D/JVM: Attaching thread to JVM
    1254. 2022-07-22 10:17:13.210 624-8872/? D/JVM: JVM::environment@[tid=8872]
    1255. 2022-07-22 10:17:13.210 624-8872/? D/JVM: JNIEnvironment::ctor@[tid=8872]
    1256. 2022-07-22 10:17:13.210 624-8872/? D/AudioManager: ctor@[tid=8872]
    1257. 2022-07-22 10:17:13.210 624-8872/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager)
    1258. 2022-07-22 10:17:13.210 624-8872/? D/JVM: NativeRegistration::ctor@[tid=8872]
    1259. 2022-07-22 10:17:13.210 624-8872/? D/JVM: NativeRegistration::NewObject@[tid=8872]
    1260. 2022-07-22 10:17:13.210 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: ctor@[name=Thread-54, id=903]
    1261. 2022-07-22 10:17:13.210 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: Sample rate is set to 48000 Hz
    1262. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: OnCacheAudioParameters@[tid=8872]
    1263. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_aec: 1
    1264. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_agc: 0
    1265. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: hardware_ns: 1
    1266. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: low_latency_output: 1
    1267. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: sample_rate: 48000
    1268. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: channels: 1
    1269. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: output_buffer_size: 192
    1270. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: input_buffer_size: 1920
    1271. 2022-07-22 10:17:13.211 624-8872/? D/JVM: GlobalRef::ctor@[tid=8872]
    1272. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: JavaAudioManager::ctor@[tid=8872]
    1273. 2022-07-22 10:17:13.211 624-8872/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=8872]
    1274. 2022-07-22 10:17:13.211 624-8872/? D/JVM: JVM::environment@[tid=8872]
    1275. 2022-07-22 10:17:13.211 624-8872/? D/JVM: JNIEnvironment::ctor@[tid=8872]
    1276. 2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: ctor@[tid=8872]
    1277. 2022-07-22 10:17:13.211 624-8872/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioTrack)
    1278. 2022-07-22 10:17:13.211 624-8872/? D/JVM: NativeRegistration::ctor@[tid=8872]
    1279. 2022-07-22 10:17:13.211 624-8872/? D/JVM: NativeRegistration::NewObject@[tid=8872]
    1280. 2022-07-22 10:17:13.211 624-8872/? I/org.webrtc.Logging: WebRtcAudioTrack: ctor@[name=Thread-54, id=903]
    1281. 2022-07-22 10:17:13.211 624-8872/? D/JVM: GlobalRef::ctor@[tid=8872]
    1282. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: SetActiveAudioLayer(5)@[tid=8872]
    1283. 2022-07-22 10:17:13.211 624-8872/? D/AudioManager: delay_estimate_in_milliseconds: 150
    1284. 2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: AttachAudioBuffer@[tid=8872]
    1285. 2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: SetPlayoutSampleRate(48000)
    1286. 2022-07-22 10:17:13.211 624-8872/? D/AudioTrackJni: SetPlayoutChannels(1)
    1287. 2022-07-22 10:17:13.211 624-8872/? I/libjingle: [4798:259] [8872] (AudioRecordWrapper.cpp:53): Attached an audio buffer to AudioRecordWrapper
    1288. 2022-07-22 10:17:13.212 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:246): WebRtc VoiceEngine codecs:
    1289. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ISAC/16000/1 (103)
    1290. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ISAC/32000/1 (104)
    1291. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): PCMU/8000/1 (0)
    1292. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): PCMA/8000/1 (8)
    1293. 2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: PCMU/8000/2 (110)
    1294. 2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: PCMA/8000/2 (118)
    1295. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): ILBC/8000/1 (102)
    1296. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): G722/8000/1 (9)
    1297. 2022-07-22 10:17:13.213 624-8872/? W/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:297): Unexpected codec: G722/8000/2 (119)
    1298. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): opus/48000/2 (111)
    1299. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/8000/1 (13)
    1300. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/16000/1 (105)
    1301. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): CN/32000/1 (106)
    1302. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): telephone-event/8000/1 (126)
    1303. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvoiceengine.cc:273): red/8000/1 (127)
    1304. 2022-07-22 10:17:13.213 624-8872/? I/libjingle: [4798:261] [8872] (webrtcvideoengine2.cc:497): WebRtcVideoEngine2::WebRtcVideoEngine2()
    1305. 2022-07-22 10:17:13.214 624-8872/? I/libjingle: [4798:262] [8872] (webrtcvoiceengine.cc:551): WebRtcVoiceEngine::Init
    1306. 2022-07-22 10:17:13.214 624-8872/? I/libjingle: [4798:262] [8872] (webrtcvoiceengine.cc:575): VoiceEngine 4.1.0
    1307. 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
    1308. 2022-07-22 10:17:13.214 624-8872/? D/AudioManager: Init@[tid=8872]
    1309. 2022-07-22 10:17:13.214 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: init@[name=Thread-54, id=903]
    1310. 2022-07-22 10:17:13.214 624-8872/? I/org.webrtc.Logging: WebRtcAudioManager: audio mode is: MODE_NORMAL
    1311. 2022-07-22 10:17:13.215 624-8872/? D/AudioTrackJni: Init@[tid=8872]
    1312. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
    1313. 2022-07-22 10:17:13.215 624-8872/? E/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
    1314. 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)
    1315. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
    1316. 2022-07-22 10:17:13.215 624-8872/? E/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
    1317. 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)
    1318. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: TransmitMixer::SetAudioProcessingModule(audioProcessingModule=0xbfedc200)
    1319. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:263] [8872] (webrtcvoiceengine.cc:1066): webrtc: OutputMixer::SetAudioProcessingModule(audioProcessingModule=0xbfedc200)
    1320. 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
    1321. 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, }
    1322. 2022-07-22 10:17:13.215 624-8872/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 0
    1323. 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
    1324. 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
    1325. 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
    1326. 2022-07-22 10:17:13.215 624-8872/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 2
    1327. 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
    1328. 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
    1329. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:817): High pass filter enabled? 0
    1330. 2022-07-22 10:17:13.215 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:825): Stereo swapping enabled? 0
    1331. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:834): NetEq capacity is 50
    1332. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:842): NetEq fast mode? 0
    1333. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:850): Typing detection is enabled? 0
    1334. 2022-07-22 10:17:13.216 624-8872/? E/libjingle: [4798:264] [8872] (voe_audio_processing_impl.cc:955): SetTypingDetectionStatus: not supported
    1335. 2022-07-22 10:17:13.216 624-8872/? W/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:854): SetTypingDetectionStatus(0) failed, err=8003
    1336. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:859): Adjust agc delta is 0
    1337. 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
    1338. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:870): Delay agnostic aec is enabled? 0
    1339. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:879): Extended filter aec is enabled? 0
    1340. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:888): Experimental ns is enabled? 0
    1341. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:611): WebRtc VoiceEngine codecs:
    1342. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:613): opus/48000/2 (111)
    1343. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:264] [8872] (webrtcvoiceengine.cc:613): ISAC/16000/1 (103)
    1344. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): ISAC/32000/1 (104)
    1345. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): G722/8000/1 (9)
    1346. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): ILBC/8000/1 (102)
    1347. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): PCMU/8000/1 (0)
    1348. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): PCMA/8000/1 (8)
    1349. 2022-07-22 10:17:13.216 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/32000/1 (106)
    1350. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/16000/1 (105)
    1351. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): CN/8000/1 (13)
    1352. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): red/8000/1 (127)
    1353. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:613): telephone-event/8000/1 (126)
    1354. 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)
    1355. 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)
    1356. 2022-07-22 10:17:13.217 624-8872/? E/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
    1357. 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)
    1358. 2022-07-22 10:17:13.217 624-8872/? E/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
    1359. 2022-07-22 10:17:13.217 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1360. 2022-07-22 10:17:13.217 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1361. 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)
    1362. 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)
    1363. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvoiceengine.cc:554): WebRtcVoiceEngine::Init Done!
    1364. 2022-07-22 10:17:13.217 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1365. 2022-07-22 10:17:13.217 624-8872/? I/libjingle: [4798:265] [8872] (webrtcvideoengine2.cc:506): WebRtcVideoEngine2::Init
    1366. 2022-07-22 10:17:13.218 624-8872/? I/libjingle: [4798:266] [8872] (dtlsidentitystore.cc:53): Generating identity, using keytype 0
    1367. 2022-07-22 10:17:13.218 624-8872/? I/libjingle: [4798:266] [8872] (opensslidentity.cc:41): Making key pair
    1368. 2022-07-22 10:17:13.230 624-8872/? I/libjingle: [4798:278] [8872] (opensslidentity.cc:82): Returning key pair
    1369. 2022-07-22 10:17:13.230 624-8872/? I/libjingle: [4798:278] [8872] (opensslidentity.cc:89): Making certificate for WebRTC
    1370. 2022-07-22 10:17:13.232 624-8872/? I/libjingle: [4798:280] [8872] (opensslidentity.cc:137): Returning certificate
    1371. 2022-07-22 10:17:13.234 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
    1372. 2022-07-22 10:17:13.234 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
    1373. 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
    1374. 2022-07-22 10:17:13.235 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidFinishInitialization took 75.2110 milliseconds
    1375. 2022-07-22 10:17:13.236 624-624/? I/OVRPlatform: [RequestStopwatch] AndroidSynchronousInitialize took 76.2440 milliseconds
    1376. 2022-07-22 10:17:13.236 624-624/? I/PlatformPlugin: [PlatformPluginManager] Successfully initialized Platform
    1377. 2022-07-22 10:17:13.236 624-624/? D/PlatformPlugin: [PlatformPluginManager] Releasing lock: nativeInit
    1378. 2022-07-22 10:17:13.238 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 2.
    1379. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] SetHeadphoneStatus: DISCONNECTED
    1380. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
    1381. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    1382. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: true
    1383. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
    1384. 2022-07-22 10:17:13.243 624-624/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    1385. 2022-07-22 10:17:13.247 1484-1548/? W/PresenceAPKNative(hyperspace_controller_module): is_screen_on: 1
    1386. 2022-07-22 10:17:13.249 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1387. 2022-07-22 10:17:13.249 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: NotifyScreenStatus
    1388. 2022-07-22 10:17:13.249 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: notifyScreenStatus: ON, not active capabilities.
    1389. 2022-07-22 10:17:13.249 18594-19976/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
    1390. 2022-07-22 10:17:13.250 852-8212/? W/TrackingService: attachClient: found client in attached list
    1391. 2022-07-22 10:17:13.250 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1392. 2022-07-22 10:17:13.250 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1393. 2022-07-22 10:17:13.250 6810-6810/? W/VRLifecycleManager: onVRSessionStarted
    1394. 2022-07-22 10:17:13.251 852-8212/? D/TrackingService: getSharedMemory: com.oculus.mrservice, HeadTracker
    1395. 2022-07-22 10:17:13.257 7462-7462/? W/VRLifecycleManager: onVRSessionStarted
    1396. 2022-07-22 10:17:13.259 6810-6810/? W/VRLifecycleManager: onVRSessionStarted
    1397. 2022-07-22 10:17:13.260 18663-8811/? I/CompositorVR: SetSchedFifo( tid=19976, pol=5, pri=1 ) succeeded
    1398. 2022-07-22 10:17:13.262 18918-8842/? W/SystemUpdatePolicyMonitor: requestAllowedByPolicy: mLastReportedPolicyStatus=true
    1399. 2022-07-22 10:17:13.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1400. 2022-07-22 10:17:13.279 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 3.
    1401. 2022-07-22 10:17:13.283 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
    1402. 2022-07-22 10:17:13.285 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 177, Stereo matches: 4, Inlier ratio: 0.63276833
    1403. 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.
    1404. 2022-07-22 10:17:13.286 18035-18070/? I/netd: firewallSetUidRule(2, 10018, 2) <0.03ms>
    1405. 2022-07-22 10:17:13.287 18918-8842/? I/IdleMonitor: getIdleState duration=120, idleState=SCREEN_ON
    1406. 2022-07-22 10:17:13.287 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    1407. 2022-07-22 10:17:13.287 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1408. 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].
    1409. 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
    1410. 2022-07-22 10:17:13.289 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1411. 2022-07-22 10:17:13.289 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1412. 2022-07-22 10:17:13.290 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1413. 2022-07-22 10:17:13.293 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1414. 2022-07-22 10:17:13.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1415. 2022-07-22 10:17:13.317 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1416. 2022-07-22 10:17:13.318 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 4.
    1417. 2022-07-22 10:17:13.318 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1418. 2022-07-22 10:17:13.318 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1419. 2022-07-22 10:17:13.333 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1420. 2022-07-22 10:17:13.341 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 5.
    1421. 2022-07-22 10:17:13.350 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1422. 2022-07-22 10:17:13.351 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1423. 2022-07-22 10:17:13.351 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1424. 2022-07-22 10:17:13.354 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1425. 2022-07-22 10:17:13.374 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1426. 2022-07-22 10:17:13.375 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 6.
    1427. 2022-07-22 10:17:13.384 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1428. 2022-07-22 10:17:13.384 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1429. 2022-07-22 10:17:13.394 852-8783/? I/[CT]: TIMESTAMPCHECKER: Identified Magnetometer-IOHM sampling rate: 30.26 Hz
    1430. 2022-07-22 10:17:13.395 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1431. 2022-07-22 10:17:13.409 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 7.
    1432. 2022-07-22 10:17:13.415 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1433. 2022-07-22 10:17:13.416 18035-18070/? I/netd: firewallEnableChildChain(2, "false") <0.03ms>
    1434. 2022-07-22 10:17:13.431 852-8804/? I/[CT]: TIMESTAMPCHECKER: Identified Camera-CHM sampling rate: 30.00 Hz
    1435. 2022-07-22 10:17:13.435 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1436. 2022-07-22 10:17:13.447 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 210, Stereo matches: 15, Inlier ratio: 0.35714287
    1437. 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.
    1438. 2022-07-22 10:17:13.449 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    1439. 2022-07-22 10:17:13.449 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1440. 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].
    1441. 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
    1442. 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
    1443. 2022-07-22 10:17:13.451 852-8798/? I/[CT]: TIMESTAMPCHECKER: Identified Camera-IOHM sampling rate: 30.00 Hz
    1444. 2022-07-22 10:17:13.452 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1445. 2022-07-22 10:17:13.452 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1446. 2022-07-22 10:17:13.452 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1447. 2022-07-22 10:17:13.455 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1448. 2022-07-22 10:17:13.456 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1449. 2022-07-22 10:17:13.476 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 8.
    1450. 2022-07-22 10:17:13.476 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1451. 2022-07-22 10:17:13.476 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1452. 2022-07-22 10:17:13.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1453. 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.
    1454. 2022-07-22 10:17:13.484 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1455. 2022-07-22 10:17:13.497 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1456. 2022-07-22 10:17:13.501 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 9.
    1457. 2022-07-22 10:17:13.501 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1458. 2022-07-22 10:17:13.501 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1459. 2022-07-22 10:17:13.508 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1460. 2022-07-22 10:17:13.508 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1461. 2022-07-22 10:17:13.508 6810-6842/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    1462. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1463. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1464. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1465. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1466. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1467. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1468. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1469. 2022-07-22 10:17:13.509 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1470. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1471. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1472. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1473. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1474. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1475. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1476. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1477. 2022-07-22 10:17:13.510 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1478. 2022-07-22 10:17:13.510 6810-6842/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
    1479. 2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1480. 2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1481. 2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    1482. 2022-07-22 10:17:13.512 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    1483. 2022-07-22 10:17:13.518 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1484. 2022-07-22 10:17:13.527 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 10.
    1485. 2022-07-22 10:17:13.527 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1486. 2022-07-22 10:17:13.527 852-1302/? W/[CT]: VIPER:LOCALIZER: Localization priors not provided to LocalizationValidator
    1487. 2022-07-22 10:17:13.538 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1488. 2022-07-22 10:17:13.551 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
    1489. 2022-07-22 10:17:13.552 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 187, Stereo matches: 4, Inlier ratio: 0.4064171
    1490. 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.
    1491. 2022-07-22 10:17:13.554 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Forcing PerceptualTrackingStatus to Orientation because we're initializing.
    1492. 2022-07-22 10:17:13.554 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1493. 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].
    1494. 2022-07-22 10:17:13.555 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 11.
    1495. 2022-07-22 10:17:13.557 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1496. 2022-07-22 10:17:13.557 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1497. 2022-07-22 10:17:13.559 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1498. 2022-07-22 10:17:13.579 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1499. 2022-07-22 10:17:13.580 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 12.
    1500. 2022-07-22 10:17:13.584 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1501. 2022-07-22 10:17:13.584 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1502. 2022-07-22 10:17:13.597 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 1, frame seqId: 12
    1503. 2022-07-22 10:17:13.597 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    1504. 2022-07-22 10:17:13.597 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    1505. 2022-07-22 10:17:13.599 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1506. 2022-07-22 10:17:13.606 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 13.
    1507. 2022-07-22 10:17:13.617 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1508. 2022-07-22 10:17:13.617 852-8798/? I/[CT]: VIPER: Added a frame to tracking initialization
    1509. 2022-07-22 10:17:13.620 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1510. 2022-07-22 10:17:13.630 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1511. 2022-07-22 10:17:13.640 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1512. 2022-07-22 10:17:13.641 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 14.
    1513. 2022-07-22 10:17:13.651 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.03 [sec] old.
    1514. 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
    1515. 2022-07-22 10:17:13.660 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1516. 2022-07-22 10:17:13.679 852-1302/? I/[CT]: VIPER:LOCALIZER: Vio not initialized. Keep validating. Current numOfValidations 15.
    1517. 2022-07-22 10:17:13.679 852-1302/? W/[CT]: VIPER:LOCALIZER: Tried validating for 15 frames without success. Giving up validation.
    1518. 2022-07-22 10:17:13.681 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1519. 2022-07-22 10:17:13.687 852-8798/? W/[CT]: MatchOutlierRejection: Too few stereo matches, performs non-stereo outlier rejection
    1520. 2022-07-22 10:17:13.688 852-8798/? I/[CT]: MatchOutlierRejection: Matches: 234, Stereo matches: 4, Inlier ratio: 0.5470086
    1521. 2022-07-22 10:17:13.688 852-8798/? I/[CT]: VioInitialization: Using feature measurements for direct initialization
    1522. 2022-07-22 10:17:13.688 852-8798/? I/[CT]: DirectInitialization: Number of points with map info: 0
    1523. 2022-07-22 10:17:13.691 852-8798/? I/[CT]: DirectInitialization: Unconstrained g solution   1.3973 -7.69085  -5.8777
    1524. 2022-07-22 10:17:13.691 852-8798/? I/[CT]: DirectInitialization: Newton g solution  1.40358  -7.7082 -5.89779
    1525. 2022-07-22 10:17:13.691 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: true
    1526. 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
    1527. 2022-07-22 10:17:13.697 852-8798/? I/[CT]: InitializationBA: Iteration number: 1. Cost: 1925.7296, Correction norm: 0.0992484
    1528. 2022-07-22 10:17:13.697 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: false
    1529. 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
    1530. 2022-07-22 10:17:13.702 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1531. 2022-07-22 10:17:13.702 852-8798/? I/[CT]: InitializationBA: Iteration number: 2. Cost: 582.9955, Correction norm: 0.009523437
    1532. 2022-07-22 10:17:13.703 852-8798/? I/[CT]: InitializationBA: Computing calibration jacobians: true, Bootstrap iteration: false
    1533. 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
    1534. 2022-07-22 10:17:13.709 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: too few inliers. num_inliers = 0 < 4
    1535. 2022-07-22 10:17:13.709 852-8798/? W/[CT]: VEGA:MAP_TRACKING_HM: Map tracking did not run.
    1536. 2022-07-22 10:17:13.710 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: too few inliers. num_inliers = 0 < 5
    1537. 2022-07-22 10:17:13.710 852-8798/? W/[CT]: VEGA:PERCEPTUAL_HM: Bad tracking: tracker health is bad
    1538. 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)
    1539. 2022-07-22 10:17:13.712 852-8798/? I/[CT]: MapInit: Initializing map with 254 filter features, and 5 filter states.
    1540. 2022-07-22 10:17:13.722 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1541. 2022-07-22 10:17:13.730 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 3:0x40000:0x0 in 1.2 ms
    1542. 2022-07-22 10:17:13.743 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1543. 2022-07-22 10:17:13.744 852-8798/? I/[CT]: VIPER: Initialized a map with 252 points.
    1544. 2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER: Tracking initialization complete.
    1545. 2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to ce746cf1-3e14-4af9-ba57-fe1f4fef4d98
    1546. 2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 0 | Persistent anchors: 0 | Anchors never observed: 0
    1547.       (min/avg/max) Anchor landmarks: (-/-/-) | Covisible keyframes: (-/-/-) | Times since observation: (-/-/-)
    1548. 2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:MAPPER: == Adding new map: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 @ Context 3 ==
    1549. 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
    1550. 2022-07-22 10:17:13.747 852-8798/? I/[CT]: VIPER:DESCRIPTORSEARCHINDEXCACHE: Creating empty search index for map ce746cf1-3e14-4af9-ba57-fe1f4fef4d98
    1551. 2022-07-22 10:17:13.748 852-8798/? I/[CT]: DESCRIPTOR_MATCHING:INDEX_FACTORY: Creating Search Index of type Lsh
    1552. 2022-07-22 10:17:13.748 852-8798/? I/[CT]: VIPER: Initial map with 252 points (UUID: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98)
    1553. 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
    1554. 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
    1555. 2022-07-22 10:17:13.749 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 00000000-0000-0000-0000-000000000000
    1556. 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].
    1557. 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]
    1558. 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
    1559. 2022-07-22 10:17:13.751 852-8798/? W/[CT]: VIPER: IMU is running ahead of cam by 0.077691000 [sec]. Dropping frame.
    1560. 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]).
    1561. 2022-07-22 10:17:13.763 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1562. 2022-07-22 10:17:13.764 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 1
    1563. 2022-07-22 10:17:13.764 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    1564. 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.
    1565. 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.
    1566. 2022-07-22 10:17:13.781 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 15
    1567. 2022-07-22 10:17:13.781 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    1568. 2022-07-22 10:17:13.784 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1569. 2022-07-22 10:17:13.787 852-1302/? I/[CT]: VIPER: Removed 1 duplicate inliers from the localization result (before: 42, after: 41).
    1570. 2022-07-22 10:17:13.797 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1571. 2022-07-22 10:17:13.804 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1572. 2022-07-22 10:17:13.814 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    1573. 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.
    1574. 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].
    1575. 2022-07-22 10:17:13.816 852-1302/? I/[CT]: VIPER:LOCALIZER: Validating using a pose that is 0.06 [sec] old.
    1576. 2022-07-22 10:17:13.824 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1577. 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.
    1578. 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.
    1579. 2022-07-22 10:17:13.838 852-1302/? I/[CT]: VIPER:LOCALIZER: Fully validated with 1 validations.
    1580. 2022-07-22 10:17:13.845 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1581. 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
    1582. 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
    1583. 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
    1584. 2022-07-22 10:17:13.851 852-8798/? I/[CT]: VIPER: Reloc Succeed! relocalizedUuid 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
    1585. 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
    1586. 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
    1587. 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
    1588. 2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
    1589. 2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER: Deleting extra transient map ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 from VegaSlamHmd
    1590. 2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:MAPPER: == Remove map: ce746cf1-3e14-4af9-ba57-fe1f4fef4d98 @ Context 3 ==
    1591. 2022-07-22 10:17:13.852 852-8798/? I/[CT]: VIPER:DESCRIPTORSEARCHINDEXCACHE: Removed localization data of ce746cf1-3e14-4af9-ba57-fe1f4fef4d98.
    1592. 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.
    1593. 2022-07-22 10:17:13.863 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 00000000-0000-0000-0000-000000000000
    1594. 2022-07-22 10:17:13.865 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1595. 2022-07-22 10:17:13.886 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1596. 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.
    1597. 2022-07-22 10:17:13.907 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1598. 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.
    1599. 2022-07-22 10:17:13.927 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1600. 2022-07-22 10:17:13.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1601. 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.
    1602. 2022-07-22 10:17:13.968 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1603. 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.
    1604. 2022-07-22 10:17:13.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1605. 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.
    1606. 2022-07-22 10:17:13.998 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
    1607. 2022-07-22 10:17:14.009 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1608. 2022-07-22 10:17:14.015 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 6
    1609. 2022-07-22 10:17:14.015 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    1610. 2022-07-22 10:17:14.047 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    1611. 2022-07-22 10:17:14.029 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1612. 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.
    1613. 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].
    1614. 2022-07-22 10:17:14.049 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1615. 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.
    1616. 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.
    1617. 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.
    1618. 2022-07-22 10:17:14.070 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1619. 2022-07-22 10:17:14.071 852-8798/? I/[CT]: VIPER:ANCHOR_MANAGER: AnchorManager switched maps to 5e90241e-f7ba-c855-10c8-c67a9ff2ad56
    1620. 2022-07-22 10:17:14.078 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58003:0x0 in 1.2 ms
    1621. 2022-07-22 10:17:14.091 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1622. 2022-07-22 10:17:14.093 852-8798/? I/[CT]: VEGA:PERCEPTUAL_HM: Perceptually good tracking. Transition to 6DoF.
    1623. 2022-07-22 10:17:14.095 852-8783/? I/[CT]: VisionInterface: HMD Tracking switching to 6dof (from 3dof) - Engine State: Running
    1624. 2022-07-22 10:17:14.097 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 0, frame seqId: 11
    1625. 2022-07-22 10:17:14.097 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    1626. 2022-07-22 10:17:14.112 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1627. 2022-07-22 10:17:14.130 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1628. 2022-07-22 10:17:14.215 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
    1629. 2022-07-22 10:17:14.215 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    1630. 2022-07-22 10:17:14.248 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    1631. 2022-07-22 10:17:14.214 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    1632. 2022-07-22 10:17:14.234 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1633. 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.
    1634. 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].
    1635. 2022-07-22 10:17:14.255 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1636. 2022-07-22 10:17:14.273 852-8776/? I/[CT]: VIPER:MAPPER: == Switching to : 5e90241e-f7ba-c855-10c8-c67a9ff2ad56 @ Context 2 ==
    1637. 2022-07-22 10:17:14.275 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1638. 2022-07-22 10:17:14.276 18752-18780/? I/StateMachine: StateMachine::Update GuardianInitializationStateMachine: finishedSettlingBlackEvent -> Valid_NoBlack
    1639. 2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 3.00
    1640. 2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: ForceShowGuardian: Soft fade out: 1.00
    1641. 2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: Stop pushing black after mount. Show Guardian.
    1642. 2022-07-22 10:17:14.276 18752-18780/? I/GuardianSystem: Stop showing dots after not pushing black.
    1643. 2022-07-22 10:17:14.277 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
    1644. 2022-07-22 10:17:14.283 852-8798/? I/[CT]: VIPER:TRANSFORM_SMOOTHER: S2T acks Reloc succeeded, trigger resetting smooth world!
    1645. 2022-07-22 10:17:14.283 18663-18747/? I/ClientMgr: Stop loading dots from guardian
    1646. 2022-07-22 10:17:14.284 18663-18747/? I/VrRuntimeServer: DisableCompositorClient: 0
    1647. 2022-07-22 10:17:14.284 18663-18747/? I/TimeWarpClientMgr: Disable client 0
    1648. 2022-07-22 10:17:14.284 18663-18747/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
    1649. 2022-07-22 10:17:14.296 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1650. 2022-07-22 10:17:14.348 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 0
    1651. 2022-07-22 10:17:14.348 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    1652. 2022-07-22 10:17:14.381 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    1653. 2022-07-22 10:17:14.357 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    1654. 2022-07-22 10:17:14.378 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1655. 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.
    1656. 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].
    1657. 2022-07-22 10:17:14.398 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1658. 2022-07-22 10:17:14.460 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    1659. 2022-07-22 10:17:14.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1660. 2022-07-22 10:17:14.496 852-8776/? W/[CT]: VIPER:MAPPER: Unable to merge PIM in Mapper
    1661. 2022-07-22 10:17:14.501 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1662. 2022-07-22 10:17:14.583 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    1663. 2022-07-22 10:17:14.603 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1664. 2022-07-22 10:17:14.610 31716-32053/? I/[OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:736124.929412, Now:736124.942287. Sleeping...
    1665. 2022-07-22 10:17:14.610 31716-32053/? I/[OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state
    1666. 2022-07-22 10:17:14.624 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1667. 2022-07-22 10:17:14.644 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1668. 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
    1669. 2022-07-22 10:17:14.664 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1670. 2022-07-22 10:17:14.697 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 2, frame seqId: 11
    1671. 2022-07-22 10:17:14.697 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    1672. 2022-07-22 10:17:14.697 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    1673. 2022-07-22 10:17:14.730 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1674. 2022-07-22 10:17:14.797 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 5, frame seqId: 0
    1675. 2022-07-22 10:17:14.797 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    1676. 2022-07-22 10:17:14.830 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1677. 2022-07-22 10:17:14.932 760-963/? I/SyncBossHAL: [info   ] syncboss_hal_impl_input.c(1060): Pulsar connected devices state change: 7
    1678. 2022-07-22 10:17:14.934 760-8753/? I/SyncBossFW: 1691458 [info   ] {WIHO}: Pulsar device connected 4a4d8199d5955b23 (type: 8011401, connection id: 0x7)
    1679. 2022-07-22 10:17:14.936 760-963/? I/SyncBossHAL: [info   ] syncboss_hal_impl_input.c(1060): Pulsar connected devices state change: 8
    1680. 2022-07-22 10:17:14.938 760-8753/? I/SyncBossFW: 1691463 [info   ] {WIHO}: Pulsar device connected e6e349e957f83390 (type: 8001401, connection id: 0x8)
    1681. 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
    1682. 2022-07-22 10:17:14.999 760-964/? I/SyncBossHAL: [info   ] pulsar_manager.c(325): Finished getting cache data for controller
    1683.         id            : 4a4d8199xxxxxxxx
    1684.         pulsar_type   : 0x08011401
    1685.         connection id : 0x7
    1686.         fw ver        : 1.9.0
    1687.         spl ver       : 1.5.1
    1688.         serial        : 1WMHCR21D50417
    1689.         handedness    : right
    1690.         battery state : 40%
    1691. 2022-07-22 10:17:14.999 760-964/? I/SyncBossHAL: [info   ] pulsar_manager.c(342): Jedi-specific cache data:
    1692.         captouch ver  : 1.9.0
    1693. 2022-07-22 10:17:14.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    1694. 2022-07-22 10:17:14.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1695. 2022-07-22 10:17:15.004 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
    1696. 2022-07-22 10:17:15.004 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1697. 2022-07-22 10:17:15.005 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
    1698. 2022-07-22 10:17:15.005 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1699. 2022-07-22 10:17:15.005 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 259, paired=2 connected=1
    1700. 2022-07-22 10:17:15.005 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
    1701. 2022-07-22 10:17:15.005 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 disconnected update-required mcnt=0])
    1702. 2022-07-22 10:17:15.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1703. 2022-07-22 10:17:15.015 760-760/? D/SensorService: Found paired controllers: 2
    1704. 2022-07-22 10:17:15.015 760-760/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
    1705. 2022-07-22 10:17:15.015 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1706. 2022-07-22 10:17:15.015 760-760/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision
    1707. 2022-07-22 10:17:15.015 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1708. 2022-07-22 10:17:15.016 852-8787/? I/TrackingService: Registering primary controller 4a4d8199d5955b23 in slot 0
    1709. 2022-07-22 10:17:15.017 852-8787/? D/TrackingService: TrackingDataPostProcessor: Hand autotransition v2 GK enabled: 1
    1710. 2022-07-22 10:17:15.017 852-8787/? D/TrackingService: registerRemote: 4a4d8199d5955b23
    1711. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Requesting tracking engine to activate device 0x5354078029726702371lx.
    1712. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Device is not registered: ID 5354078029726702371
    1713. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Adding object with id 5354078029726702371
    1714. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Object serial 1WMHCR21D50417
    1715. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION: Decoding calibration data...
    1716. 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
    1717. 2022-07-22 10:17:15.017 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Attempting to decode calibration string with Constellation format.
    1718. 2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Model: 0, 4 coefficients
    1719. 2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 0: 0.00225126
    1720. 2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 1: -0.00488171
    1721. 2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 2: 0.00377238
    1722. 2022-07-22 10:17:15.019 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 3: -0.000125422
    1723. 2022-07-22 10:17:15.020 18097-18194/? W/EventHub: Unable to disable kernel key repeat for /dev/input/event3: Function not implemented
    1724. 2022-07-22 10:17:15.020 18097-18194/? I/EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true
    1725. 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,
    1726. 2022-07-22 10:17:15.020 18097-18194/? I/InputReader: Device added: id=18, name='Device 0x4A4D8199D5955B23', sources=0x65432102
    1727. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed calibration (TrackingModel):
    1728.     device type:
    1729.     build type:
    1730.     acc offset : -0.0002323 -0.0193806 0.00791618
    1731.     acc mat: -1.00176 0.0101082 -0.00570038 0.00597168 0.00403283 -0.999911 -0.0103667 -1.00154 -0.00256586
    1732.     gyro offset : -0.00422504 0.00010635 0.00962616
    1733.     gyro mat: -1.00176 0.0097266 -0.00269387 0.0113935 0.00515219 -0.999338 -0.011683 -0.999369 -0.00374563
    1734.     leds:
    1735.     Model Point
    1736.         Position: -0.0203578 -0.00569197 0.00566572
    1737.         Normal: -0.421075 -0.573895 -0.702382
    1738.         isVisibleThreshold (deg): 85
    1739.         isReliableThreshold (deg): 80
    1740.         lensingIndex: 0
    1741.    
    1742.     Model Point
    1743.         Position: -0.0308686 0.00144801 0.00879287
    1744.         Normal: -0.636889 -0.38638 -0.667145
    1745.         isVisibleThreshold (deg): 85
    1746.         isReliableThreshold (deg): 80
    1747.         lensingIndex: 0
    1748.    
    1749.     Model Point
    1750.         Position: -0.0358357 -0.00295689 0.0226763
    1751.         Normal: -0.795386 -0.590811 -0.13529
    1752.         isVisibleThreshold (deg): 85
    1753.         isReliableThreshold (deg): 80
    1754.         lensingIndex: 0
    1755.    
    1756.     Model Point
    1757.         Position: -0.0437531 0.0193718 0.021569
    1758.         Normal: -0.894844 0.06887 -0.441033
    1759.         isVisibleTh
    1760. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Got device type string: CONTROLLER_JEDI_RIGHT
    1761. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type: JEDI
    1762. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Got device type string from calibration:
    1763. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type from calibration: UNKNOWN
    1764. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Clearing Constellation config file overrides
    1765. 2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
    1766. 2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
    1767. 2022-07-22 10:17:15.020 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.055).
    1768. 2022-07-22 10:17:15.020 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Applied config file Constellation_JEDI.conf
    1769. 2022-07-22 10:17:15.021 18097-18193/? W/InputReader: Device has associated, but no associated display id.
    1770. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: Right handed controller found!
    1771. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: Imu Position = -0.0132781 -0.0108248 0.0246396
    1772. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
    1773. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: Creating Controller Fusion with 15 LEDs.
    1774. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
    1775. 2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING InputState has changed
    1776. 2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 0 found one 6000
    1777. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    1778. 2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
    1779. 2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: OSSDKTRACKING GetNewConnectedRemotesList, returned true. remotes 1
    1780. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    1781. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    1782. 2022-07-22 10:17:15.021 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 105 model pairs.
    1783. 2022-07-22 10:17:15.021 18663-18747/? I/ServiceInputManager: HAPTICS: Informing non focused app that remote is connected.
    1784. 2022-07-22 10:17:15.021 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativePTKServiceNotifyDeviceConnectionChanged
    1785. 2022-07-22 10:17:15.023 18752-20363/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1786. 2022-07-22 10:17:15.023 18594-20096/? I/InputDevice_TrackedRemote: REMOTE: Hand=0 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1787. 2022-07-22 10:17:15.029 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 43 model triangles.
    1788. 2022-07-22 10:17:15.029 18424-8812/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1789. 2022-07-22 10:17:15.030 852-8787/? I/[CT]: BlobSizeChecker: Initializing BlobSizeChecker from serialized string
    1790. 2022-07-22 10:17:15.031 852-8804/? W/[CT]: CONSTELLATION: No tracked objects initialized!!
    1791. 2022-07-22 10:17:15.032 852-8787/? I/[CT]: BlobSizeChecker: BlobSizeChecker Initialization Complete.
    1792. 2022-07-22 10:17:15.032 852-8787/? I/[CT]: CONSTELLATION: R: ControllerStateBuffer: RESET
    1793. 2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    1794. 2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    1795. 2022-07-22 10:17:15.032 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    1796. 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.
    1797. 2022-07-22 10:17:15.032 852-8787/? W/TrackingService: Attempted to control leds, but gatekeeper is disabled. Skipping operation.
    1798. 2022-07-22 10:17:15.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1799. 2022-07-22 10:17:15.052 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
    1800. 2022-07-22 10:17:15.052 18424-8810/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
    1801. 2022-07-22 10:17:15.054 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1802. 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
    1803. 2022-07-22 10:17:15.066 760-964/? I/SyncBossHAL: [info   ] pulsar_manager.c(325): Finished getting cache data for controller
    1804.         id            : e6e349e9xxxxxxxx
    1805.         pulsar_type   : 0x08001401
    1806.         connection id : 0x8
    1807.         fw ver        : 1.9.0
    1808.         spl ver       : 1.5.1
    1809.         serial        : 1WMHCL21320343
    1810.         handedness    : left
    1811.         battery state : 40%
    1812. 2022-07-22 10:17:15.066 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58002:0x0 in 1.2 ms
    1813. 2022-07-22 10:17:15.067 760-964/? I/SyncBossHAL: [info   ] pulsar_manager.c(342): Jedi-specific cache data:
    1814.         captouch ver  : 1.9.0
    1815. 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
    1816. 2022-07-22 10:17:15.070 760-8754/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
    1817. 2022-07-22 10:17:15.070 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1818. 2022-07-22 10:17:15.070 760-8754/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
    1819. 2022-07-22 10:17:15.070 760-8754/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1820. 2022-07-22 10:17:15.071 760-8754/? D/SensorService: stateChangeNotifierFunc(): Reporting controller info. Change token: 260, paired=2 connected=2
    1821. 2022-07-22 10:17:15.071 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI 4a4d8199d5955b23 connected mcnt=0])
    1822. 2022-07-22 10:17:15.071 852-8762/? D/OVRRemoteService: processStateChange([PairedControllerInfo JEDI e6e349e957f83390 connected mcnt=0])
    1823. 2022-07-22 10:17:15.075 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1824. 2022-07-22 10:17:15.078 760-760/? D/SensorService: Found paired controllers: 2
    1825. 2022-07-22 10:17:15.078 760-760/? D/SensorService: Syncboss input 4a4d8199d5955b23 hardware type 4, subtype 2, revision 0x08
    1826. 2022-07-22 10:17:15.078 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1827. 2022-07-22 10:17:15.078 760-760/? D/SensorService: Syncboss input e6e349e957f83390 hardware type 4, subtype 1, revision 0x08
    1828. 2022-07-22 10:17:15.078 760-760/? I/SensorService: preparePairedControllerInfo is adding device with valid 1
    1829. 2022-07-22 10:17:15.079 852-8787/? I/TrackingService: Registering primary controller e6e349e957f83390 in slot 1
    1830. 2022-07-22 10:17:15.079 760-8755/? I/SyncBossInput: [info   ] [jedi (right) 4a4d8199xxxxxxxx]: 5512810 [info   ] {THDG}: active_seek -> inactive_seek
    1831. 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.
    1832. 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
    1833. 2022-07-22 10:17:15.080 852-8787/? D/TrackingService: TrackingDataPostProcessor: Hand autotransition v2 GK enabled: 1
    1834. 2022-07-22 10:17:15.080 852-8787/? D/TrackingService: registerRemote: e6e349e957f83390
    1835. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Requesting tracking engine to activate device 0x16637222714988835728lx.
    1836. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:TRACKING_ENGINE: Device is not registered: ID 16637222714988835728
    1837. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Adding object with id 16637222714988835728
    1838. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Object serial 1WMHCL21320343
    1839. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION: Decoding calibration data...
    1840. 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,
    1841. 2022-07-22 10:17:15.081 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Attempting to decode calibration string with Constellation format.
    1842. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Model: 0, 4 coefficients
    1843. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 0: 0.00225126
    1844. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 1: -0.00488171
    1845. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 2: 0.00377238
    1846. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CALIBRATION_DECODER: Lensing Coefficient 3: -0.000125422
    1847. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed calibration (TrackingModel):
    1848.     device type:
    1849.     build type:
    1850.     acc offset : -0.00173377 -0.0370461 0.0712537
    1851.     acc mat: 1.00135 0.0112989 0.00778235 0.00708239 -0.00888969 -1.00315 -0.0114726 1.00121 -0.00854491
    1852.     gyro offset : 0.00568746 0.00086712 0.011799
    1853.     gyro mat: 1.0027 0.0120838 0.00899074 0.00292294 -0.00973399 -0.999219 -0.00946903 1.00026 -0.00899948
    1854.     leds:
    1855.     Model Point
    1856.         Position: 0.0202586 -0.00595845 0.00599672
    1857.         Normal: 0.421075 -0.573895 -0.702382
    1858.         isVisibleThreshold (deg): 85
    1859.         isReliableThreshold (deg): 80
    1860.         lensingIndex: 0
    1861.    
    1862.     Model Point
    1863.         Position: 0.035787 -0.00294861 0.0227096
    1864.         Normal: 0.795386 -0.590811 -0.13529
    1865.         isVisibleThreshold (deg): 85
    1866.         isReliableThreshold (deg): 80
    1867.         lensingIndex: 0
    1868.    
    1869.     Model Point
    1870.         Position: 0.0308713 0.00160912 0.00892089
    1871.         Normal: 0.636889 -0.38638 -0.667145
    1872.         isVisibleThreshold (deg): 85
    1873.         isReliableThreshold (deg): 80
    1874.         lensingIndex: 0
    1875.    
    1876.     Model Point
    1877.         Position: 0.0436433 0.0193972 0.0216292
    1878.         Normal: 0.894844 0.06887 -0.441033
    1879.         isVisibleThreshold (deg):
    1880. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Got device type string: CONTROLLER_JEDI_LEFT
    1881. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type: JEDI
    1882. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Got device type string from calibration:
    1883. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION: Parsed device of type from calibration: UNKNOWN
    1884. 2022-07-22 10:17:15.083 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Clearing Constellation config file overrides
    1885. 2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
    1886. 2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.0).
    1887. 2022-07-22 10:17:15.084 852-8787/? W/[CT]: CONFIG: Config contains a key which is not used (Value: 0.055).
    1888. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION:CONFIG: Applied config file Constellation_JEDI.conf
    1889. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: Left handed controller found!
    1890. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: Imu Position = 0.0129819 -0.0108248 0.0267177
    1891. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
    1892. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: Creating Controller Fusion with 15 LEDs.
    1893. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
    1894. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    1895. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    1896. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    1897. 2022-07-22 10:17:15.084 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 105 model pairs.
    1898. 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.
    1899. 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]
    1900. 2022-07-22 10:17:15.085 852-8804/? I/[CT]: TIMESTAMPCHECKER: Received first Camera-Constellation capture timestamp: 1691.583084000 [sec]
    1901. 2022-07-22 10:17:15.085 18097-18194/? W/EventHub: Unable to disable kernel key repeat for /dev/input/event4: Function not implemented
    1902. 2022-07-22 10:17:15.086 18097-18194/? I/EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true
    1903. 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,
    1904. 2022-07-22 10:17:15.086 18097-18194/? I/InputReader: Device added: id=19, name='Device 0xE6E349E957F83390', sources=0x65432102
    1905. 2022-07-22 10:17:15.087 18097-18193/? W/InputReader: Device has associated, but no associated display id.
    1906. 2022-07-22 10:17:15.088 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativePTKServiceNotifyDeviceConnectionChanged
    1907. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING InputState has changed
    1908. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 0 found one 6000
    1909. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
    1910. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING 1 found one 6000
    1911. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING model is a supported remote, adding to list
    1912. 2022-07-22 10:17:15.091 18663-18747/? I/ServiceInputManager: OSSDKTRACKING GetNewConnectedRemotesList, returned true. remotes 2
    1913. 2022-07-22 10:17:15.092 852-8787/? I/[CT]: CONSTELLATION:MATCHING: [BruteMatching] Pre-computed 44 model triangles.
    1914. 2022-07-22 10:17:15.094 18594-20096/? I/InputDevice_TrackedRemote: REMOTE: Hand=0 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1915. 2022-07-22 10:17:15.094 852-8787/? I/[CT]: CONSTELLATION: L: ControllerStateBuffer: RESET
    1916. 2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    1917. 2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    1918. 2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    1919. 2022-07-22 10:17:15.094 18752-20363/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1920. 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.
    1921. 2022-07-22 10:17:15.094 852-8787/? W/TrackingService: Attempted to control leds, but gatekeeper is disabled. Skipping operation.
    1922. 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
    1923. 2022-07-22 10:17:15.094 852-8787/? W/[CT]: CONSTELLATION: [Throttled count=293] R: Could not retrieve 3dof fallback pose.
    1924. 2022-07-22 10:17:15.094 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] reset
    1925. 2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] reset
    1926. 2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:Blackboard: reset
    1927. 2022-07-22 10:17:15.095 852-8787/? I/[CT]: TorsoModel: initializing torsoYaw_
    1928. 2022-07-22 10:17:15.095 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: not initialized: waiting for reliable pose
    1929. 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]
    1930. 2022-07-22 10:17:15.095 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: Y, valid: Y
    1931. 2022-07-22 10:17:15.095 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1932. 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
    1933. 2022-07-22 10:17:15.096 852-8787/? I/[CT]: TorsoModel: initializing torsoYaw_
    1934. 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]
    1935. 2022-07-22 10:17:15.096 852-8787/? D/TrackingService: [HANDTRACKING] Controller e6e349e957f83390 in hand: Y, valid: Y
    1936. 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.
    1937. 2022-07-22 10:17:15.099 18424-8812/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    1938. 2022-07-22 10:17:15.103 18424-8834/? I/Telemetry: App memory usage: PSS=175MB DalvikPSS=6 MB PrivateDirty=167MB PrivateClean=1MB
    1939. 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
    1940. 2022-07-22 10:17:15.107 760-8755/? I/SyncBossInput: [info   ] [jedi (right) 4a4d8199xxxxxxxx]: 5891393 [info   ] {APP }: Connected
    1941. 2022-07-22 10:17:15.109 760-8755/? I/SyncBossInput: [info   ] [jedi ( left) e6e349e9xxxxxxxx]: 5859682 [info   ] {APP }: Connected
    1942. 2022-07-22 10:17:15.116 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1943. 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
    1944. 2022-07-22 10:17:15.120 852-8804/? I/[CT]: CONSTELLATION: L: Not reinitializing 6DoF filter yet (no valid pose from matching).
    1945. 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]
    1946. #VisionUp=97, #RelUp=0, VelNorm=0.000, CurTimeDur=0.20s, DurThresh=0.2s]
    1947. 2022-07-22 10:17:18.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1948. 2022-07-22 10:17:18.507 852-8804/? I/[CT]: CONSTELLATION: R: Not reinitializing 6DoF filter yet (no valid pose from matching).
    1949. 2022-07-22 10:17:18.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1950. 2022-07-22 10:17:18.544 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:HandOverHand: [Left] deactivated
    1951. 2022-07-22 10:17:18.544 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1695.067s, behavior transition: HandOverHand -> None
    1952. 2022-07-22 10:17:18.546 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1953. 2022-07-22 10:17:18.670 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    1954. 2022-07-22 10:17:18.690 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1955. 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
    1956. 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.
    1957. 2022-07-22 10:17:18.710 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1958. 2022-07-22 10:17:18.864 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 10
    1959. 2022-07-22 10:17:18.864 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    1960. 2022-07-22 10:17:18.897 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1961. 2022-07-22 10:17:18.875 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    1962. 2022-07-22 10:17:18.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1963. 2022-07-22 10:17:18.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    1964. 2022-07-22 10:17:18.900 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    1965. 2022-07-22 10:17:18.915 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1966. 2022-07-22 10:17:18.936 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    1967. 2022-07-22 10:17:18.957 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1968. 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]
    1969. 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,
    1970. 2022-07-22 10:17:18.970 852-8804/? I/[CT]: CONSTELLATION: L: Not reinitializing 6DoF filter yet (no valid pose from matching).
    1971. 2022-07-22 10:17:18.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1972. 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)
    1973. 2022-07-22 10:17:18.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1974. 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
    1975. 2022-07-22 10:17:19.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1976. 2022-07-22 10:17:19.024 760-8755/? E/SensorService: HMD IMU samples delayed: 8.014ms between sample arrivals (expected 1.000ms)
    1977. 2022-07-22 10:17:19.026 760-8755/? W/SensorService: Arrival timestamp too late
    1978. 2022-07-22 10:17:19.056 760-8755/? W/SensorService: Arrival timestamp too early
    1979. 2022-07-22 10:17:19.142 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    1980. 2022-07-22 10:17:19.162 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1981. 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
    1982. 2022-07-22 10:17:19.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1983. 2022-07-22 10:17:19.224 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    1984. 2022-07-22 10:17:19.245 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1985. 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)
    1986. 2022-07-22 10:17:19.265 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1987. 2022-07-22 10:17:19.306 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    1988. 2022-07-22 10:17:19.326 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1989. 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
    1990. 2022-07-22 10:17:19.347 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1991. 2022-07-22 10:17:19.364 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
    1992. 2022-07-22 10:17:19.364 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    1993. 2022-07-22 10:17:19.364 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    1994. 2022-07-22 10:17:19.397 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    1995. 2022-07-22 10:17:19.367 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    1996. 2022-07-22 10:17:19.388 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    1997. 2022-07-22 10:17:19.398 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    1998. 2022-07-22 10:17:19.401 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    1999. 2022-07-22 10:17:19.408 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2000. 2022-07-22 10:17:19.864 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 8
    2001. 2022-07-22 10:17:19.864 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    2002. 2022-07-22 10:17:19.897 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2003. 2022-07-22 10:17:19.861 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
    2004. 2022-07-22 10:17:19.882 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2005. 2022-07-22 10:17:19.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2006. 2022-07-22 10:17:19.900 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2007. 2022-07-22 10:17:19.902 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2008. 2022-07-22 10:17:19.964 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    2009. 2022-07-22 10:17:19.984 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2010. 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
    2011. 2022-07-22 10:17:20.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2012. 2022-07-22 10:17:20.042 760-8755/? E/SensorService: HMD IMU samples delayed: 8.154ms between sample arrivals (expected 1.000ms)
    2013. 2022-07-22 10:17:20.097 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
    2014. 2022-07-22 10:17:20.097 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2015. 2022-07-22 10:17:20.130 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2016. 2022-07-22 10:17:20.108 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    2017. 2022-07-22 10:17:20.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2018. 2022-07-22 10:17:20.131 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2019. 2022-07-22 10:17:20.135 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2020. 2022-07-22 10:17:20.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2021. 2022-07-22 10:17:20.197 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 2
    2022. 2022-07-22 10:17:20.197 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    2023. 2022-07-22 10:17:20.230 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2024. 2022-07-22 10:17:20.210 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    2025. 2022-07-22 10:17:20.230 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2026. 2022-07-22 10:17:20.232 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2027. 2022-07-22 10:17:20.233 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2028. 2022-07-22 10:17:20.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2029. 2022-07-22 10:17:20.518 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 13 lines
    2030. 2022-07-22 10:17:20.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2031. 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]
    2032. 2022-07-22 10:17:20.559 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2033. 2022-07-22 10:17:20.567 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: N, valid: Y
    2034. 2022-07-22 10:17:20.597 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
    2035. 2022-07-22 10:17:20.597 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    2036. 2022-07-22 10:17:20.597 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    2037. 2022-07-22 10:17:20.630 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2038. 2022-07-22 10:17:20.600 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2039. 2022-07-22 10:17:20.620 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2040. 2022-07-22 10:17:20.631 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2041. 2022-07-22 10:17:20.634 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2042. 2022-07-22 10:17:20.641 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2043. 2022-07-22 10:17:20.697 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 6, frame seqId: 1
    2044. 2022-07-22 10:17:20.697 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    2045. 2022-07-22 10:17:20.682 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2046. 2022-07-22 10:17:20.703 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2047. 2022-07-22 10:17:20.713 18035-18070/? I/netd: firewallSetUidRule(2, 1010064, 2) <0.05ms>
    2048. 2022-07-22 10:17:20.723 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2049. 2022-07-22 10:17:20.730 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2050. 2022-07-22 10:17:20.731 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2051. 2022-07-22 10:17:20.733 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2052. 2022-07-22 10:17:20.744 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2053. 2022-07-22 10:17:20.848 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 3
    2054. 2022-07-22 10:17:20.848 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2055. 2022-07-22 10:17:20.881 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2056. 2022-07-22 10:17:20.846 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    2057. 2022-07-22 10:17:20.867 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2058. 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.
    2059. 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].
    2060. 2022-07-22 10:17:20.888 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2061. 2022-07-22 10:17:20.981 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
    2062. 2022-07-22 10:17:20.981 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2063. 2022-07-22 10:17:20.970 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    2064. 2022-07-22 10:17:20.990 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2065. 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
    2066. 2022-07-22 10:17:21.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2067. 2022-07-22 10:17:21.015 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2068. 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.
    2069. 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].
    2070. 2022-07-22 10:17:21.031 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2071. 2022-07-22 10:17:21.060 760-8755/? E/SensorService: HMD IMU samples delayed: 8.011ms between sample arrivals (expected 1.000ms)
    2072. 2022-07-22 10:17:21.060 760-8755/? W/SensorService: Arrival timestamp too late
    2073. 2022-07-22 10:17:21.089 760-8755/? W/SensorService: Arrival timestamp too early
    2074. 2022-07-22 10:17:21.237 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 10 lines
    2075. 2022-07-22 10:17:21.257 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2076. 2022-07-22 10:17:21.262 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
    2077. 2022-07-22 10:17:21.267 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: Y, valid: Y
    2078. 2022-07-22 10:17:21.278 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2079. 2022-07-22 10:17:21.449 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 12, frame seqId: 5
    2080. 2022-07-22 10:17:21.449 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    2081. 2022-07-22 10:17:21.481 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2082. 2022-07-22 10:17:21.442 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    2083. 2022-07-22 10:17:21.462 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2084. 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.
    2085. 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].
    2086. 2022-07-22 10:17:21.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2087. 2022-07-22 10:17:21.649 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 2, frame seqId: 13
    2088. 2022-07-22 10:17:21.649 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    2089. 2022-07-22 10:17:21.649 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    2090. 2022-07-22 10:17:21.681 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2091. 2022-07-22 10:17:21.647 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    2092. 2022-07-22 10:17:21.668 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2093. 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.
    2094. 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].
    2095. 2022-07-22 10:17:21.689 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2096. 2022-07-22 10:17:21.936 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
    2097. 2022-07-22 10:17:21.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2098. 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,
    2099. 2022-07-22 10:17:21.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2100. 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)
    2101. 2022-07-22 10:17:21.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2102. 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
    2103. 2022-07-22 10:17:22.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2104. 2022-07-22 10:17:22.230 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
    2105. 2022-07-22 10:17:22.231 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    2106. 2022-07-22 10:17:22.264 760-8797/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2107. 2022-07-22 10:17:22.244 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
    2108. 2022-07-22 10:17:22.264 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2109. 2022-07-22 10:17:22.265 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2110. 2022-07-22 10:17:22.267 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2111. 2022-07-22 10:17:22.284 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2112. 2022-07-22 10:17:22.447 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 3
    2113. 2022-07-22 10:17:22.448 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2114. 2022-07-22 10:17:22.481 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2115. 2022-07-22 10:17:22.449 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    2116. 2022-07-22 10:17:22.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2117. 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.
    2118. 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].
    2119. 2022-07-22 10:17:22.490 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2120. 2022-07-22 10:17:22.581 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
    2121. 2022-07-22 10:17:22.581 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2122. 2022-07-22 10:17:22.586 760-8755/? E/SensorService: HMD IMU samples delayed: 7.569ms between sample arrivals (expected 1.000ms)
    2123. 2022-07-22 10:17:22.614 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2124. 2022-07-22 10:17:22.593 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    2125. 2022-07-22 10:17:22.613 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2126. 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.
    2127. 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].
    2128. 2022-07-22 10:17:22.634 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2129. 2022-07-22 10:17:22.681 760-8794/? E/SensorService: Frame associated with stale frame sync: sync seqId: 1, frame seqId: 10
    2130. 2022-07-22 10:17:22.681 760-8794/? E/SensorService: Frame is either too old or is arriving before frame sync
    2131. 2022-07-22 10:17:22.681 760-8794/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    2132. 2022-07-22 10:17:22.714 760-8794/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2133. 2022-07-22 10:17:22.675 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2134. 2022-07-22 10:17:22.695 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2135. 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.
    2136. 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].
    2137. 2022-07-22 10:17:22.716 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2138. 2022-07-22 10:17:22.864 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 7, frame seqId: 2
    2139. 2022-07-22 10:17:22.864 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2140. 2022-07-22 10:17:22.897 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2141. 2022-07-22 10:17:22.860 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    2142. 2022-07-22 10:17:22.880 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2143. 2022-07-22 10:17:22.898 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2144. 2022-07-22 10:17:22.901 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2145. 2022-07-22 10:17:22.901 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2146. 2022-07-22 10:17:22.922 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2147. 2022-07-22 10:17:22.963 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2148. 2022-07-22 10:17:22.983 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2149. 2022-07-22 10:17:22.984 852-8752/? I/[CT]: boltlib: DSP utilization: 7.90 % (395 / 5000 ms)
    2150. 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
    2151. 2022-07-22 10:17:23.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2152. 2022-07-22 10:17:23.097 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 14, frame seqId: 9
    2153. 2022-07-22 10:17:23.097 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    2154. 2022-07-22 10:17:23.131 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    2155. 2022-07-22 10:17:23.106 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    2156. 2022-07-22 10:17:23.126 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2157. 2022-07-22 10:17:23.132 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    2158. 2022-07-22 10:17:23.134 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    2159. 2022-07-22 10:17:23.147 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2160. 2022-07-22 10:17:23.601 760-8755/? E/SensorService: HMD IMU samples delayed: 6.719ms between sample arrivals (expected 1.000ms)
    2161. 2022-07-22 10:17:23.578 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    2162. 2022-07-22 10:17:23.598 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2163. 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]
    2164. 2022-07-22 10:17:23.619 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2165. 2022-07-22 10:17:23.682 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 8
    2166. 2022-07-22 10:17:23.682 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    2167. 2022-07-22 10:17:23.682 760-8795/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    2168. 2022-07-22 10:17:23.714 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    2169. 2022-07-22 10:17:23.681 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    2170. 2022-07-22 10:17:23.701 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2171. 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.
    2172. 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].
    2173. 2022-07-22 10:17:23.722 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2174. 2022-07-22 10:17:23.860 760-8755/? W/SensorService: Arrival timestamp too late
    2175. 2022-07-22 10:17:23.825 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    2176. 2022-07-22 10:17:23.845 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2177. 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)
    2178. 2022-07-22 10:17:23.862 18037-19747/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    2179. 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)
    2180. 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)
    2181. 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
    2182. 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)
    2183. 2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
    2184. 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)
    2185. 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)
    2186. 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
    2187. 2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
    2188. 2022-07-22 10:17:23.863 18037-19747/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device =
    2189. 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
    2190. 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
    2191. 2022-07-22 10:17:23.863 18037-19747/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    2192. 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)
    2193. 2022-07-22 10:17:23.863 18037-19747/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
    2194. 2022-07-22 10:17:23.863 18037-19747/? D/audio_route: Apply path: speaker
    2195. 2022-07-22 10:17:23.864 18424-8810/? W/VrApi: ovr_SubmitFrameInternal: FrameIndex discontinuity: Expected 773, Received 772
    2196. 2022-07-22 10:17:23.866 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2197. 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
    2198. 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
    2199. 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)
    2200. 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
    2201. 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
    2202. 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)
    2203. 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
    2204. 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
    2205. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_asm_topology
    2206. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    2207. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_adm_topology
    2208. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    2209. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audtable
    2210. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    2211. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    2212. 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]
    2213. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    2214. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    2215. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    2216. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    2217. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audvoltable
    2218. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    2219. 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
    2220. 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
    2221. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    2222. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
    2223. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    2224. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    2225. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    2226. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    2227. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_topology
    2228. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    2229. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
    2230. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_afe_cal
    2231. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    2232. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    2233. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    2234. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    2235. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
    2236. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
    2237. 2022-07-22 10:17:23.870 18037-19747/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    2238. 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)
    2239. 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
    2240. 2022-07-22 10:17:23.870 18037-19747/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
    2241. 2022-07-22 10:17:23.870 18037-19747/? D/audio_route: Apply path: low-latency-playback
    2242. 2022-07-22 10:17:23.871 18037-19747/? D/audio_hw_primary: select_devices: done
    2243. 2022-07-22 10:17:23.878 18424-8810/? I/VrApi: ---------- vrapi_LeaveVrMode [start] ----------
    2244. 2022-07-22 10:17:23.879 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::EndSession
    2245. 2022-07-22 10:17:23.879 18663-8811/? I/TimeWarpProgs: loaded binary layerProgram 0:0x58081:0x0 in 1.3 ms
    2246. 2022-07-22 10:17:23.881 18424-8810/? D/VrApi: targetSDKVersion 29
    2247. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest 2
    2248. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
    2249. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
    2250. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: DEVICE OS VERSION = 10
    2251. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: API LOADER VERSION = 1.56.0
    2252. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: RUNTIME API VERSION = 1.59.0
    2253. 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
    2254. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP NAME = com.oculus.os.vrlockscreen
    2255. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP VERSION = 10 versionCode 29 internalVersionName <none>
    2256. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP VR TYPE = <none>
    2257. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP MODE TYPE = <none>
    2258. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP PACKAGE NAME = com.oculus.os.vrlockscreen
    2259. 2022-07-22 10:17:23.881 18424-8810/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.oculus.os.DialogContext
    2260. 2022-07-22 10:17:23.882 18424-8810/? D/BatteryReceiver: Unregistering battery receiver
    2261. 2022-07-22 10:17:23.882 18424-8810/? I/Sensor: OSSDKTRACKING Shutdown tracking
    2262. 2022-07-22 10:17:23.882 18424-8810/? I/LogTimer: CPUTIME: VrRuntimeClient_EndSession took 3.1574 ms
    2263. 2022-07-22 10:17:23.882 18663-8811/? I/ScreenCaptureBase: GlobalInhibitState changed to 0
    2264. 2022-07-22 10:17:23.882 18663-8811/? I/CompositorVR: SetClientSurfaceSecureFlag: secure=0
    2265. 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
    2266. 2022-07-22 10:17:23.886 18424-8810/? I/VrApi: OVR::Stats thread stopped
    2267. 2022-07-22 10:17:23.886 18424-8810/? I/InputDeviceManager: ovrInputDeviceManager::~ovrInputDeviceManager
    2268. 2022-07-22 10:17:23.886 18424-8810/? I/InputDevice_TrackedRemote: OSSDKTRACKING shutting down Haptics
    2269. 2022-07-22 10:17:23.886 18424-8810/? I/chatty: uid=1000(system) RenderThread identical 2 lines
    2270. 2022-07-22 10:17:23.886 18424-8810/? I/InputDevice_TrackedRemote: OSSDKTRACKING shutting down Haptics
    2271. 2022-07-22 10:17:23.886 18424-8810/? I/OSHandDataQuerier: OSSDKTRACKING shutting down HandsTracker
    2272. 2022-07-22 10:17:23.886 18424-8810/? I/OSHandDataQuerier: OSSDKTRACKING shutting down HandsTracker
    2273. 2022-07-22 10:17:23.886 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2274. 2022-07-22 10:17:23.890 760-8755/? W/SensorService: Arrival timestamp too early
    2275. 2022-07-22 10:17:23.893 18037-19747/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9
    2276. 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
    2277. 2022-07-22 10:17:23.894 18037-19747/? D/audio_hw_primary: start_output_stream: exit
    2278. 2022-07-22 10:17:23.898 18424-8812/? I/ClientInputThread_Internal: InputThreadRun ShutdownRequest received
    2279. 2022-07-22 10:17:23.898 18424-8810/? D/InputHooksJava: Disabling Java Input Hooks
    2280. 2022-07-22 10:17:23.898 18424-8810/? I/ClientInputTrackedKeyboardManager: TRACKEDKEYBOARD ClearTrackedObjectManager called on client
    2281. 2022-07-22 10:17:23.898 18663-8451/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x0, 0, com.oculus.os.vrlockscreen
    2282. 2022-07-22 10:17:23.898 18663-8451/? I/ClientMgr: ClientMgr::EnableRendering 18424:com.oculus.os.vrlockscreen : type 0 comp-id 21: disable
    2283. 2022-07-22 10:17:23.898 18663-8451/? I/VrRuntimeServer: DisableCompositorClient: 21
    2284. 2022-07-22 10:17:23.898 18663-8451/? I/TimeWarpClientMgr: Disable client 21
    2285. 2022-07-22 10:17:23.898 18663-8451/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
    2286. 2022-07-22 10:17:23.903 18663-18747/? I/ClientMgr: Non-overlay clients rendering status has changed: prev=41, curr=42, enabled=0
    2287. 2022-07-22 10:17:23.907 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2288. 2022-07-22 10:17:23.913 18663-18747/? I/TimeWarpClientMgr: Enable client 0
    2289. 2022-07-22 10:17:23.913 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(0): layer placement(2147483643) flags(8) sm(0x7ed05b7160)
    2290. 2022-07-22 10:17:23.916 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session render:com.oculus.os.vrlockscreen
    2291. 2022-07-22 10:17:23.916 18424-8853/? I/FenceChecker: FenceChecker::MainLoop - ended
    2292. 2022-07-22 10:17:23.916 18424-8810/? I/XrRuntimeUtils: XrRuntimeUtils::DestroySession
    2293. 2022-07-22 10:17:23.916 18424-8810/? I/VrApi: ---------- vrapi_LeaveVrMode [end] ----------
    2294. 2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=336
    2295. 2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2296. 2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=341
    2297. 2022-07-22 10:17:23.917 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2298. 2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=342
    2299. 2022-07-22 10:17:23.919 18663-18731/? I/SwapChain: DestroyAndroidSurfaceSwapChain: 0x7e86457000: Destroying SurfaceTexture 0x2b96 Surface 0x2ba6
    2300. 2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2301. 2022-07-22 10:17:23.919 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=337
    2302. 2022-07-22 10:17:23.920 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2303. 2022-07-22 10:17:23.922 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=339
    2304. 2022-07-22 10:17:23.923 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2305. 2022-07-22 10:17:23.923 18663-8451/? I/VrRuntimeService: DestroySwapChain: swapchain=340
    2306. 2022-07-22 10:17:23.924 18663-8811/? I/CompositorVR: Global CAC is disabled (0x0)
    2307. 2022-07-22 10:17:23.925 18663-8451/? I/VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1
    2308. 2022-07-22 10:17:23.925 793-793/? D/SurfaceFlinger: CAC state changed to 0
    2309. 2022-07-22 10:17:23.926 18424-8810/? D/UI: RenderThread exiting
    2310. 2022-07-22 10:17:23.927 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2311. 2022-07-22 10:17:23.928 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x3664-1 for Virtual
    2312. 2022-07-22 10:17:23.929 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x3664 cur_mode_index 2
    2313. 2022-07-22 10:17:23.929 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x3664]
    2314. 2022-07-22 10:17:23.929 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
    2315. 2022-07-22 10:17:23.929 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x3664)
    2316. 2022-07-22 10:17:23.931 18097-18121/? W/UsageStatsService: Event reported without a package name, eventType:18
    2317. 2022-07-22 10:17:23.931 18097-2918/? D/ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP
    2318. 2022-07-22 10:17:23.934 18097-2918/? W/InputReader: Device has associated, but no associated display id.
    2319. 2022-07-22 10:17:23.937 18424-18424/? D/OsSdk: TrackingServiceConnection dtor
    2320. 2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Unregistering client by ITrackingService.unregisterClient
    2321. 2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Failed to unregister client because client not found in registered list
    2322. 2022-07-22 10:17:23.937 852-8212/? I/chatty: uid=1000(system) Binder:852_7 identical 4 lines
    2323. 2022-07-22 10:17:23.937 852-8212/? I/TrackingService: Failed to unregister client because client not found in registered list
    2324. 2022-07-22 10:17:23.937 852-8212/? D/TrackingService: unregister: com.oculus.os.vrlockscreen
    2325. 2022-07-22 10:17:23.937 18424-18424/? D/OsSdk: TrackingServiceConnection unregistered
    2326. 2022-07-22 10:17:23.937 18424-18424/? I/VrApi: ------------ vrapi_Shutdown [start] -----------
    2327. 2022-07-22 10:17:23.937 18424-18424/? W/VrApi: IsOvrValid: ovr == nullptr. Package: com.oculus.os.vrlockscreen
    2328. 2022-07-22 10:17:23.938 18424-18424/? D/UserSwitchedReceiver: Unregistering UserSwitchedReceiver
    2329. 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
    2330. 2022-07-22 10:17:23.938 18033-18220/? D/AF::TrackHandle: OpPlayAudio: track:62 uid:1010016 pkg:com.oculus.shellenv usage:1 muted
    2331. 2022-07-22 10:17:23.939 18033-18033/? D/AF::RecordHandle: OpRecordAudio: track:61 uid:1010016 pkg:com.oculus.shellenv usage:0 muted
    2332. 2022-07-22 10:17:23.939 18424-18424/? I/TREX: Shutting down system...
    2333. 2022-07-22 10:17:23.939 18424-18424/? E/TREX: Update thread is not running!
    2334. 2022-07-22 10:17:23.939 18424-18424/? I/TREX: Shutting down interface manager.
    2335. 2022-07-22 10:17:23.939 18424-18424/? D/SystemActivitiesReceiver: Unregistering Oculus System Activity receiver
    2336. 2022-07-22 10:17:23.942 18424-18424/? I/AutomationUtils: Shutdown
    2337. 2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::Shutdown
    2338. 2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::StopAudioConsumerThread
    2339. 2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::StopAudioConsumerThread COMPLETE
    2340. 2022-07-22 10:17:23.942 18424-18424/? I/AudioCapture: AudioCapture::Shutdown COMPLETE
    2341. 2022-07-22 10:17:23.942 18424-18424/? D/VrRuntimeClient: VrRuntimeClient: shutdown.
    2342. 2022-07-22 10:17:23.942 18424-18424/? I/VrGuardianClient: Shutdown
    2343. 2022-07-22 10:17:23.942 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::DisconnectFromServer: 0, Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.guardian:com.oculus.vrguardianservice (guardianserver)
    2344. 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)
    2345. 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)
    2346. 2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCApi: ipc_Shutdown
    2347. 2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCServiceClient: Shutdown: Refs still outstanding: 1, com.oculus.os.vrlockscreen
    2348. 2022-07-22 10:17:23.945 18424-18424/? I/LogTimer: CPUTIME: VrRuntimeClient_Shutdown took 2.9119 ms
    2349. 2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::DisconnectFromServer: 0, Client: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (RuntimeServiceServer)
    2350. 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)
    2351. 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)
    2352. 2022-07-22 10:17:23.945 18424-18424/? I/RuntimeIPCApi: ipc_Shutdown
    2353. 2022-07-22 10:17:23.945 18663-8451/? I/VrRuntimeService: RuntimeIPC: IPC_SYSTEM_EVENT_CLIENT_DISCONNECTED_EXT: com.oculus.os.vrlockscreen
    2354. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::DestroyClient: 18424:com.oculus.os.vrlockscreen
    2355. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::DestroyClient: Remove 18424:com.oculus.os.vrlockscreen as focused client.
    2356. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: FocusedClient changed.
    2357. 2022-07-22 10:17:23.945 18663-8451/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
    2358. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: Releasing clocks.
    2359. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: SetFocusedPackageName - packageName  processName  clientId 0 clientPid 0
    2360. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: ClientMgr::DestroyClient: non-deferred ShutdownResources: 772 == 772
    2361. 2022-07-22 10:17:23.945 18663-8451/? I/VrRuntimeServer: UnRegisterCompositorClient client(21)
    2362. 2022-07-22 10:17:23.945 18663-8451/? I/ClientMgr: RemoveClient: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424
    2363. 2022-07-22 10:17:23.945 18424-8427/? I/AsyncTaskMgr: MainLoop exiting
    2364. 2022-07-22 10:17:23.946 18424-18424/? I/ServerProcessConnector: RuntimeIPC: Shutdown: Begin
    2365. 2022-07-22 10:17:23.946 18424-18424/? I/ServerProcessConnector: RuntimeIPC: Shutdown: Success: com.oculus.os.vrlockscreen
    2366. 2022-07-22 10:17:23.946 18424-18424/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::Shutdown
    2367. 2022-07-22 10:17:23.946 18663-18747/? I/ServiceInputManager: HAPTICS: No longer forcing reporting of remotes connected for non focused apps
    2368. 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.
    2369. 2022-07-22 10:17:23.946 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session render_process_unknown
    2370. 2022-07-22 10:17:23.947 817-26895/? I/RuntimeIPCService: DestroyBrokerConnection: com.oculus.os.vrlockscreen:com.oculus.os.vrlockscreen:18424
    2371. 2022-07-22 10:17:23.947 18424-18424/? I/ServerStateMgr: Shutdown
    2372. 2022-07-22 10:17:23.947 18424-8426/? I/DeadlockObserver: MainLoop exiting
    2373. 2022-07-22 10:17:23.947 18424-18424/? I/RuntimeIPCServiceClient: Shutdown: complete com.oculus.os.vrlockscreen
    2374. 2022-07-22 10:17:23.947 18424-18424/? I/RenderUtils: ovrRenderUtils::Shutdown - not initialized
    2375. 2022-07-22 10:17:23.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2376. 2022-07-22 10:17:23.950 18424-18424/? I/VrApi: ------------ vrapi_Shutdown [end] -----------
    2377. 2022-07-22 10:17:23.952 18663-8451/? I/UnifiedTelemetryWrapper: Stopped UT session lifetime:com.oculus.os.vrlockscreen
    2378. 2022-07-22 10:17:23.955 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.USER_PRESENT
    2379. 2022-07-22 10:17:23.955 31716-31716/? D/[OAO] ShellOverlayService: onUserPresent
    2380. 2022-07-22 10:17:23.955 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: android.intent.action.USER_PRESENT
    2381. 2022-07-22 10:17:23.956 31716-31716/? D/DeviceHelper: isDeviceLocked = false
    2382. 2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    2383. 2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    2384. 2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    2385. 2022-07-22 10:17:23.956 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    2386. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: VrThread woke up
    2387. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    2388.    command = deviceUnlocked
    2389. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : deviceUnlocked
    2390. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: deviceUnlocked message received
    2391. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: change from Locked to Awake
    2392. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: isWakingOrUnlockingIntoWake : 1
    2393. 2022-07-22 10:17:23.956 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: interactionState : None
    2394. 2022-07-22 10:17:23.967 18663-18663/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
    2395. 2022-07-22 10:17:23.967 18663-18663/? I/ClientMgr: Releasing clocks.
    2396. 2022-07-22 10:17:23.967 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName  processName  clientId 0 clientPid 0
    2397. 2022-07-22 10:17:23.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2398. 2022-07-22 10:17:23.971 31356-31356/? E/AppSwitchManager: No package name set
    2399. 2022-07-22 10:17:23.978 18424-18424/? D/VrLockscreenHost: Window Focus: false
    2400. 2022-07-22 10:17:23.978 18424-18424/? D/VrEmptyLockscreen: onWindowFocusChanged() called: false
    2401. 2022-07-22 10:17:23.983 8615-8636/? I/Unity: MemoryManager: Using 'Dynamic Heap' Allocator.
    2402. 2022-07-22 10:17:23.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2403. 2022-07-22 10:17:23.992 31716-31716/? D/KeyboardInputMethodService: onFinishInput
    2404. 2022-07-22 10:17:24.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2405. 2022-07-22 10:17:24.019 8615-8636/? I/Unity: SystemInfo CPU = ARM64, Cores = 3, Memory = 5841mb
    2406. 2022-07-22 10:17:24.020 8615-8636/? I/Unity: SystemInfo ARM big.LITTLE configuration: 3 big (mask: 0x70), 0 little (mask: 0x0)
    2407. 2022-07-22 10:17:24.020 8615-8636/? I/Unity: XR UsableCoreMask: 0x70
    2408. 2022-07-22 10:17:24.020 8615-8636/? I/Unity: ApplicationInfo com.mycompany.myapp version 0.0.0
    2409. 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'
    2410. 2022-07-22 10:17:24.030 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2411. 2022-07-22 10:17:24.033 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2412. 2022-07-22 10:17:24.033 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2413. 2022-07-22 10:17:24.033 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    2414. 2022-07-22 10:17:24.051 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2415. 2022-07-22 10:17:24.061 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
    2416. 2022-07-22 10:17:24.062 6810-6810/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    2417. 2022-07-22 10:17:24.062 6810-6810/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    2418. 2022-07-22 10:17:24.070 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ActiveClientDestroyedEventData: package=[com.oculus.os.vrlockscreen], process=[com.oculus.os.vrlockscreen]
    2419. 2022-07-22 10:17:24.070 18752-18780/? I/GuardianSystem: OnDestroyActiveClient: com.oculus.os.vrlockscreen
    2420. 2022-07-22 10:17:24.071 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2421. 2022-07-22 10:17:24.086 18548-18870/? D/DeviceCertLibrary: verifyKeyForCurrentSecureState for device_registration_key returned status: 0
    2422. 2022-07-22 10:17:24.087 18548-18870/? D/DeviceCertLibrary: containsAlias for device_registration_key received status: 0
    2423. 2022-07-22 10:17:24.091 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2424. 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
    2425. 2022-07-22 10:17:24.276 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 9 lines
    2426. 2022-07-22 10:17:24.297 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2427. 2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
    2428. 2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
    2429. 2022-07-22 10:17:24.317 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2430. 2022-07-22 10:17:24.317 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
    2431. 2022-07-22 10:17:24.318 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 12 lines
    2432. 2022-07-22 10:17:24.318 8615-8636/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
    2433. 2022-07-22 10:17:24.338 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2434. 2022-07-22 10:17:24.339 8615-8636/? I/Unity: Company Name: Ice Edge Business Solutions
    2435. 2022-07-22 10:17:24.339 8615-8636/? I/Unity: Product Name: myapp
    2436. 2022-07-22 10:17:24.342 8615-8636/? D/Unity: loading library OVRPlugin
    2437. 2022-07-22 10:17:24.343 8615-8636/? D/OVRPlugin: JNI_OnLoad
    2438. 2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: QUALCOMM build                   : a5215b3788, I741fad557a
    2439.    Build Date                       : 05/02/22
    2440.    OpenGL ES Shader Compiler Version: E031.40.05.00
    2441.    Local Branch                     :
    2442.    Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.8.12.2.10.00.00.757.251
    2443.    Remote Branch                    : NONE
    2444.    Reconstruct Branch               : NOTHING
    2445. 2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Build Config                     : S P 8.0.12 AArch64
    2446. 2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
    2447. 2022-07-22 10:17:24.347 8615-8636/? I/AdrenoGLES-0: Driver Version                   : 642.0
    2448. 2022-07-22 10:17:24.351 8615-8636/? I/AdrenoGLES-0: PFP: 0x016dd106, ME: 0x00000000
    2449. 2022-07-22 10:17:24.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2450. 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
    2451. 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
    2452. 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
    2453. 2022-07-22 10:17:24.367 8615-8636/? E/libEGL: eglGetFrameTimestampSupportedANDROIDImpl:2604 error 300d (EGL_BAD_SURFACE)
    2454. 2022-07-22 10:17:24.381 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2455. 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)
    2456. 2022-07-22 10:17:24.384 8615-8636/? W/AudioTrack: set(): notificationFrames=-10 clamped to the range -1 to -8
    2457. 2022-07-22 10:17:24.386 18037-18050/? I/audio_hw_primary: getting vr mode to 0
    2458. 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
    2459. 2022-07-22 10:17:24.387 18033-18033/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000104) and output flags (00000006)
    2460. 2022-07-22 10:17:24.387 18033-18033/? D/AudioFlinger: Client defaulted notificationFrames to 192 for frameCount 1536
    2461. 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
    2462. 2022-07-22 10:17:24.394 760-8755/? W/SensorService: Arrival timestamp too late
    2463. 2022-07-22 10:17:24.396 8615-8636/? I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 1536
    2464. 2022-07-22 10:17:24.401 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2465. 2022-07-22 10:17:24.403 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=5
    2466. 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)
    2467. 2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
    2468. 2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    2469. 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
    2470. 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
    2471. 2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    2472. 2022-07-22 10:17:24.406 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
    2473. 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)
    2474. 2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
    2475. 2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    2476. 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
    2477. 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
    2478. 2022-07-22 10:17:24.414 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    2479. 2022-07-22 10:17:24.415 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
    2480. 2022-07-22 10:17:24.422 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2481. 2022-07-22 10:17:24.422 760-8755/? W/SensorService: Arrival timestamp too early
    2482. 2022-07-22 10:17:24.463 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2483. 2022-07-22 10:17:24.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2484. 2022-07-22 10:17:24.489 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2485. 2022-07-22 10:17:24.489 6810-6859/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    2486. 2022-07-22 10:17:24.489 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2487. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2488. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2489. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2490. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2491. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2492. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2493. 2022-07-22 10:17:24.490 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2494. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2495. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2496. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2497. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2498. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2499. 2022-07-22 10:17:24.491 6810-6859/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
    2500. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2501. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2502. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2503. 2022-07-22 10:17:24.491 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2504. 2022-07-22 10:17:24.495 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    2505. 2022-07-22 10:17:24.495 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    2506. 2022-07-22 10:17:24.504 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2507. 2022-07-22 10:17:24.545 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    2508. 2022-07-22 10:17:24.566 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2509. 2022-07-22 10:17:24.570 8615-8636/? I/Unity: XRGeneral Settings awakening...
    2510.    UnityEngine.XR.Management.XRGeneralSettings:Awake()
    2511. 2022-07-22 10:17:24.574 8615-8636/? I/IL2CPP: Locale en-US
    2512. 2022-07-22 10:17:24.587 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2513. 2022-07-22 10:17:24.607 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2514. 2022-07-22 10:17:24.610 8615-8636/? D/OVRPlugin: CompositorOpenXR::PreInitialize(nullptr)
    2515. 2022-07-22 10:17:24.610 8615-8636/? I/OVRPlugin: CompositorOpenXR::PreInitialize: use default UnityPlayer activity
    2516. 2022-07-22 10:17:24.610 8615-8636/? I/OVRPlugin: CompositorOpenXR::PreInitialize(activity = 0x29aa, apiType = 0)
    2517. 2022-07-22 10:17:24.610 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrInitializeLoaderKHR | OpenXR-Loader] : Entering loader trampoline
    2518. 2022-07-22 10:17:24.610 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline
    2519. 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
    2520. 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
    2521. 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
    2522. 2022-07-22 10:17:24.614 8615-8636/? I/edge.icerealit: The ClassLoaderContext is a special shared library.
    2523. 2022-07-22 10:17:24.619 8615-8636/? D/VrDriver: Loading xr runtime vrapiimpl
    2524. 2022-07-22 10:17:24.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2525. 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
    2526. 2022-07-22 10:17:24.646 8615-8636/? D/vulkan: searching for layers in '/data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64'
    2527. 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'
    2528. 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
    2529. 2022-07-22 10:17:24.649 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2530. 2022-07-22 10:17:24.654 8615-8636/? D/TrustedSignatureVerifier: isFirstParty() failed for com.mycompany.myapp
    2531. 2022-07-22 10:17:24.654 8615-8636/? I/OpenXR: IsFirstParty 0
    2532. 2022-07-22 10:17:24.663 8615-8636/? I/OpenXR: HasFeatureString 0
    2533. 2022-07-22 10:17:24.663 8615-8636/? D/TrustedSignatureVerifier: isFirstParty() failed for com.mycompany.myapp
    2534. 2022-07-22 10:17:24.663 8615-8636/? I/OpenXR: IsFirstParty 0
    2535. 2022-07-22 10:17:24.663 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
    2536. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Device Region: 'US'
    2537. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
    2538. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
    2539. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
    2540. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
    2541. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
    2542. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
    2543. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
    2544. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
    2545. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
    2546. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
    2547. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
    2548. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
    2549. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
    2550. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
    2551. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
    2552. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
    2553. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
    2554. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
    2555. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
    2556. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
    2557. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
    2558. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
    2559. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
    2560. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
    2561. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
    2562. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
    2563. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
    2564. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
    2565. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
    2566. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
    2567. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
    2568. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
    2569. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
    2570. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
    2571. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
    2572. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
    2573. 2022-07-22 10:17:24.664 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
    2574. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
    2575. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
    2576. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
    2577. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
    2578. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
    2579. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
    2580. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
    2581. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
    2582. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
    2583. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
    2584. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
    2585. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
    2586. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
    2587. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
    2588. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
    2589. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
    2590. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
    2591. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
    2592. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
    2593. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
    2594. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
    2595. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
    2596. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
    2597. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
    2598. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
    2599. 2022-07-22 10:17:24.665 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
    2600. 2022-07-22 10:17:24.665 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    2601. 2022-07-22 10:17:24.665 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    2602. 2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
    2603. 2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
    2604. 2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
    2605. 2022-07-22 10:17:24.668 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
    2606. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
    2607. 2022-07-22 10:17:24.669 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2608. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
    2609. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
    2610. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
    2611. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
    2612. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
    2613. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
    2614. 2022-07-22 10:17:24.669 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
    2615. 2022-07-22 10:17:24.670 8615-8636/? I/OpenXR: HasFeatureString 0
    2616. 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
    2617. 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
    2618. 2022-07-22 10:17:24.670 8615-8636/? I/OpenXR: HasPermissionString 0
    2619. 2022-07-22 10:17:24.671 8615-8636/? I/OpenXR: HasFeatureString 1
    2620. 2022-07-22 10:17:24.673 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
    2621. 2022-07-22 10:17:24.673 8615-8636/? I/OpenXR: PassesGKKillswitch 1
    2622. 2022-07-22 10:17:24.673 8615-8636/? I/OpenXR: HasFeatureString 1
    2623. 2022-07-22 10:17:24.674 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
    2624. 2022-07-22 10:17:24.674 8615-8636/? I/OpenXR: PassesGKKillswitch 1
    2625. 2022-07-22 10:17:24.674 8615-8636/? I/OpenXR: HasFeatureString 0
    2626. 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
    2627. 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
    2628. 2022-07-22 10:17:24.675 8615-8636/? I/OpenXR: HasPermissionString 0
    2629. 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
    2630. 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
    2631. 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
    2632. 2022-07-22 10:17:24.675 8615-8636/? I/OpenXR: HasPermissionString 0
    2633. 2022-07-22 10:17:24.676 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 2 lines
    2634. 2022-07-22 10:17:24.676 8615-8636/? I/OpenXR: HasPermissionString 0
    2635. 2022-07-22 10:17:24.676 8615-8636/? I/OpenXR: HasFeatureString 1
    2636. 2022-07-22 10:17:24.677 31356-32381/? E/GatekeeperContentProvider: Unsupported GK: oculus_trex_insightsdk_killsw
    2637. 2022-07-22 10:17:24.677 8615-8636/? I/OpenXR: PassesGKKillswitch 1
    2638. 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
    2639. 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
    2640. 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
    2641. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline
    2642. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Entering loader trampoline
    2643. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Completed loader trampoline
    2644. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Available Extensions: (38)
    2645. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_android_create_instance SpecVersion=3
    2646. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_android_surface_swapchain SpecVersion=4
    2647. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_android_thread_settings SpecVersion=5
    2648. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_android_surface_swapchain_create SpecVersion=1
    2649. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_opengl_es_enable SpecVersion=8
    2650. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_vulkan_enable SpecVersion=8
    2651. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_vulkan_enable2 SpecVersion=2
    2652. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_composition_layer_cube SpecVersion=8
    2653. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_composition_layer_cylinder SpecVersion=4
    2654. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_composition_layer_equirect2 SpecVersion=1
    2655. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5
    2656. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_composition_layer_depth SpecVersion=5
    2657. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_color_space SpecVersion=2
    2658. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_EXT_performance_settings SpecVersion=3
    2659. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_EXT_hand_tracking SpecVersion=4
    2660. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_display_refresh_rate SpecVersion=1
    2661. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_swapchain_update_state SpecVersion=3
    2662. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_swapchain_update_state_opengl_es SpecVersion=1
    2663. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_swapchain_update_state_vulkan SpecVersion=1
    2664. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_swapchain_update_state_android_surface SpecVersion=1
    2665. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_OCULUS_common_reference_spaces SpecVersion=1
    2666. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_composition_layer_image_layout SpecVersion=1
    2667. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_composition_layer_alpha_blend SpecVersion=2
    2668. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_common_events SpecVersion=2
    2669. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_hand_tracking_mesh SpecVersion=1
    2670. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_hand_tracking_aim SpecVersion=1
    2671. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_hand_tracking_capsules SpecVersion=2
    2672. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_foveation SpecVersion=1
    2673. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_foveation_configuration SpecVersion=1
    2674. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_foveation_vulkan SpecVersion=1
    2675. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_composition_layer_secure_content SpecVersion=1
    2676. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_KHR_convert_timespec_time SpecVersion=1
    2677. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_triangle_mesh SpecVersion=1
    2678. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_passthrough SpecVersion=3
    2679. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_space_warp SpecVersion=1
    2680. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_passthrough_keyboard_hands SpecVersion=2
    2681. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_FB_composition_layer_settings SpecVersion=1
    2682. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin:  Name=XR_EXT_debug_utils SpecVersion=4
    2683. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_render_model
    2684. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_keyboard_tracking
    2685. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity
    2686. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_query
    2687. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_storage
    2688. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_spatial_entity_container
    2689. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_scene
    2690. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FB_scene_capture
    2691. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Unavailable OpenXR extension: XR_FBX1_composition_layer_settings
    2692. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline
    2693. 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
    2694. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrEnumerateApiLayerProperties | OpenXR-Loader] : Entering loader trampoline
    2695. 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
    2696. 2022-07-22 10:17:24.678 8615-8636/? I/OVRPlugin: Available Layers: (0)
    2697. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline
    2698. 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
    2699. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance
    2700. 2022-07-22 10:17:24.678 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator
    2701. 2022-07-22 10:17:24.678 8615-8636/? I/OpenXR: ----------- xrCreateInstance [start] ----------
    2702. 2022-07-22 10:17:24.678 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_vulkan_enable enabled.
    2703. 2022-07-22 10:17:24.680 8615-8636/? D/UserSwitchedReceiver: Registering UserSwitchedReceiver
    2704. 2022-07-22 10:17:24.684 8615-8636/? I/TREX: Initializing TREX for client 7b3a7cd12e4bb77b...
    2705. 2022-07-22 10:17:24.684 8615-8636/? I/TREX: Initializing system...
    2706. 2022-07-22 10:17:24.684 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
    2707. 2022-07-22 10:17:24.684 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 4 lines
    2708. 2022-07-22 10:17:24.684 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
    2709. 2022-07-22 10:17:24.684 8615-8636/? I/TREX: Loading plugin com.oculus.superres:libsuperres_plugin.so
    2710. 2022-07-22 10:17:24.684 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    2711. 2022-07-22 10:17:24.685 8615-8636/? E/TREX: Package 'com.oculus.superres' was not found!
    2712. 2022-07-22 10:17:24.685 8615-8636/? E/TREXLoadPolicy: Package com.oculus.superres has an invalid signature! (Debugging)
    2713. 2022-07-22 10:17:24.685 8615-8636/? E/TREXLoadPolicy: Skipping load of package com.oculus.superres due to an invalid signature!
    2714. 2022-07-22 10:17:24.685 8615-8636/? E/TREX: package 'com.oculus.superres' not allowed by policy
    2715. 2022-07-22 10:17:24.685 8615-8636/? I/TREX: Plugin 'com.oculus.superres:libsuperres_plugin.so' not loaded.
    2716. 2022-07-22 10:17:24.685 8615-8636/? I/TREX: Loading plugin com.oculus.systemdriver:libtrex_virtual_keyboard_plugin.so
    2717. 2022-07-22 10:17:24.685 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    2718. 2022-07-22 10:17:24.685 8615-8636/? D/TREX: Package 'com.oculus.systemdriver' signature is android.content.pm.Signature@727a19a0
    2719. 2022-07-22 10:17:24.685 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
    2720. 2022-07-22 10:17:24.686 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
    2721. 2022-07-22 10:17:24.686 8615-8636/? D/TREX: Verifying release signature...
    2722. 2022-07-22 10:17:24.686 8615-8636/? D/TREX: Release signature verified!
    2723. 2022-07-22 10:17:24.686 8615-8636/? D/AndroidLibraryResolver: Loading 'libtrex_virtual_keyboard_plugin.so' from package 'com.oculus.systemdriver'
    2724. 2022-07-22 10:17:24.687 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
    2725. 2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
    2726. 2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
    2727. 2022-07-22 10:17:24.687 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
    2728. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: nativeSetClassLoader:0x2b16
    2729. 2022-07-22 10:17:24.688 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
    2730. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
    2731. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderHandle SUCCESS
    2732. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_GetPluginInfo
    2733. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Initialize
    2734. 2022-07-22 10:17:24.688 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Shutdown
    2735. 2022-07-22 10:17:24.689 8615-8636/? I/TREX: Created plugin package context for com.oculus.systemdriver
    2736. 2022-07-22 10:17:24.689 8615-8636/? I/TREXLoadPolicy: InsightMR: all features matched!
    2737. 2022-07-22 10:17:24.689 8615-8636/? I/TREX: Loading plugin com.oculus.mrservice:libmrservice_plugin.so
    2738. 2022-07-22 10:17:24.689 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    2739. 2022-07-22 10:17:24.690 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2740. 2022-07-22 10:17:24.690 8615-8636/? D/TREX: Package 'com.oculus.mrservice' signature is android.content.pm.Signature@727a19a0
    2741. 2022-07-22 10:17:24.691 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
    2742. 2022-07-22 10:17:24.691 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
    2743. 2022-07-22 10:17:24.691 8615-8636/? D/TREX: Verifying release signature...
    2744. 2022-07-22 10:17:24.691 8615-8636/? D/TREX: Release signature verified!
    2745. 2022-07-22 10:17:24.691 8615-8636/? D/AndroidLibraryResolver: Loading 'libmrservice_plugin.so' from package 'com.oculus.mrservice'
    2746. 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
    2747. 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
    2748. 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
    2749. 2022-07-22 10:17:24.695 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
    2750. 2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
    2751. 2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
    2752. 2022-07-22 10:17:24.695 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
    2753. 2022-07-22 10:17:24.696 8615-8636/? I/libloaderimpl: nativeSetClassLoader:0x2b36
    2754. 2022-07-22 10:17:24.697 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
    2755. 2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
    2756. 2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderHandle SUCCESS
    2757. 2022-07-22 10:17:24.697 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_GetPluginInfo
    2758. 2022-07-22 10:17:24.698 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Initialize
    2759. 2022-07-22 10:17:24.698 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Shutdown
    2760. 2022-07-22 10:17:24.698 8615-8636/? I/TREX: Created plugin package context for com.oculus.mrservice
    2761. 2022-07-22 10:17:24.699 8615-8636/? I/PerformanceManagerInterface_Impl: PerformanceManagerInterface_Impl_V1: feature: 1: com.oculus.feature.PASSTHROUGH
    2762. 2022-07-22 10:17:24.699 8615-8636/? W/PerformanceManagerInterface_Impl: UpdateServerState unable to read shared memory
    2763. 2022-07-22 10:17:24.699 8615-8636/? D/ActivityLifecycleListener: Registering LifecycleListener
    2764. 2022-07-22 10:17:24.699 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
    2765. 2022-07-22 10:17:24.700 8615-8636/? I/DeviceProperties: Device Region: 'US'
    2766. 2022-07-22 10:17:24.700 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
    2767. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
    2768. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
    2769. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
    2770. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
    2771. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
    2772. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
    2773. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
    2774. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
    2775. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
    2776. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
    2777. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
    2778. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
    2779. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
    2780. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
    2781. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
    2782. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
    2783. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
    2784. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
    2785. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
    2786. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
    2787. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
    2788. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
    2789. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
    2790. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
    2791. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
    2792. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
    2793. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
    2794. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
    2795. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
    2796. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
    2797. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
    2798. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
    2799. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
    2800. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
    2801. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
    2802. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
    2803. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
    2804. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
    2805. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
    2806. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
    2807. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
    2808. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
    2809. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
    2810. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
    2811. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
    2812. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
    2813. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
    2814. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
    2815. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
    2816. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
    2817. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
    2818. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
    2819. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
    2820. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
    2821. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
    2822. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
    2823. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
    2824. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
    2825. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
    2826. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
    2827. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
    2828. 2022-07-22 10:17:24.701 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
    2829. 2022-07-22 10:17:24.701 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    2830. 2022-07-22 10:17:24.702 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    2831. 2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
    2832. 2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
    2833. 2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
    2834. 2022-07-22 10:17:24.702 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
    2835. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
    2836. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
    2837. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
    2838. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
    2839. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
    2840. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
    2841. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
    2842. 2022-07-22 10:17:24.703 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
    2843. 2022-07-22 10:17:24.703 8615-8636/? I/VrRuntimeClient: DevicesSupported : 2 devices, quest|quest2
    2844. 2022-07-22 10:17:24.703 8615-8636/? I/Distortion: Initializing Mesh Decenter Correction
    2845. 2022-07-22 10:17:24.704 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    2846. 2022-07-22 10:17:24.704 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    2847. 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
    2848. 2022-07-22 10:17:24.705 8615-8636/? I/Distortion: Created custom distortion mesh.
    2849. 2022-07-22 10:17:24.705 8615-8636/? I/OpenXR: ----------- xrCreateInstance [end] ----------
    2850. 2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator
    2851. 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
    2852. 2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline
    2853. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Preinitialize: xrCreateInstance() succeeded
    2854. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Warning: unable to bind OpenXR entry xrGetOpenGLESGraphicsRequirementsKHR
    2855. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: Preinitialize: xrGetSystem() succeeded. xrSystemId 15992298772902969345
    2856. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VkInstanceExtensions:
    2857. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_surface
    2858. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_android_surface
    2859. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_external_memory_capabilities
    2860. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_get_physical_device_properties2
    2861. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin: VkDeviceExtensions:
    2862. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_swapchain
    2863. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_external_memory
    2864. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_external_memory_fd
    2865. 2022-07-22 10:17:24.705 8615-8636/? I/OVRPlugin:   VK_KHR_get_memory_requirements2
    2866. 2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Entering loader trampoline
    2867. 2022-07-22 10:17:24.705 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Entering loader terminator
    2868. 2022-07-22 10:17:24.705 8615-8636/? I/OpenXR: ------------ xrDestroyInstance [start] -----------
    2869. 2022-07-22 10:17:24.705 8615-8636/? D/UserSwitchedReceiver: Unregistering UserSwitchedReceiver
    2870. 2022-07-22 10:17:24.706 8615-8636/? I/TREX: Shutting down system...
    2871. 2022-07-22 10:17:24.706 8615-8636/? E/TREX: Update thread is not running!
    2872. 2022-07-22 10:17:24.706 8615-8636/? I/[CT]: MIXEDREALITY: TREX: Shutting down Insight MR plugin.
    2873. 2022-07-22 10:17:24.706 8615-8636/? I/TREX: Shutting down interface manager.
    2874. 2022-07-22 10:17:24.706 8615-8636/? D/ActivityLifecycleListener: Unregistering LifecycleListener
    2875. 2022-07-22 10:17:24.706 8615-8636/? I/OpenXR: ------------ xrDestroyInstance [end]-----------
    2876. 2022-07-22 10:17:24.706 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Completed loader terminator
    2877. 2022-07-22 10:17:24.706 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrDestroyInstance | OpenXR-Loader] : Completed loader trampoline
    2878. 2022-07-22 10:17:24.706 8615-8636/? I/OpenXR-Loader: Info [GENERAL | xrDestroyInstance | OpenXR-Loader] : RuntimeInterface::UnloadRuntime - Unloading RuntimeInterface
    2879. 2022-07-22 10:17:24.706 8615-8636/? I/OpenXR-Loader: Info [GENERAL |  | OpenXR-Loader] : RuntimeInterface being destroyed.
    2880. 2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: Preinitialize: xrDestroyInstance() succeeded
    2881. 2022-07-22 10:17:24.706 8615-8636/? D/OVRPlugin: CompositorOpenXR::PreInitialize() -- succeeded
    2882. 2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: ProfilerSystem: verbose mode 0
    2883. 2022-07-22 10:17:24.706 8615-8636/? I/OVRPlugin: OVRPlugin 1.72.0 ... preinitialized
    2884. 2022-07-22 10:17:24.710 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    2885. 2022-07-22 10:17:24.717 8615-8636/? I/OVRPlugin: OpenXR SDK version 1.0.22
    2886. 2022-07-22 10:17:24.717 8615-8636/? I/OVRPlugin: AppNativeLibraryDir: /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64
    2887. 2022-07-22 10:17:24.717 8615-8636/? I/OVRMrcLib: Try loading /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64/libOVRMrcLib.oculus.so
    2888. 2022-07-22 10:17:24.717 8615-8636/? I/OVRMrcLib: Try loading /data/app/com.mycompany.myapp-P2UlHtObOqAnoNuxYcbbRQ==/lib/arm64/libOVRMrcLib.so
    2889. 2022-07-22 10:17:24.718 8615-8636/? I/OVRMrcLib: Try loading libOVRMrcLib.oculus.so
    2890. 2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: OVRMrcLib loaded successfully
    2891. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetVersions loaded
    2892. 2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: libOVRMrcLib.so version: 1.74.0
    2893. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Initialize loaded
    2894. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConfigureGLES loaded
    2895. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConfigureVulkan loaded
    2896. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Shutdown loaded
    2897. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetInitialized loaded
    2898. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function Update loaded
    2899. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcActivationMode loaded
    2900. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcActivationMode loaded
    2901. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsMrcEnabled loaded
    2902. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsMrcActivated loaded
    2903. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function UseMrcDebugCamera loaded
    2904. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcInputVideoBufferType loaded
    2905. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcInputVideoBufferType loaded
    2906. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameSize loaded
    2907. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameSize loaded
    2908. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcAudioSampleRate loaded
    2909. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcAudioSampleRate loaded
    2910. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameImageFlipped loaded
    2911. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameImageFlipped loaded
    2912. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetMrcFrameInverseAlpha loaded
    2913. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetMrcFrameInverseAlpha loaded
    2914. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetAvailableQueueIndexVulkan loaded
    2915. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrame loaded
    2916. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameWithDualTextures loaded
    2917. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SyncMrcFrame loaded
    2918. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraCount loaded
    2919. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraName loaded
    2920. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraIntrinsics loaded
    2921. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraExtrinsics loaded
    2922. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraCalibrationRawPose loaded
    2923. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function OverrideExternalCameraFov loaded
    2924. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetUseOverriddenExternalCameraFov loaded
    2925. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function OverrideExternalCameraStaticPose loaded
    2926. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetUseOverriddenExternalCameraStaticPose loaded
    2927. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetExternalCameraPose loaded
    2928. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ConvertPoseToCameraSpace loaded
    2929. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function ResetDefaultExternalCamera loaded
    2930. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetDefaultExternalCamera loaded
    2931. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameWithPoseTime loaded
    2932. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EncodeMrcFrameDualTexturesWithPoseTime loaded
    2933. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetHeadsetControllerPose loaded
    2934. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function EnumerateCameraAnchorHandles loaded
    2935. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCurrentCameraAnchorHandle loaded
    2936. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorName loaded
    2937. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorHandle loaded
    2938. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraAnchorType loaded
    2939. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function CreateCustomCameraAnchor loaded
    2940. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function DestroyCustomCameraAnchor loaded
    2941. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCustomCameraAnchorPose loaded
    2942. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetCustomCameraAnchorPose loaded
    2943. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetCameraMinMaxDistance loaded
    2944. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetCameraMinMaxDistance loaded
    2945. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetPlatformInitialized loaded
    2946. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function GetPlatformCameraMode loaded
    2947. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function SetPlatformCameraMode loaded
    2948. 2022-07-22 10:17:24.719 8615-8636/? D/OVRMrcLib: Function IsCastingToRemoteClient loaded
    2949. 2022-07-22 10:17:24.719 8615-8636/? I/OVRMrcLib: ovrm_LoadSharedLibrary() succeeded. Module loaded from /system/lib64/libOVRMrcLib.oculus.so
    2950. 2022-07-22 10:17:24.719 8615-8636/? I/OVRPlugin: OVRMrcLib loaded. Versions 1.74.0
    2951. 2022-07-22 10:17:24.719 8615-8636/? E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
    2952. 2022-07-22 10:17:24.719 8615-8636/? D/OVRPlugin: CompositorOpenXR::Initialize()
    2953. 2022-07-22 10:17:24.719 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader trampoline
    2954. 2022-07-22 10:17:24.720 8615-8636/? D/VrDriver: Loading xr runtime vrapiimpl
    2955. 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
    2956. 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
    2957. 2022-07-22 10:17:24.722 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering LoaderInstance::CreateInstance
    2958. 2022-07-22 10:17:24.722 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Entering loader terminator
    2959. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: ----------- xrCreateInstance [start] ----------
    2960. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_vulkan_enable enabled.
    2961. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_EXT_performance_settings enabled.
    2962. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_color_scale_bias enabled.
    2963. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_EXT_hand_tracking enabled.
    2964. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_mesh enabled.
    2965. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_aim enabled.
    2966. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_hand_tracking_capsules enabled.
    2967. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_display_refresh_rate enabled.
    2968. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_color_space enabled.
    2969. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_OCULUS_common_reference_spaces enabled.
    2970. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_composition_layer_image_layout enabled.
    2971. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_android_surface_swapchain enabled.
    2972. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_android_surface_swapchain_create enabled.
    2973. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state enabled.
    2974. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state_opengl_es enabled.
    2975. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_swapchain_update_state_vulkan enabled.
    2976. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation enabled.
    2977. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation_configuration enabled.
    2978. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_foveation_vulkan enabled.
    2979. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_composition_layer_alpha_blend enabled.
    2980. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_depth enabled.
    2981. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_cylinder enabled.
    2982. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_cube enabled.
    2983. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_composition_layer_equirect2 enabled.
    2984. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_convert_timespec_time enabled.
    2985. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_passthrough enabled.
    2986. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_triangle_mesh enabled.
    2987. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_passthrough_keyboard_hands enabled.
    2988. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_FB_common_events enabled.
    2989. 2022-07-22 10:17:24.722 8615-8636/? I/OpenXR: xrCreateInstance: Extension XR_KHR_opengl_es_enable enabled.
    2990. 2022-07-22 10:17:24.723 8615-8636/? D/UserSwitchedReceiver: Registering UserSwitchedReceiver
    2991. 2022-07-22 10:17:24.727 8615-8636/? I/TREX: Initializing TREX for client 7b3a7cd12e4bb77b...
    2992. 2022-07-22 10:17:24.727 8615-8636/? I/TREX: Initializing system...
    2993. 2022-07-22 10:17:24.727 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
    2994. 2022-07-22 10:17:24.727 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 4 lines
    2995. 2022-07-22 10:17:24.727 8615-8636/? W/VrRuntimeDeviceConfigClient: DeviceConfig client not initialized on server
    2996. 2022-07-22 10:17:24.727 8615-8636/? I/TREX: Loading plugin com.oculus.superres:libsuperres_plugin.so
    2997. 2022-07-22 10:17:24.727 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    2998. 2022-07-22 10:17:24.728 8615-8636/? E/TREX: Package 'com.oculus.superres' was not found!
    2999. 2022-07-22 10:17:24.728 8615-8636/? E/TREXLoadPolicy: Package com.oculus.superres has an invalid signature! (Debugging)
    3000. 2022-07-22 10:17:24.728 8615-8636/? E/TREXLoadPolicy: Skipping load of package com.oculus.superres due to an invalid signature!
    3001. 2022-07-22 10:17:24.728 8615-8636/? E/TREX: package 'com.oculus.superres' not allowed by policy
    3002. 2022-07-22 10:17:24.728 8615-8636/? I/TREX: Plugin 'com.oculus.superres:libsuperres_plugin.so' not loaded.
    3003. 2022-07-22 10:17:24.728 8615-8636/? I/TREX: Loading plugin com.oculus.systemdriver:libtrex_virtual_keyboard_plugin.so
    3004. 2022-07-22 10:17:24.728 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    3005. 2022-07-22 10:17:24.728 8615-8636/? D/TREX: Package 'com.oculus.systemdriver' signature is android.content.pm.Signature@727a19a0
    3006. 2022-07-22 10:17:24.729 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
    3007. 2022-07-22 10:17:24.729 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
    3008. 2022-07-22 10:17:24.729 8615-8636/? D/TREX: Verifying release signature...
    3009. 2022-07-22 10:17:24.729 8615-8636/? D/TREX: Release signature verified!
    3010. 2022-07-22 10:17:24.729 8615-8636/? D/AndroidLibraryResolver: Loading 'libtrex_virtual_keyboard_plugin.so' from package 'com.oculus.systemdriver'
    3011. 2022-07-22 10:17:24.729 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
    3012. 2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
    3013. 2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
    3014. 2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
    3015. 2022-07-22 10:17:24.729 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
    3016. 2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
    3017. 2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_GetPluginInfo
    3018. 2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Initialize
    3019. 2022-07-22 10:17:24.729 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libtrex_virtual_keyboard_plugin.so, funcName: trex_Shutdown
    3020. 2022-07-22 10:17:24.730 8615-8636/? I/TREX: Created plugin package context for com.oculus.systemdriver
    3021. 2022-07-22 10:17:24.730 8615-8636/? I/TREXLoadPolicy: InsightMR: all features matched!
    3022. 2022-07-22 10:17:24.730 8615-8636/? I/TREX: Loading plugin com.oculus.mrservice:libmrservice_plugin.so
    3023. 2022-07-22 10:17:24.730 8615-8636/? D/TREX: PackageVerifier.isPackageAllowed
    3024. 2022-07-22 10:17:24.730 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3025. 2022-07-22 10:17:24.731 8615-8636/? D/TREX: Package 'com.oculus.mrservice' signature is android.content.pm.Signature@727a19a0
    3026. 2022-07-22 10:17:24.731 8615-8636/? D/TREX: sha1 hash = 331660b6dd3bd582f3dfd3cbae4546724668a021
    3027. 2022-07-22 10:17:24.731 8615-8636/? D/TREX: sha256 hash = dc2f834e3c1942378b14f076c82cd1ab59ea6566bff4730b2047e98efc9f9daf
    3028. 2022-07-22 10:17:24.731 8615-8636/? D/TREX: Verifying release signature...
    3029. 2022-07-22 10:17:24.731 8615-8636/? D/TREX: Release signature verified!
    3030. 2022-07-22 10:17:24.731 8615-8636/? D/AndroidLibraryResolver: Loading 'libmrservice_plugin.so' from package 'com.oculus.mrservice'
    3031. 2022-07-22 10:17:24.731 8615-8636/? I/AndroidLibraryResolver: Attempting to find getAPIFunction64
    3032. 2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: Loading 64-bit LibLoaderImpl.
    3033. 2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: loadLibrary 'loaderimpl'
    3034. 2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: Using System.loadLibrary
    3035. 2022-07-22 10:17:24.731 8615-8636/? V/LibLoaderImpl: internalGetAPIFunction: calling nativeGetAPIFunction
    3036. 2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl nativeGetAPIFunction.
    3037. 2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_GetPluginInfo
    3038. 2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Initialize
    3039. 2022-07-22 10:17:24.731 8615-8636/? I/libloaderimpl: LibLoaderImpl GetAPIFunction. libName: libmrservice_plugin.so, funcName: trex_Shutdown
    3040. 2022-07-22 10:17:24.732 8615-8636/? I/TREX: Created plugin package context for com.oculus.mrservice
    3041. 2022-07-22 10:17:24.732 8615-8636/? I/PerformanceManagerInterface_Impl: PerformanceManagerInterface_Impl_V1: feature: 1: com.oculus.feature.PASSTHROUGH
    3042. 2022-07-22 10:17:24.732 8615-8636/? W/PerformanceManagerInterface_Impl: UpdateServerState unable to read shared memory
    3043. 2022-07-22 10:17:24.732 8615-8636/? D/ActivityLifecycleListener: Registering LifecycleListener
    3044. 2022-07-22 10:17:24.732 8615-8636/? I/DeviceProperties: ovrDeviceProperties::Initialize
    3045. 2022-07-22 10:17:24.733 8615-8636/? I/DeviceProperties: Device Region: 'US'
    3046. 2022-07-22 10:17:24.733 8615-8636/? I/DeviceProperties: GPU Type: 'ADRENO_650'
    3047. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Num Refresh Rates Supported 61
    3048. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (0): 120.000000Hz
    3049. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (1): 119.000000Hz
    3050. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (2): 118.000000Hz
    3051. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (3): 117.000000Hz
    3052. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (4): 116.000000Hz
    3053. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (5): 115.000000Hz
    3054. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (6): 114.000000Hz
    3055. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (7): 113.000000Hz
    3056. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (8): 112.000000Hz
    3057. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (9): 111.000000Hz
    3058. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (10): 110.000000Hz
    3059. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (11): 109.000000Hz
    3060. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (12): 108.000000Hz
    3061. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (13): 107.000000Hz
    3062. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (14): 106.000000Hz
    3063. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (15): 105.000000Hz
    3064. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (16): 104.000000Hz
    3065. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (17): 103.000000Hz
    3066. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (18): 102.000000Hz
    3067. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (19): 101.000000Hz
    3068. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (20): 100.000000Hz
    3069. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (21): 99.000000Hz
    3070. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (22): 98.000000Hz
    3071. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (23): 97.000000Hz
    3072. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (24): 96.000000Hz
    3073. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (25): 95.000000Hz
    3074. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (26): 94.000000Hz
    3075. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (27): 93.000000Hz
    3076. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (28): 92.000000Hz
    3077. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (29): 91.000000Hz
    3078. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (30): 90.000000Hz
    3079. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (31): 89.000000Hz
    3080. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (32): 88.000000Hz
    3081. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (33): 87.000000Hz
    3082. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (34): 86.000000Hz
    3083. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (35): 85.000000Hz
    3084. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (36): 84.000000Hz
    3085. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (37): 83.000000Hz
    3086. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (38): 82.000000Hz
    3087. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (39): 81.000000Hz
    3088. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (40): 80.000000Hz
    3089. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (41): 79.000000Hz
    3090. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (42): 78.000000Hz
    3091. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (43): 77.000000Hz
    3092. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (44): 76.000000Hz
    3093. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (45): 75.000000Hz
    3094. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (46): 74.000000Hz
    3095. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (47): 73.000000Hz
    3096. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (48): 72.000000Hz
    3097. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (49): 71.000000Hz
    3098. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (50): 70.000000Hz
    3099. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (51): 69.000000Hz
    3100. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (52): 68.000000Hz
    3101. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (53): 67.000000Hz
    3102. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (54): 66.000000Hz
    3103. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (55): 65.000000Hz
    3104. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (56): 64.000000Hz
    3105. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (57): 63.000000Hz
    3106. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (58): 62.000000Hz
    3107. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (59): 61.000000Hz
    3108. 2022-07-22 10:17:24.737 8615-8636/? I/DeviceProperties: Refresh Rate (60): 60.000000Hz
    3109. 2022-07-22 10:17:24.737 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3110. 2022-07-22 10:17:24.738 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3111. 2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.ScanoutDirection = 1
    3112. 2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.ShutterType = 1
    3113. 2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.timing = 0.700000 0.700000
    3114. 2022-07-22 10:17:24.738 8615-8636/? I/DeviceProperties: DisplayParms.prediction = (2.000000 2.000000) (2.000000 2.000000)
    3115. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: getDisplayDimensions returned: 3664, 1920
    3116. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT
    3117. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT
    3118. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT
    3119. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT
    3120. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT
    3121. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_SUBSAMPLED_LAYOUT_BIT
    3122. 2022-07-22 10:17:24.739 8615-8636/? I/DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_KEYBOARD_TRACKING_BIT
    3123. 2022-07-22 10:17:24.740 8615-8636/? I/VrRuntimeClient: DevicesSupported : 2 devices, quest|quest2
    3124. 2022-07-22 10:17:24.740 8615-8636/? I/Distortion: Initializing Mesh Decenter Correction
    3125. 2022-07-22 10:17:24.740 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3126. 2022-07-22 10:17:24.740 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3127. 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
    3128. 2022-07-22 10:17:24.741 8615-8636/? I/Distortion: Created custom distortion mesh.
    3129. 2022-07-22 10:17:24.741 8615-8636/? I/OpenXR: ----------- xrCreateInstance [end] ----------
    3130. 2022-07-22 10:17:24.741 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader terminator
    3131. 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
    3132. 2022-07-22 10:17:24.741 8615-8636/? V/OpenXR-Loader: Verbose [GENERAL | xrCreateInstance | OpenXR-Loader] : Completed loader trampoline
    3133. 2022-07-22 10:17:24.741 8615-8636/? I/OVRPlugin: xrCreateInstance() succeeded
    3134. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR runtime name: Oculus, version 42.130.0
    3135. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: xrGetSystem() succeeded. xrSystemId 15992298772902969345
    3136. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR system properties:
    3137.      venderId 10291, systemName Oculus Quest2, maxSwapchainImage(8192, 8192), maxLayerCount 32, orientationTracking 1, positionTracking 1
    3138. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OpenXR hand tracking system properties:
    3139.      hand tracking supported 1
    3140. 2022-07-22 10:17:24.742 8615-8636/? D/OVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO)
    3141. 2022-07-22 10:17:24.742 8615-8636/? D/OVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 1
    3142. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: xrEnumerateViewConfigurationViews() found 2 views
    3143. 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
    3144. 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
    3145. 2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateActionSet ---------
    3146. 2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateAction ------------
    3147. 2022-07-22 10:17:24.742 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 18 lines
    3148. 2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: ------------ xrCreateAction ------------
    3149. 2022-07-22 10:17:24.742 8615-8636/? I/OpenXR_Actions: -- xrSuggestInteractionProfileBindings -
    3150. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: CompositorOpenXR::Initialize() - succeeded
    3151. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: Compositor initialized from thread id c9f50d50
    3152. 2022-07-22 10:17:24.742 8615-8636/? I/OVRPlugin: OVRPlugin 1.72.0 ... initialized
    3153. 2022-07-22 10:17:24.751 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3154. 2022-07-22 10:17:24.772 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3155. 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 }
    3156. 2022-07-22 10:17:24.783 8615-8636/? D/Unity: initOculus Java!
    3157. 2022-07-22 10:17:24.787 18097-31846/? E/WindowManager: App trying to use insecure INPUT_FEATURE_NO_INPUT_CHANNEL flag. Ignoring
    3158. 2022-07-22 10:17:24.793 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3159. 2022-07-22 10:17:24.802 18663-18663/? W/ClientMgr: ClientMgr::SetFocusedClient: No focused client
    3160. 2022-07-22 10:17:24.802 18663-18663/? I/ClientMgr: Releasing clocks.
    3161. 2022-07-22 10:17:24.802 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName  processName  clientId 0 clientPid 0
    3162. 2022-07-22 10:17:24.803 8615-8615/? D/Unity: Oculus UI thread done.
    3163. 2022-07-22 10:17:24.804 8615-8938/? D/OVRPlugin: eglGetConfigs() obtained 72 configs
    3164. 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
    3165. 2022-07-22 10:17:24.804 8615-8938/? I/OVRPlugin: xrGetOpenGLESGraphicsRequirementsKHR: minApiVersion 3.0.0 maxApiVersion 3.2.0
    3166. 2022-07-22 10:17:24.804 8615-8938/? I/OpenXR: ------------ xrCreateSession [start] -----------
    3167. 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
    3168. 2022-07-22 10:17:24.804 8615-8938/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
    3169. 2022-07-22 10:17:24.806 8615-8938/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
    3170. 2022-07-22 10:17:24.806 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
    3171. 2022-07-22 10:17:24.808 31356-31356/? E/AppSwitchManager: No package name set
    3172. 2022-07-22 10:17:24.809 8615-8956/? I/DeadlockObserver: MainLoop starting
    3173. 2022-07-22 10:17:24.809 8615-8938/? I/DeadlockObserver: Init SUCCESS
    3174. 2022-07-22 10:17:24.809 8615-8938/? I/RuntimeIPCServiceClient: Using OS RuntimeIPC Service
    3175. 2022-07-22 10:17:24.809 8615-8938/? I/AsyncTaskMgr: Init SUCCESS
    3176. 2022-07-22 10:17:24.809 8615-8938/? I/ServerStateMgr: Init
    3177. 2022-07-22 10:17:24.809 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Methods->GetConnectInfo
    3178. 2022-07-22 10:17:24.809 8615-8957/? I/AsyncTaskMgr: MainLoop starting
    3179. 2022-07-22 10:17:24.810 817-26895/? I/RuntimeIPCService: CreateBrokerConnection: 8615:com.mycompany.myapp:com.mycompany.myapp
    3180. 2022-07-22 10:17:24.810 31716-31716/? D/KeyboardInputMethodService: onFinishInput
    3181. 2022-07-22 10:17:24.812 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling Helper.Init
    3182. 2022-07-22 10:17:24.812 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Calling InitBrokerHandler
    3183. 2022-07-22 10:17:24.813 8615-8938/? I/RuntimeIPCServiceClientRPC: InitRPCToServiceInternal: Success
    3184. 2022-07-22 10:17:24.813 8615-8938/? I/ServerStateMgr: Init
    3185. 2022-07-22 10:17:24.813 8615-8938/? I/RuntimeIPCServiceClient: IPCMainLoopHandler: Init SUCCESS
    3186. 2022-07-22 10:17:24.813 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3187. 2022-07-22 10:17:24.814 18663-18663/? D/VrRuntimeService: onStartCommand
    3188. 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
    3189. 2022-07-22 10:17:24.815 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.systemdriver:com.oculus.vrruntimeservice
    3190. 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)
    3191. 2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 118 (ipcStateReadWrite)
    3192. 2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 222 (ipcReadOnlyState)
    3193. 2022-07-22 10:17:24.816 18663-8961/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
    3194. 2022-07-22 10:17:24.816 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 229 (ipcEventBuffer)
    3195. 2022-07-22 10:17:24.817 18663-8961/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 234 (ipcEventBuffer_Private)
    3196. 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)
    3197. 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
    3198. 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
    3199. 2022-07-22 10:17:24.820 18663-8961/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3200. 2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3201. 2022-07-22 10:17:24.820 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
    3202. 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)
    3203. 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)
    3204. 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)
    3205. 2022-07-22 10:17:24.820 8615-8938/? I/VrRuntimeClient: g_RuntimeServiceSDKClient.Connected: com.oculus.systemdriver:com.oculus.vrruntimeservice
    3206. 2022-07-22 10:17:24.820 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::RegisterClient: com.mycompany.myapp
    3207. 2022-07-22 10:17:24.820 18663-8962/? I/ClientMgr: ClientMgr::CreateClient: 8615:com.mycompany.myapp
    3208. 2022-07-22 10:17:24.820 18663-8962/? I/ClientMgr: CliengMgr: Client session placement = 0
    3209. 2022-07-22 10:17:24.820 18663-8962/? I/TimeWarpClientMgr: Register client 22
    3210. 2022-07-22 10:17:24.820 18663-8962/? I/VrRuntimeServer: RegisterCompositorClient client(22)
    3211. 2022-07-22 10:17:24.821 18663-8962/? W/ActivityManagerUtils: Unabled to get process package name from pid: 8615
    3212. 2022-07-22 10:17:24.821 18663-8962/? I/ClientMgr: ClientMgr: Client:com.mycompany.myapp isOsApp=false
    3213. 2022-07-22 10:17:24.822 18663-8962/? I/ClientMgr: SharedMemoryDebug: InitResources MapMemory (VrRuntimeService_PrivateReadWrite_com.mycompany.myapp) size = 33736 ; flags = 3
    3214. 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)
    3215. 2022-07-22 10:17:24.822 18663-8962/? I/ServiceInputManager: HANDTRACKING Initial input state override: 0
    3216. 2022-07-22 10:17:24.822 18663-8962/? I/PTKService: PTKServiceClient Init
    3217. 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
    3218. 2022-07-22 10:17:24.822 18663-8962/? I/RuntimeIPCApi: ipc_Initialize
    3219. 2022-07-22 10:17:24.822 18663-8962/? I/RuntimeIPCServiceClient: Init: Already initialized: com.oculus.vrruntimeservice, 3
    3220. 2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayService: onStartCommand(): Intent { cmp=com.oculus.vrshell/.ShellOverlayService }
    3221. 2022-07-22 10:17:24.823 31716-31716/? D/[OAO] ShellOverlayService: Discarding empty broadcast
    3222. 2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    3223. 2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    3224. 2022-07-22 10:17:24.823 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    3225. 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)
    3226. 2022-07-22 10:17:24.825 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 87 (ipcStateReadWrite)
    3227. 2022-07-22 10:17:24.825 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 208 (ipcReadOnlyState)
    3228. 2022-07-22 10:17:24.825 31716-32115/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
    3229. 2022-07-22 10:17:24.828 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 209 (ipcEventBuffer)
    3230. 2022-07-22 10:17:24.828 31716-32115/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 210 (ipcEventBuffer_Private)
    3231. 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)
    3232. 2022-07-22 10:17:24.833 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    3233. 2022-07-22 10:17:24.834 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3234. 2022-07-22 10:17:24.835 31716-32115/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3235. 2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3236. 2022-07-22 10:17:24.835 18663-8962/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
    3237. 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)
    3238. 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)
    3239. 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)
    3240. 2022-07-22 10:17:24.837 31716-32115/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3241. 2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3242. 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)
    3243. 2022-07-22 10:17:24.837 18663-8962/? I/RuntimeIPCClientMgr: RuntimeIPCClientMgr::DisconnectFromServer: 0, Client: com.oculus.systemdriver:com.oculus.vrruntimeservice:18663, Server: com.oculus.vrshell:com.oculus.vrshell:Overlay (ptkserviceserver)
    3244. 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)
    3245. 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)
    3246. 2022-07-22 10:17:24.838 18663-8962/? I/RuntimeIPCApi: ipc_Shutdown
    3247. 2022-07-22 10:17:24.838 18663-8962/? I/RuntimeIPCServiceClient: Shutdown: Refs still outstanding: 3, com.oculus.vrruntimeservice
    3248. 2022-07-22 10:17:24.838 18663-8962/? I/ClientMgr: AddClient: com.mycompany.myapp:com.mycompany.myapp:8615
    3249. 2022-07-22 10:17:24.838 18663-8962/? I/ClientMgr: CreateClient: Sending PrimaryPackageChangeEvent outside of normal operation for Guardian.
    3250. 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
    3251. 2022-07-22 10:17:24.840 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3252. 2022-07-22 10:17:24.840 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3253. 2022-07-22 10:17:24.841 18663-8962/? I/UnifiedTelemetryWrapper: Started UT session lifetime:com.mycompany.myapp
    3254. 2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::GetSharedMemoryFileDescriptor: SharedMemoryDebug: 2204659461
    3255. 2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: GetSharedMemoryFileDescriptor: SharedMemoryDebug: SharedMemoryType_PublicReadOnly: 39 (6136)
    3256. 2022-07-22 10:17:24.842 8615-8938/? I/VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: publicReadOnly SharedMemorySize=6136 () sizeof(sharedMemoryPublicReadOnly)=6160
    3257. 2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::GetSharedMemoryFileDescriptor: SharedMemoryDebug: 2204659461
    3258. 2022-07-22 10:17:24.842 18663-8962/? I/VrRuntimeService: GetSharedMemoryFileDescriptor: SharedMemoryDebug: SharedMemoryType_PrivateReadWrite: 242 (33736)
    3259. 2022-07-22 10:17:24.843 8615-8938/? I/VrRuntimeClient: RuntimeIPC: ServiceConnected: SharedMemoryDebug: privateReadWrite SharedMemorySize=33736 () sizeof(privateSharedMemorySize)=8
    3260. 2022-07-22 10:17:24.843 8615-8938/? I/VrRuntimeClient: nativeRuntimeServiceConnected: SharedMemoryDebug: publicReadOnlyFd=82, privateReadWriteFd=83 ()
    3261. 2022-07-22 10:17:24.844 8615-8938/? I/VrRuntimeClient: g_RuntimeServiceSDKClient.InitClient SUCCESS. Version: 2.0, Custom: 1.0
    3262. 2022-07-22 10:17:24.844 8615-8938/? I/RuntimeIPCClientMgr: GetClientOptions
    3263. 2022-07-22 10:17:24.844 8615-8938/? I/OpenXR: xrCreateSession: Connected to VrRuntimeService after 0.040178s
    3264. 2022-07-22 10:17:24.848 760-8755/? E/SensorService: HMD IMU samples delayed: 6.072ms between sample arrivals (expected 1.000ms)
    3265. 2022-07-22 10:17:24.850 8615-8938/? I/VrRuntimeClient: VrRuntimeClient: Init
    3266. 2022-07-22 10:17:24.851 8615-8938/? I/PTKService: PTKServiceClient Init
    3267. 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
    3268. 2022-07-22 10:17:24.851 8615-8938/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
    3269. 2022-07-22 10:17:24.851 8615-8938/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
    3270. 2022-07-22 10:17:24.851 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
    3271. 2022-07-22 10:17:24.851 8615-8938/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 1
    3272. 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
    3273. 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
    3274. 2022-07-22 10:17:24.854 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3275. 2022-07-22 10:17:24.854 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.vrshell:com.oculus.vrshell:Overlay
    3276. 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)
    3277. 2022-07-22 10:17:24.855 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 208 (ipcStateReadWrite)
    3278. 2022-07-22 10:17:24.855 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 209 (ipcReadOnlyState)
    3279. 2022-07-22 10:17:24.855 31716-8964/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
    3280. 2022-07-22 10:17:24.856 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 211 (ipcEventBuffer)
    3281. 2022-07-22 10:17:24.856 31716-8964/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 212 (ipcEventBuffer_Private)
    3282. 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)
    3283. 2022-07-22 10:17:24.859 31716-8964/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3284. 2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3285. 2022-07-22 10:17:24.859 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
    3286. 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)
    3287. 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)
    3288. 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)
    3289. 2022-07-22 10:17:24.861 8615-8938/? I/RuntimeIPCClientMgr: GetClientOptions
    3290. 2022-07-22 10:17:24.862 31716-8964/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3291. 2022-07-22 10:17:24.862 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3292. 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)
    3293. 2022-07-22 10:17:24.863 8615-8938/? I/VrRuntimeClient: OSSDKTRACKING calculating secure tracking
    3294. 2022-07-22 10:17:24.863 8615-8938/? D/VrRuntimeClient: getSecureTrackingRequest OSSDKTRACKING com.mycompany.myapp
    3295. 2022-07-22 10:17:24.863 8615-8938/? I/VrRuntimeClient: OSSDKTRACKING secure tracking is 0
    3296. 2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init
    3297. 2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init -> Initializing audio capture using direct OS Callbacks
    3298. 2022-07-22 10:17:24.864 8615-8938/? I/AudioCapture: AudioCapture::Init COMPLETE
    3299. 2022-07-22 10:17:24.864 8615-8938/? D/VrRuntimeClient: VrRuntimeClient: initialize. inContext: com.unity3d.player.UnityPlayerActivity@a2ac0f6
    3300. 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
    3301. 2022-07-22 10:17:24.864 8615-8938/? I/RuntimeIPCApi: ipc_Initialize
    3302. 2022-07-22 10:17:24.864 8615-8938/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 2
    3303. 2022-07-22 10:17:24.870 6810-6810/? W/VRLifecycleManager: onHeadsetMounted
    3304. 2022-07-22 10:17:24.875 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3305. 2022-07-22 10:17:24.875 18752-18752/? D/VrGuardianService: onStartCommand
    3306. 2022-07-22 10:17:24.878 32124-32124/? D/VrGuardianUserService: onStartCommandIntent { cmp=com.oculus.guardian/com.oculus.vrguardianservice.VrGuardianUserService }
    3307. 2022-07-22 10:17:24.878 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
    3308. 2022-07-22 10:17:24.879 32124-32124/? D/VrGuardianUserService: onStartCommand null user = 10
    3309. 2022-07-22 10:17:24.879 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
    3310. 2022-07-22 10:17:24.879 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
    3311. 2022-07-22 10:17:24.879 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
    3312. 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
    3313. 2022-07-22 10:17:24.886 8615-8938/? I/ClientProcessConnector: GetProcessConnection: com.oculus.guardian:com.oculus.vrguardianservice
    3314. 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)
    3315. 2022-07-22 10:17:24.887 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 211 (ipcStateReadWrite)
    3316. 2022-07-22 10:17:24.888 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 215 (ipcReadOnlyState)
    3317. 2022-07-22 10:17:24.888 18752-8968/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
    3318. 2022-07-22 10:17:24.889 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 218 (ipcEventBuffer)
    3319. 2022-07-22 10:17:24.889 18752-8968/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 230 (ipcEventBuffer_Private)
    3320. 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)
    3321. 2022-07-22 10:17:24.889 18752-8969/? W/REFLECT: Broadcasting -2090307835, com.mycompany.myapp, com.mycompany.myapp
    3322. 2022-07-22 10:17:24.892 18752-8968/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3323. 2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3324. 2022-07-22 10:17:24.892 8615-8938/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
    3325. 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)
    3326. 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)
    3327. 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)
    3328. 2022-07-22 10:17:24.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3329. 2022-07-22 10:17:24.898 8615-8938/? I/VrGuardianClient: g_GuardianSDKClient connected.
    3330. 2022-07-22 10:17:24.899 8615-8938/? D/VrRuntimeClient: getClient6dofEntitlementMode for com.mycompany.myapp
    3331. 2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.PackageChangeEvent: package=[com.mycompany.myapp], process=[com.mycompany.myapp]
    3332. 2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: SetCurrentProcessName: com.mycompany.myapp, previous ProcessName: com.oculus.os.vrlockscreen
    3333. 2022-07-22 10:17:24.904 18752-18780/? I/GuardianSystem: SetCurrentProcessName: Return package changed: com.mycompany.myapp
    3334. 2022-07-22 10:17:24.904 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::IsExperimental120HzSupportEnabled
    3335. 2022-07-22 10:17:24.905 8615-8938/? I/VrRuntimeClient: Is120HzSupported: 0
    3336. 2022-07-22 10:17:24.905 8615-8938/? I/LogTimer: CPUTIME: VrRuntimeClient_Init took 54.0957 ms
    3337. 2022-07-22 10:17:24.905 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
    3338. 2022-07-22 10:17:24.905 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3339. 2022-07-22 10:17:24.905 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3340. 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
    3341. 2022-07-22 10:17:24.906 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
    3342. 2022-07-22 10:17:24.906 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3343. 2022-07-22 10:17:24.907 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3344. 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
    3345. 2022-07-22 10:17:24.907 8615-8938/? I/Distortion: Created custom distortion mesh.
    3346. 2022-07-22 10:17:24.907 8615-8938/? I/VrRuntimeClient: SetPhaseSyncMode 1
    3347. 2022-07-22 10:17:24.907 8615-8938/? I/VrRuntimeClient: SetPhaseSyncMode 1
    3348. 2022-07-22 10:17:24.907 8615-8938/? I/OpenXR: PhaseSync Mode: 1
    3349. 2022-07-22 10:17:24.908 8615-8938/? D/SystemActivitiesReceiver: Registering Oculus System Activity receiver
    3350. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputInterface: SetChordedSystemButtonGKFlag 1
    3351. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: SYSTEMBUTTONSPACE GKS freeze '1'
    3352. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: SYSTEMBUTTONSPACE 'com.mycompany.myapp' Freeze input '1' on home button down
    3353. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES, in the GK oculus_mobile_hand2_manifest
    3354. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: Handtracking Version:
    3355. 2022-07-22 10:17:24.913 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES! You are on the Hand Tracking Frequency GK :D
    3356. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING sethandtrackingfrequency 1
    3357. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: Set30HzHandtrackingDownclockingGKFlag 1
    3358. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: 30Hz downclocking enabled for new apps.
    3359. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: SetHandAutotransitionV2GKFlag 1
    3360. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: using autotransition v2
    3361. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING handtrackingsmallfingeropeningpinchenabled 1
    3362. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputSettings: HANDTRACKING: YES! You are on the Hand Tracking Small Finger Opening Pinch GK :D
    3363. 2022-07-22 10:17:24.914 8615-8938/? I/ClientInputInterface: HANDTRACKING SetHandTrackingControllerEmulationGkFlag 0
    3364. 2022-07-22 10:17:24.914 8615-8938/? I/InputHooks: InitializeInputHooks
    3365. 2022-07-22 10:17:24.914 8615-8938/? I/InputHooks: InitializeInputHooks create
    3366. 2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable flipY for projection layers on com.mycompany.myapp.
    3367. 2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable HandJointRotationFix on com.mycompany.myapp.
    3368. 2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable Stage space with stationary guardian on com.mycompany.myapp.
    3369. 2022-07-22 10:17:24.914 8615-8938/? I/OpenXR: Disable hands power simple interaction profile on com.mycompany.myapp.
    3370. 2022-07-22 10:17:24.914 8615-8938/? D/OsSdk: TrackingServiceConnection ctor
    3371. 2022-07-22 10:17:24.914 8615-8938/? D/ActivityLifecycleListener: activity=com.unity3d.player.UnityPlayerActivity@a2ac0f6, resumed=true
    3372. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateSession: Activity is already in the ready state.
    3373. 2022-07-22 10:17:24.915 8615-8938/? I/XrRuntimeUtils: XrRuntimeUtils::CreateSession
    3374. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: ------------ xrCreateSession [end] -----------
    3375. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Spaces info
    3376. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Local version=25
    3377. 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)
    3378. 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)
    3379. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
    3380. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
    3381. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
    3382. 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)
    3383. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
    3384. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
    3385. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Actions: ----- xrAttachSessionActionSets --------
    3386. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
    3387. 2022-07-22 10:17:24.915 8615-8938/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
    3388. 2022-07-22 10:17:24.915 8615-8938/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.mycompany.myapp:1010083
    3389. 2022-07-22 10:17:24.915 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3390. 2022-07-22 10:17:24.918 8615-8938/? W/Telemetry: [OpenXR] unexpected session state unknown;
    3391. 2022-07-22 10:17:24.918 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_UNKNOWN -> XR_SESSION_STATE_IDLE
    3392. 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) }
    3393. 2022-07-22 10:17:24.918 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
    3394. 2022-07-22 10:17:24.919 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_IDLE -> XR_SESSION_STATE_READY
    3395. 2022-07-22 10:17:24.919 32124-32124/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
    3396. 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
    3397. 2022-07-22 10:17:24.919 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0
    3398. 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
    3399. 2022-07-22 10:17:24.919 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
    3400. 2022-07-22 10:17:24.919 8615-8938/? I/OpenXR: ------------ xrBeginSession [start] -----------
    3401. 2022-07-22 10:17:24.919 8615-8938/? I/VrRuntimeClient: Tracing is disabled
    3402. 2022-07-22 10:17:24.919 8615-8938/? I/VrRuntimeClient: SysProp debug mode is disabled on Client side
    3403. 2022-07-22 10:17:24.920 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
    3404. 2022-07-22 10:17:24.920 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
    3405. 2022-07-22 10:17:24.920 31356-6384/? W/StandaloneFbnsService: service/failed_to_add_to_whitelist; package=com.oculus.horizon
    3406.    java.lang.SecurityException: No permission to change device idle whitelist: uid 1010054 does not have android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST.
    3407.        at android.os.Parcel.createException(Parcel.java:2038)
    3408.        at android.os.Parcel.readException(Parcel.java:2006)
    3409.        at android.os.Parcel.readException(Parcel.java:1954)
    3410.        at android.os.IDeviceIdleController$Stub$Proxy.addPowerSaveTempWhitelistApp(IDeviceIdleController.java:851)
    3411.        at com.facebook.fbns.standalone.service.StandaloneFbnsServiceDelegate.A0n(:110)
    3412.        at X.0UF.A00(:68)
    3413.        at com.facebook.rti.push.service.FbnsServiceDelegate.A0d(:48428)
    3414.        at X.0Y5.A01(:351)
    3415.        at X.0oW.run(:1913)
    3416.        at java.lang.Thread.run(Thread.java:919)
    3417. 2022-07-22 10:17:24.922 8615-8938/? D/VrApi: targetSDKVersion 30
    3418. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE MODEL NUMBER = Quest
    3419. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE BUILD NAME = user-35444700575000000
    3420. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE BUILD TYPE = user
    3421. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: DEVICE OS VERSION = 10
    3422. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: API LOADER VERSION = 1.0.22
    3423. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: RUNTIME API VERSION = 1.0.22
    3424. 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
    3425. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP NAME = myapp
    3426. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP VERSION = 0.0.0 versionCode 1 internalVersionName <none>
    3427. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP VR TYPE = vr_only
    3428. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP MODE TYPE = VR
    3429. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP PACKAGE NAME = com.mycompany.myapp
    3430. 2022-07-22 10:17:24.923 8615-8938/? I/VrRuntimeClient: APP ACTIVITY CLASS = com.unity3d.player.UnityPlayerActivity
    3431. 2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Initializing head tracking
    3432. 2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Head tracker != nullpointer 0x7de3776a58, 1
    3433. 2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Initializing controller tracking
    3434. 2022-07-22 10:17:24.923 8615-8938/? I/Sensor: OSSDKTRACKING Controller tracker != nullpointer 0x7f203f8f60, 1
    3435. 2022-07-22 10:17:24.923 8615-8938/? D/BatteryReceiver: Registering battery receiver
    3436. 2022-07-22 10:17:24.928 8615-8938/? D/HeadsetReceiver: getCurrentHeadsetState: false
    3437. 2022-07-22 10:17:24.928 8615-8938/? I/DeviceStatus: nativeHeadsetEvent(0)
    3438. 2022-07-22 10:17:24.939 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3439. 2022-07-22 10:17:24.939 8615-8938/? I/VrRuntimeClient: SetCompositorClientFeatureFlag ClientFeatureFlag 0
    3440. 2022-07-22 10:17:24.940 18752-8968/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    3441. 2022-07-22 10:17:24.940 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    3442. 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)
    3443. 2022-07-22 10:17:24.940 8615-8938/? I/LogTimer: CPUTIME: VrRuntimeClient_BeginSession took 21.2394 ms
    3444. 2022-07-22 10:17:24.942 8615-8938/? I/ClientInputInterface: DEADRECKONING SetControllerTrackingExtendedDeadreckoning 0
    3445. 2022-07-22 10:17:24.942 8615-8938/? I/ClientInputSettings: HANDTRACKING package name is com.mycompany.myapp
    3446. 2022-07-22 10:17:24.942 18752-18780/? I/GuardianSystem: Ending pause
    3447. 2022-07-22 10:17:24.942 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianPolygon: 280799707, 700
    3448. 2022-07-22 10:17:24.942 18663-18779/? I/VrRuntimeServer: SetGuardianPolygon: 700
    3449. 2022-07-22 10:17:24.943 18752-18780/? I/GuardianRender: Resume: GuardianRender resuming.
    3450. 2022-07-22 10:17:24.943 18594-20356/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer -1 for client 280799707.
    3451. 2022-07-22 10:17:24.943 18594-20356/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer -1 is being paused false
    3452. 2022-07-22 10:17:24.943 8615-8938/? I/ClientInputSettings: HANDTRACKING: feature flag set to 0
    3453. 2022-07-22 10:17:24.943 8615-8938/? I/ClientInputInterface: HANDTRACKING sethandmanifest 0
    3454. 2022-07-22 10:17:24.943 8615-8938/? D/InputHooksJava: Enabling Java Input Hooks
    3455. 2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: Passthrough layer resumed
    3456. 2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: GuardianRender updating thread states.
    3457. 2022-07-22 10:17:24.944 18752-18780/? I/GuardianRender: Resume: GuardianRender resume complete.
    3458. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Spaces info
    3459. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Local version=25
    3460. 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)
    3461. 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)
    3462. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
    3463. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
    3464. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
    3465. 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)
    3466. 2022-07-22 10:17:24.944 18752-18780/? I/GuardianInput: GuardianInput::Resume ... intializing session bound objects.
    3467. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
    3468. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Actions: ------------ xrCreateActionSpace -----------
    3469. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
    3470. 2022-07-22 10:17:24.944 18752-18780/? I/OpenXR_Hands: ------------ xrCreateHandTrackerEXT -----------
    3471. 2022-07-22 10:17:24.944 18752-18780/? W/GuardianOpenXrMgr: @@@ wait frame retry=10 dtWait=0.000000 dtFrame=537.205680 submittedFrameIndex=-1
    3472. 2022-07-22 10:17:24.944 8615-8938/? I/InputDeviceManager: ovrInputDeviceManager::Initialize
    3473. 2022-07-22 10:17:24.944 8615-8975/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
    3474. 2022-07-22 10:17:24.944 852-1100/? W/TrackingService: attachClient: found client in attached list
    3475. 2022-07-22 10:17:24.944 8615-8975/? I/InputDeviceManager: HANDTRACKING Pointer filter profile changed to: 0
    3476. 2022-07-22 10:17:24.945 8615-8938/? D/OsSdk: TrackingServiceConnection registered
    3477. 2022-07-22 10:17:24.945 852-1100/? D/TrackingService: getSharedMemory: com.oculus.guardian, HeadTracker
    3478. 2022-07-22 10:17:24.946 852-1100/? W/TrackingService: attachClient: found client in attached list
    3479. 2022-07-22 10:17:24.946 852-1100/? D/TrackingService: getSharedMemory: com.oculus.guardian, Controller
    3480. 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
    3481. 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
    3482. 2022-07-22 10:17:24.949 18752-20358/? I/GuardianWall: BuildFromPoints: Original: 700, New: 323, Triangles: 8346
    3483. 2022-07-22 10:17:24.950 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer -1.
    3484. 2022-07-22 10:17:24.950 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3485. 2022-07-22 10:17:24.951 18752-20358/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
    3486. 2022-07-22 10:17:24.953 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
    3487. 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
    3488. 2022-07-22 10:17:24.955 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=5, pri=1 ) succeeded
    3489. 2022-07-22 10:17:24.955 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=5, pri=1 ) succeeded
    3490. 2022-07-22 10:17:24.956 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=5, pri=1 ) succeeded
    3491. 2022-07-22 10:17:24.957 852-8212/? D/TrackingService: getSharedMemory: com.mycompany.myapp, HeadTracker
    3492. 2022-07-22 10:17:24.957 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
    3493. 2022-07-22 10:17:24.958 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3494. 2022-07-22 10:17:24.958 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3495. 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
    3496. 2022-07-22 10:17:24.959 8615-8938/? I/Distortion: Initializing Mesh Decenter Correction
    3497. 2022-07-22 10:17:24.959 847-1033/? E/CalibrationProvider: loadCalibration(LDISP_SN) failed: Calibration store didn't load any info
    3498. 2022-07-22 10:17:24.959 847-1033/? E/CalibrationProvider: loadCalibration(RDISP_SN) failed: Calibration store didn't load any info
    3499. 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
    3500. 2022-07-22 10:17:24.960 8615-8938/? I/Distortion: Created custom distortion mesh.
    3501. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: egl = 1.5
    3502. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: es3 = TRUE
    3503. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_OES_vertex_array_object
    3504. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_QCOM_tiled_rendering
    3505. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_EXT_sRGB_write_control
    3506. 2022-07-22 10:17:24.960 8615-8938/? I/GL_Utils: Found: GL_EXT_disjoint_timer_query
    3507. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_memory_object
    3508. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_memory_object_fd
    3509. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_QCOM_texture_foveated
    3510. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_KHR_debug
    3511. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_OES_EGL_image
    3512. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Not found: EGL_EXT_image_dma_buf_import
    3513. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_border_clamp
    3514. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_filter_anisotropic
    3515. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_OES_texture_view
    3516. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_texture_format_sRGB_override
    3517. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_IMG_texture_filter_cubic
    3518. 2022-07-22 10:17:24.961 8615-8938/? I/GL_Utils: Found: GL_EXT_clip_cull_distance
    3519. 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
    3520. 2022-07-22 10:17:24.961 8615-8938/? I/VrRuntimeClient: PhaseSync Instance created
    3521. 2022-07-22 10:17:24.961 8615-8938/? D/VrRuntimeClient: pokeGuardianUserServiceForThisClient: com.mycompany.myapp:1010083
    3522. 2022-07-22 10:17:24.962 8615-8938/? D/VrRuntimeClient: VrRuntimeClient: getClientWindow: activity client
    3523. 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,
    3524. 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) }
    3525. 2022-07-22 10:17:24.963 32124-32124/? D/VrGuardianUserService: maybeSubscribeDeviceConfig
    3526. 2022-07-22 10:17:24.963 32124-32124/? D/VrGuardianUserService: onStartCommand FOREGROUND_CLIENT user = 10
    3527. 2022-07-22 10:17:24.963 18752-19267/? D/VrGuardianService: setCurrentUser() called with: userId = [10]
    3528. 2022-07-22 10:17:24.964 18752-19267/? I/VrGuardianService: nativeSetCurrentUser userid = 10
    3529. 2022-07-22 10:17:24.964 18752-19267/? I/GuardianSystem: GuardianSystem::SetCurrentUser: 10
    3530. 2022-07-22 10:17:24.964 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::EnableRendering: 0x7ec54fe2c0, 1, com.mycompany.myapp
    3531. 2022-07-22 10:17:24.964 18663-8962/? I/ClientMgr: ClientMgr::EnableRendering 8615:com.mycompany.myapp : type 0 comp-id 22: enable
    3532. 2022-07-22 10:17:24.964 18663-8962/? I/CompositorVR: CheckDebuggerConnected: debugger 0
    3533. 2022-07-22 10:17:24.964 18663-8962/? I/VrRuntimeServer: SysProp debug mode is disabled on Server side
    3534. 2022-07-22 10:17:24.970 18663-8811/? I/TimeWarpProgs: [0x7fb734bef8] Built layerProgram 0:0x100000048002:0x0 in 5.2 ms
    3535. 2022-07-22 10:17:24.971 18663-8962/? I/UnifiedTelemetryWrapper: Started UT session render:com.mycompany.myapp
    3536. 2022-07-22 10:17:24.971 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3537. 2022-07-22 10:17:24.974 8615-8938/? I/ScreenCaptureHelper: Advertising com.mycompany.myapp as streamable
    3538. 2022-07-22 10:17:24.975 8615-8938/? I/VrApi: OVR::Stats thread started
    3539. 2022-07-22 10:17:24.975 8615-8938/? I/XrRuntimeUtils: XrRuntimeUtils::BeginSession
    3540. 2022-07-22 10:17:24.975 8615-8938/? I/XrRuntimeSystem_Client: BeginSession
    3541. 2022-07-22 10:17:24.975 8615-8938/? I/OpenXR: ------------ xrBeginSession [end] -----------
    3542. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0
    3543. 2022-07-22 10:17:24.975 8615-8938/? I/VrRuntimeClient: UpdateEvents: HMT was mounted
    3544. 2022-07-22 10:17:24.975 8615-8938/? I/VrRuntimeClient: Client has lost focus.
    3545. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: HandleOpenXREvents(): XrEventDataMountStateChangedFB 1
    3546. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXTENSIONS:
    3547. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_image
    3548. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_image_external
    3549. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_EGL_sync
    3550. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_vertex_half_float
    3551. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_framebuffer_object
    3552. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_rgb8_rgba8
    3553. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_compressed_ETC1_RGB8_texture
    3554. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_AMD_compressed_ATC_texture
    3555. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_KHR_texture_compression_astc_ldr
    3556. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_KHR_texture_compression_astc_hdr
    3557. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_compression_astc
    3558. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_s3tc
    3559. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_s3tc_srgb
    3560. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_rgtc
    3561. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_bptc
    3562. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_npot
    3563. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_filter_anisotropic
    3564. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_texture_format_BGRA8888
    3565. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_read_format_bgra
    3566. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_texture_3D
    3567. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_color_buffer_float
    3568. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_color_buffer_half_float
    3569. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_EXT_float_blend
    3570. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_QCOM_alpha_test
    3571. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth24
    3572. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_packed_depth_stencil
    3573. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth_texture
    3574. 2022-07-22 10:17:24.975 8615-8938/? D/OVRPlugin: GL_OES_depth_texture_cube_map
    3575. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_sRGB
    3576. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_float
    3577. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_float_linear
    3578. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_half_float
    3579. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_half_float_linear
    3580. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_type_2_10_10_10_REV
    3581. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_sRGB_decode
    3582. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_compression_astc_decode_mode
    3583. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_mirror_clamp_to_edge
    3584. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_format_sRGB_override
    3585. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_element_index_uint
    3586. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_copy_image
    3587. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_geometry_shader
    3588. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_tessellation_shader
    3589. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_stencil8
    3590. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_io_blocks
    3591. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_shader_image_atomic
    3592. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_sample_variables
    3593. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_border_clamp
    3594. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_external_wrap_modes
    3595. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_multisampled_render_to_texture
    3596. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_multisampled_render_to_texture2
    3597. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_shader_multisample_interpolation
    3598. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_cube_map_array
    3599. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_draw_buffers_indexed
    3600. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_gpu_shader5
    3601. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_robustness
    3602. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_buffer
    3603. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_framebuffer_fetch
    3604. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_ARM_shader_framebuffer_fetch_depth_stencil
    3605. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_storage_multisample_2d_array
    3606. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_sample_shading
    3607. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_get_program_binary
    3608. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_debug_label
    3609. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_blend_equation_advanced
    3610. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_blend_equation_advanced_coherent
    3611. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_tiled_rendering
    3612. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_ANDROID_extension_pack_es31a
    3613. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_primitive_bounding_box
    3614. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_standard_derivatives
    3615. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_vertex_array_object
    3616. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_disjoint_timer_query
    3617. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_debug
    3618. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_YUV_target
    3619. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_sRGB_write_control
    3620. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_norm16
    3621. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_discard_framebuffer
    3622. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_surfaceless_context
    3623. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview
    3624. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview2
    3625. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_texture_sRGB_R8
    3626. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_no_error
    3627. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_debug_marker
    3628. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_EGL_image_external_essl3
    3629. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OVR_multiview_multisampled_render_to_texture
    3630. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_buffer_storage
    3631. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_external_buffer
    3632. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_blit_framebuffer_params
    3633. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_clip_cull_distance
    3634. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_protected_textures
    3635. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_shader_non_constant_global_initializers
    3636. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated
    3637. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated2
    3638. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_texture_foveated_subsampled_layout
    3639. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shader_framebuffer_fetch_noncoherent
    3640. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shader_framebuffer_fetch_rate
    3641. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_memory_object
    3642. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_memory_object_fd
    3643. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_array
    3644. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_NV_shader_noperspective_interpolation
    3645. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_KHR_robust_buffer_access_behavior
    3646. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_EGL_image_storage
    3647. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_blend_func_extended
    3648. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_clip_control
    3649. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_OES_texture_view
    3650. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_fragment_invocation_density
    3651. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_motion_estimation
    3652. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_validate_shader_binary
    3653. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_YUV_texture_gather
    3654. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_QCOM_shading_rate
    3655. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_IMG_texture_filter_cubic
    3656. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_EXT_polygon_offset_clamp
    3657. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: es3 = TRUE
    3658. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_discard_framebuffer
    3659. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_multisampled_render_to_texture
    3660. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_OES_vertex_array_object
    3661. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_QCOM_tiled_rendering
    3662. 2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Non-overlay clients rendering status has changed: prev=42, curr=43, enabled=1
    3663. 2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Primary Client is not valid.
    3664. 2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: Primary client determined to be the current enabled client -2090307835
    3665. 2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: ClientMgr::SetPrimaryCompositorClient: 8615:com.mycompany.myapp
    3666. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_disjoint_timer_query
    3667. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_texture_sRGB_decode
    3668. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: Found: GL_EXT_texture_filter_anisotropic
    3669. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_TEXTURE_SIZE = 16384
    3670. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_VERTEX_UNIFORM_VECTORS = 256
    3671. 2022-07-22 10:17:24.976 8615-8938/? D/OVRPlugin: GL_MAX_FRAGMENT_UNIFORM_VECTORS = 256
    3672. 2022-07-22 10:17:24.976 18663-18747/? W/ClientMgr: ClientMgr::GetClientPermissionFlagsById: Client missing proper permissions: com.mycompany.myapp, 2
    3673. 2022-07-22 10:17:24.976 18663-18747/? I/TimeWarpClientMgr: Enable client 22
    3674. 2022-07-22 10:17:24.976 18663-18747/? I/VrRuntimeServer: EnableCompositorClient client(22): layer placement(0) flags(1) sm(0x7ed01b2010)
    3675. 2022-07-22 10:17:24.976 18663-18747/? I/ClientMgr: SetPrimaryPackageName - packageName com.mycompany.myapp processName com.mycompany.myapp clientId 2204659461 clientPid 8615
    3676. 2022-07-22 10:17:24.977 18663-18747/? I/ServiceInputManager: ServiceInputManager::SetPrimaryPackageName 'com.mycompany.myapp' 'com.mycompany.myapp'  updated AnytimeUI processname 1
    3677. 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
    3678. 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
    3679. 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
    3680. 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
    3681. 2022-07-22 10:17:24.977 8615-8938/? W/Unity: [XR] Symmetric Projection is only supported on Quest 2 with Vulkan and Multiview.
    3682. 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
    3683. 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
    3684. 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
    3685. 2022-07-22 10:17:24.977 18663-18747/? D/VrRuntimeService: sendPrimaryPackageChangeBroadcast
    3686. 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)
    3687. 2022-07-22 10:17:24.978 18663-18747/? I/AADT: SetAADTLutDataX: 0
    3688. 2022-07-22 10:17:24.978 18663-18747/? I/AADT: SetAADTLutDataY: 0
    3689. 2022-07-22 10:17:24.978 18663-18747/? I/ServiceInputManager: DEADRECKONING deadReckoning mode on ClientMgr from server is 0
    3690. 2022-07-22 10:17:24.978 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
    3691. 2022-07-22 10:17:24.978 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Force releasing clocks
    3692. 2022-07-22 10:17:24.978 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 1,1 -> -1,-1
    3693. 2022-07-22 10:17:24.979 18663-18743/? I/Clocks: ReleaseClocks - start
    3694. 2022-07-22 10:17:24.979 18663-18743/? I/Clocks: ReleaseClocks - end (0.3 ms)
    3695. 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)
    3696. 2022-07-22 10:17:24.984 18663-8811/? I/CompositorVR: SetSchedFifo( tid=8853, pol=2, pri=0 ) succeeded
    3697. 2022-07-22 10:17:24.984 18663-8811/? I/AADT: SetAADTLutDataX. Thread. SizeX: 0
    3698. 2022-07-22 10:17:24.984 18663-8811/? I/AADT: SetAADTLutDataY. Thread. SizeY: 0
    3699. 2022-07-22 10:17:24.984 18663-8811/? I/CompositorVR: Global CAC is enabled (0x5)
    3700. 2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
    3701. 2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
    3702. 2022-07-22 10:17:24.985 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.PackageChangeEvent: package=[com.mycompany.myapp], process=[com.mycompany.myapp]
    3703. 2022-07-22 10:17:24.985 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.vrshell.intent.action.PRIMARY_PACKAGE_CHANGED
    3704. 2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    3705. 2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    3706. 2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    3707. 2022-07-22 10:17:24.985 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    3708. 2022-07-22 10:17:24.988 793-793/? D/SurfaceFlinger: CAC state changed to 5
    3709. 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
    3710. 2022-07-22 10:17:24.990 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: -1,-1 -> 0,0
    3711. 2022-07-22 10:17:24.990 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - start
    3712. 2022-07-22 10:17:24.990 766-1055/? I/SDM: HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1920x1832-1 for Virtual
    3713. 2022-07-22 10:17:24.990 766-1055/? I/SDM: HWVirtualDRM::SetDisplayAttributes: New WB Resolution: 1920x1832 cur_mode_index 5
    3714. 2022-07-22 10:17:24.990 766-1055/? I/SDM: DisplayVirtual::SetActiveConfig: Virtual display resolution changed to[1920x1832]
    3715. 2022-07-22 10:17:24.990 766-1055/? I/SDM: DisplayBase::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
    3716. 2022-07-22 10:17:24.990 766-1055/? I/SDM: HWCDisplay::SetFrameBufferConfig: New framebuffer resolution (1920x1832)
    3717. 2022-07-22 10:17:24.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3718. 2022-07-22 10:17:24.993 18663-18743/? I/Clocks: CPU levels [0, 4]
    3719. 2022-07-22 10:17:24.993 18663-18743/? I/Clocks: GPU levels [0, 5]
    3720. 2022-07-22 10:17:24.993 18663-18743/? I/Clocks: LockClocks( cpu=0, gpu=0 ) - end (3.1 ms)
    3721. 2022-07-22 10:17:24.995 8615-8978/? D/VrApi: targetSDKVersion 30
    3722. 2022-07-22 10:17:24.995 8615-8978/? I/JniUtils: ovr_GetCurrentPackageSignature
    3723. 2022-07-22 10:17:24.996 8615-8978/? I/Metrics: device name = Oculus Quest
    3724. 2022-07-22 10:17:24.996 760-8755/? W/SensorService: Arrival timestamp too late
    3725. 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
    3726. 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)
    3727. 2022-07-22 10:17:25.007 8615-8615/? D/InputHooksJava: Callback: onWindowAttributesChanged
    3728. 2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: FocusedWindowChanged: top window's client already enabled
    3729. 2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: FocusedClient changed.
    3730. 2022-07-22 10:17:25.007 18663-18663/? I/ClientMgr: ClientMgr::SetFocusedClient: 8615:com.mycompany.myapp type 0
    3731. 2022-07-22 10:17:25.008 18663-18663/? I/ClientMgr: SetFocusedPackageName - packageName com.mycompany.myapp processName com.mycompany.myapp clientId 2204659461 clientPid 8615
    3732. 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
    3733. 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
    3734. 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
    3735. 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
    3736. 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
    3737. 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
    3738. 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
    3739. 2022-07-22 10:17:25.010 8615-8615/? D/InputHooksJava: Callback: onWindowFocusChanged
    3740. 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
    3741. 2022-07-22 10:17:25.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3742. 2022-07-22 10:17:25.015 31716-31716/? D/KeyboardInputMethodService: onFinishInput
    3743. 2022-07-22 10:17:25.022 760-8755/? W/SensorService: Arrival timestamp too early
    3744. 2022-07-22 10:17:25.022 18527-18527/? D/OculusNotificationListenerService: Notification posted: 10|com.oculus.horizon|135234|null|1010054
    3745. 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
    3746. 2022-07-22 10:17:25.028 8615-8975/? I/InputDevice_TrackedRemote: REMOTE: Hand=2 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    3747. 2022-07-22 10:17:25.028 8615-8975/? I/InputDevice_TrackedRemote: REMOTE: Hand=1 IndexAnalog=0.00 GripAnalog=0.00 Buttons=0x00000000
    3748. 2022-07-22 10:17:25.030 31716-31716/? D/[OAO] VrBroadcastReceiver: action: com.oculus.vrshell.intent.action.NOTIFICATION_WAKE
    3749. 2022-07-22 10:17:25.031 31716-31716/? D/[OAO] VrNotificationService: VrNotificationService onStartCommand() Intent { cmp=com.oculus.vrshell/.VrNotificationService }
    3750. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    3751.     command = primaryPackageChanged
    3752. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : primaryPackageChanged
    3753. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage forceSilentUpdate:0
    3754. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: UpdatePrimaryPackage Requested for PackageName:com.mycompany.myapp
    3755. 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
    3756. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlayFlowController: OnPrimaryPackageChange primaryPackage:com.mycompany.myapp immersiveAppChanged:0 forceSilentUpdate:0
    3757. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlaySystemUxOsDialogFlow: OverlaySystemUxOsDialogFlow UpdatePrimaryPackage isVrShellPackage:0 isSystemPackage:0
    3758. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] FlowController: UpdateActiveFlow from OverlayOsDialogFlow to (none)
    3759. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] OverlayOsDialogFlow: Deactivated - Returning from system application
    3760. 2022-07-22 10:17:25.033 31716-32053/? I/[OAO] ShellOverlayApp: Start sleep timeout. Now:736135.365459, Timeout:736137.365459
    3761. 2022-07-22 10:17:25.033 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3762. 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)
    3763. 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
    3764. 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)
    3765. 2022-07-22 10:17:25.044 32703-32703/? D/[SUI] NotificationBroadcastReceiver: action: com.oculus.intent.action.NOTIF_CHANGE
    3766. 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
    3767. 2022-07-22 10:17:25.053 624-624/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    3768. 2022-07-22 10:17:25.053 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3769. 2022-07-22 10:17:25.056 18663-8962/? I/VrRuntimeService: CreateSwapChain: 2204659461
    3770. 2022-07-22 10:17:25.056 18663-8962/? I/VrRuntimeService: CreateSwapChain: api:gles 2 0x8c43 1440 1584 1 3 2 0 3
    3771. 2022-07-22 10:17:25.058 18663-8962/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    3772. 2022-07-22 10:17:25.059 8615-8938/? D/OVRPlugin: CompositorOpenXR_GLES::Layer::Initialize(): CreateSwapchain for eye 0: 0x400000000000027, 3 stages
    3773. 2022-07-22 10:17:25.059 18663-8962/? I/VrRuntimeService: CreateSwapChain: 2204659461
    3774. 2022-07-22 10:17:25.059 18663-8962/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x8058 1 1 1 3 1 0 3
    3775. 2022-07-22 10:17:25.060 18663-8962/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    3776. 2022-07-22 10:17:25.061 8615-8938/? D/OVRPlugin: CompositorOpenXR_GLES::Layer::Initialize(): CreateSwapchain for eye 0: 0x400000000000028, 3 stages
    3777. 2022-07-22 10:17:25.061 8615-8938/? I/VrRuntimeClient: SetTextureSwapChainSamplerState: No change in sampler state.
    3778. 2022-07-22 10:17:25.061 8615-8938/? I/VrRuntimeClient: Client has gained focus.
    3779. 2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 4
    3780. 2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: ovrp_GetSystemCpuLevel2() deprecated, please use ovrp_GetSuggestedCpuPerformanceLevel()
    3781. 2022-07-22 10:17:25.061 8615-8938/? I/OVRPlugin: ovrp_GetSystemGpuLevel2() deprecated, please use ovrp_GetSuggestedGpuPerformanceLevel()
    3782. 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].
    3783. 2022-07-22 10:17:25.074 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3784. 2022-07-22 10:17:25.076 18035-18070/? I/netd: firewallSetUidRule(2, 1010064, 1) <0.06ms>
    3785. 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]
    3786. 2022-07-22 10:17:25.094 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3787. 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]
    3788. 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]
    3789. 2022-07-22 10:17:25.110 31356-31356/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    3790. 2022-07-22 10:17:25.111 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3791. 2022-07-22 10:17:25.111 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3792. 2022-07-22 10:17:25.114 31356-31356/? W/VRLifecycleManager: onHeadsetMounted
    3793. 2022-07-22 10:17:25.119 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3794. 2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=2, pri=0 ) succeeded
    3795. 2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=2, pri=0 ) succeeded
    3796. 2022-07-22 10:17:25.123 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=2, pri=0 ) succeeded
    3797. 2022-07-22 10:17:25.132 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Acquiring lock: nativeInit
    3798. 2022-07-22 10:17:25.132 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Successfully acquired lock: nativeInit
    3799. 2022-07-22 10:17:25.132 31356-31356/? I/PlatformPlugin: [PlatformPluginManager] Init
    3800. 2022-07-22 10:17:25.134 31356-31356/? I/OVRPlatform: [Context] ConfigOption DisableFbns =>  1
    3801. 2022-07-22 10:17:25.134 31356-31356/? I/OVRPlatform: [Context] Didn't find config(DisableP2pNetworking), returning default(0)
    3802. 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]
    3803. 2022-07-22 10:17:25.138 31356-31356/? I/OVRPlatform: [AndroidPlatformIntegration] SetThreadCPUAffinity thread 0, cpu mask 0x0000007f
    3804. 2022-07-22 10:17:25.139 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3805. 2022-07-22 10:17:25.145 31356-8996/? I/libjingle: [4822:508] [8996] (RenderFrameCapturerImpl.cpp:351): InitializeAndroid
    3806. 2022-07-22 10:17:25.145 31356-8996/? D/JVM: JVM::Initialize@[tid=8996]
    3807. 2022-07-22 10:17:25.145 31356-8996/? D/JVM: JVM::JVM@[tid=8996]
    3808. 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
    3809. 2022-07-22 10:17:25.146 31356-8996/? I/MediaCodecVideoEncoder: [4822:509] [8996] MediaCodecVideoEncoder: VP8 HW Encoder supported.
    3810. 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
    3811. 2022-07-22 10:17:25.146 31356-8996/? I/MediaCodecVideoEncoder: [4822:509] [8996] MediaCodecVideoEncoder: H.264 HW Encoder supported.
    3812. 2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoEncoder: [4822:512] [8996] MediaCodecVideoEncoder: MediaCodecVideoEncoderFactory::SetEGLContext
    3813. 2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:512] [8996] MediaCodecVideoDecoder: MediaCodecVideoDecoderFactory ctor
    3814. 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
    3815. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8
    3816. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13
    3817. 2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:512] [8996] MediaCodecVideoDecoder: VP8 HW Decoder supported.
    3818. 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
    3819. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp9
    3820. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp9. Color: 0x13
    3821. 2022-07-22 10:17:25.149 31356-8996/? I/MediaCodecVideoDecoder: [4822:513] [8996] MediaCodecVideoDecoder: VP9 HW Decoder supported.
    3822. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
    3823. 2022-07-22 10:17:25.149 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
    3824. 2022-07-22 10:17:25.150 31356-8996/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
    3825. 2022-07-22 10:17:25.150 31356-8996/? I/MediaCodecVideoDecoder: [4822:513] [8996] MediaCodecVideoDecoder: H264 HW Decoder supported.
    3826. 2022-07-22 10:17:25.155 7462-7462/? W/VRLifecycleManager: onHeadsetMounted
    3827. 2022-07-22 10:17:25.161 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3828. 2022-07-22 10:17:25.161 760-8755/? W/SensorService: Arrival timestamp too late
    3829. 2022-07-22 10:17:25.185 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3830. 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.
    3831. 2022-07-22 10:17:25.197 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidPlatformIntegration-Constructor took 62.9650 milliseconds
    3832. 2022-07-22 10:17:25.206 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3833. 2022-07-22 10:17:25.206 31356-31356/? I/OVRPlatform: [AndroidPlatformIntegration] OS supports Oculus mic sharing, using native APIs for ovr_Microphone
    3834. 2022-07-22 10:17:25.206 31356-31356/? I/OboeAudio: openStream() INPUT -------- OboeVersion1.5.1 --------
    3835. 2022-07-22 10:17:25.207 31356-31356/? I/AAudio: AAudioStreamBuilder_openStream() called ----------------------------------------
    3836. 2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: rate   =  48000, channels  = 1, format   = 1, sharing = SH, dir = INPUT
    3837. 2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: device =      0, sessionId = -1, perfMode = 10, callback: OFF with frames = 0
    3838. 2022-07-22 10:17:25.207 31356-31356/? I/AudioStreamBuilder: usage  =      1, contentType = 2, inputPreset = 1, allowedCapturePolicy = 0
    3839. 2022-07-22 10:17:25.207 31356-31356/? D/AudioStreamBuilder: build() MMAP not available because AAUDIO_PERFORMANCE_MODE_LOW_LATENCY not used.
    3840. 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
    3841. 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
    3842. 2022-07-22 10:17:25.222 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
    3843. 2022-07-22 10:17:25.222 760-8755/? W/SensorService: Arrival timestamp too early
    3844. 2022-07-22 10:17:25.223 18033-9000/? I/AudioFlinger: AudioFlinger's thread 0x719863b0c0 tid=9000 ready to run
    3845. 2022-07-22 10:17:25.223 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    3846. 2022-07-22 10:17:25.230 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3847. 2022-07-22 10:17:25.231 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    3848. 2022-07-22 10:17:25.233 18037-18050/? W/EffectHAL: Effect 0xef238700 command SET_CONFIG returned status: Invalid argument
    3849. 2022-07-22 10:17:25.235 18037-18050/? W/EffectHAL: Effect 0xef238700 command SET_CONFIG returned status: Invalid argument
    3850. 2022-07-22 10:17:25.236 18037-18050/? W/EffectHAL: Effect 0xef238750 command SET_CONFIG returned status: Invalid argument
    3851. 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
    3852. 2022-07-22 10:17:25.245 31356-31356/? I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#7 ----------------
    3853. 2022-07-22 10:17:25.246 31356-31356/? I/libjingle: [4822:609] [31356] (WebRtcPeerConnectionFactory.cpp:119): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory
    3854. 2022-07-22 10:17:25.247 31356-9003/? I/libjingle: [4822:610] [9003] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
    3855. 2022-07-22 10:17:25.249 31356-9004/? I/libjingle: [4822:612] [9004] (WebRtcPeerConnectionFactory.cpp:100): SetThreadCPUAffinity thread 0, cpu mask 127
    3856. 2022-07-22 10:17:25.249 31356-31356/? I/libjingle: [4822:612] [31356] (WebRtcPeerConnectionFactory.cpp:164): WebRtcPeerConnectionFactory::WebRtcPeerConnectionFactory enc 0x7ec04810d0 dec 0x7ea9dc1080
    3857. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=9004]
    3858. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: Attaching thread to JVM
    3859. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: JVM::environment@[tid=9004]
    3860. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: JNIEnvironment::ctor@[tid=9004]
    3861. 2022-07-22 10:17:25.249 31356-9004/? D/AudioManager: ctor@[tid=9004]
    3862. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager)
    3863. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: NativeRegistration::ctor@[tid=9004]
    3864. 2022-07-22 10:17:25.249 31356-9004/? D/JVM: NativeRegistration::NewObject@[tid=9004]
    3865. 2022-07-22 10:17:25.250 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: ctor@[name=Thread-52, id=931]
    3866. 2022-07-22 10:17:25.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3867. 2022-07-22 10:17:25.256 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: Sample rate is set to 48000 Hz
    3868. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: OnCacheAudioParameters@[tid=9004]
    3869. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_aec: 1
    3870. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_agc: 0
    3871. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: hardware_ns: 1
    3872. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: low_latency_output: 1
    3873. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: sample_rate: 48000
    3874. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: channels: 1
    3875. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: output_buffer_size: 192
    3876. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: input_buffer_size: 1920
    3877. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: GlobalRef::ctor@[tid=9004]
    3878. 2022-07-22 10:17:25.257 31356-9004/? D/AudioManager: JavaAudioManager::ctor@[tid=9004]
    3879. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=9004]
    3880. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: JVM::environment@[tid=9004]
    3881. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: JNIEnvironment::ctor@[tid=9004]
    3882. 2022-07-22 10:17:25.257 31356-9004/? D/AudioTrackJni: ctor@[tid=9004]
    3883. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioTrack)
    3884. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: NativeRegistration::ctor@[tid=9004]
    3885. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: NativeRegistration::NewObject@[tid=9004]
    3886. 2022-07-22 10:17:25.257 31356-9004/? I/org.webrtc.Logging: WebRtcAudioTrack: ctor@[name=Thread-52, id=931]
    3887. 2022-07-22 10:17:25.257 31356-9004/? D/JVM: GlobalRef::ctor@[tid=9004]
    3888. 2022-07-22 10:17:25.258 31356-9004/? D/AudioManager: SetActiveAudioLayer(5)@[tid=9004]
    3889. 2022-07-22 10:17:25.258 31356-9004/? D/AudioManager: delay_estimate_in_milliseconds: 150
    3890. 2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: AttachAudioBuffer@[tid=9004]
    3891. 2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: SetPlayoutSampleRate(48000)
    3892. 2022-07-22 10:17:25.258 31356-9004/? D/AudioTrackJni: SetPlayoutChannels(1)
    3893. 2022-07-22 10:17:25.258 31356-9004/? I/libjingle: [4822:621] [9004] (AudioRecordWrapper.cpp:53): Attached an audio buffer to AudioRecordWrapper
    3894. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:246): WebRtc VoiceEngine codecs:
    3895. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ISAC/16000/1 (103)
    3896. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ISAC/32000/1 (104)
    3897. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): PCMU/8000/1 (0)
    3898. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): PCMA/8000/1 (8)
    3899. 2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: PCMU/8000/2 (110)
    3900. 2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: PCMA/8000/2 (118)
    3901. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): ILBC/8000/1 (102)
    3902. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): G722/8000/1 (9)
    3903. 2022-07-22 10:17:25.261 31356-9004/? W/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:297): Unexpected codec: G722/8000/2 (119)
    3904. 2022-07-22 10:17:25.261 31356-9004/? I/libjingle: [4822:624] [9004] (webrtcvoiceengine.cc:273): opus/48000/2 (111)
    3905. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/8000/1 (13)
    3906. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/16000/1 (105)
    3907. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): CN/32000/1 (106)
    3908. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): telephone-event/8000/1 (126)
    3909. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvoiceengine.cc:273): red/8000/1 (127)
    3910. 2022-07-22 10:17:25.262 31356-9004/? I/libjingle: [4822:625] [9004] (webrtcvideoengine2.cc:497): WebRtcVideoEngine2::WebRtcVideoEngine2()
    3911. 2022-07-22 10:17:25.263 31356-9004/? I/libjingle: [4822:626] [9004] (webrtcvoiceengine.cc:551): WebRtcVoiceEngine::Init
    3912. 2022-07-22 10:17:25.263 31356-9004/? I/libjingle: [4822:626] [9004] (webrtcvoiceengine.cc:575): VoiceEngine 4.1.0
    3913. 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
    3914. 2022-07-22 10:17:25.263 31356-9004/? D/AudioManager: Init@[tid=9004]
    3915. 2022-07-22 10:17:25.263 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: init@[name=Thread-52, id=931]
    3916. 2022-07-22 10:17:25.264 31356-9004/? I/org.webrtc.Logging: WebRtcAudioManager: audio mode is: MODE_NORMAL
    3917. 2022-07-22 10:17:25.264 31356-9004/? D/AudioTrackJni: Init@[tid=9004]
    3918. 2022-07-22 10:17:25.264 31356-9004/? I/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
    3919. 2022-07-22 10:17:25.264 31356-9004/? E/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
    3920. 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)
    3921. 2022-07-22 10:17:25.264 31356-9004/? I/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: output: available=0
    3922. 2022-07-22 10:17:25.264 31356-9004/? E/libjingle: [4822:627] [9004] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
    3923. 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)
    3924. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:1066): webrtc: TransmitMixer::SetAudioProcessingModule(audioProcessingModule=0xc0493900)
    3925. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:1066): webrtc: OutputMixer::SetAudioProcessingModule(audioProcessingModule=0xc0493900)
    3926. 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
    3927. 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, }
    3928. 2022-07-22 10:17:25.269 31356-9004/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 0
    3929. 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
    3930. 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
    3931. 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
    3932. 2022-07-22 10:17:25.269 31356-9004/? I/OVRPlatform: [SharedMicrophoneAudioRecord] EnableBuiltInEffect(): called to enable effect 2
    3933. 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
    3934. 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
    3935. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:817): High pass filter enabled? 0
    3936. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:825): Stereo swapping enabled? 0
    3937. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:834): NetEq capacity is 50
    3938. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:842): NetEq fast mode? 0
    3939. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:850): Typing detection is enabled? 0
    3940. 2022-07-22 10:17:25.269 31356-9004/? E/libjingle: [4822:632] [9004] (voe_audio_processing_impl.cc:955): SetTypingDetectionStatus: not supported
    3941. 2022-07-22 10:17:25.269 31356-9004/? W/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:854): SetTypingDetectionStatus(0) failed, err=8003
    3942. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:859): Adjust agc delta is 0
    3943. 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
    3944. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:870): Delay agnostic aec is enabled? 0
    3945. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:879): Extended filter aec is enabled? 0
    3946. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:888): Experimental ns is enabled? 0
    3947. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:611): WebRtc VoiceEngine codecs:
    3948. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): opus/48000/2 (111)
    3949. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ISAC/16000/1 (103)
    3950. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ISAC/32000/1 (104)
    3951. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): G722/8000/1 (9)
    3952. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): ILBC/8000/1 (102)
    3953. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:632] [9004] (webrtcvoiceengine.cc:613): PCMU/8000/1 (0)
    3954. 2022-07-22 10:17:25.269 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): PCMA/8000/1 (8)
    3955. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/32000/1 (106)
    3956. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/16000/1 (105)
    3957. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): CN/8000/1 (13)
    3958. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): red/8000/1 (127)
    3959. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:613): telephone-event/8000/1 (126)
    3960. 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)
    3961. 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)
    3962. 2022-07-22 10:17:25.270 31356-9004/? E/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: recording in stereo is not supported
    3963. 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)
    3964. 2022-07-22 10:17:25.270 31356-9004/? E/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:1066): webrtc: stereo playout is not supported
    3965. 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)
    3966. 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)
    3967. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvoiceengine.cc:554): WebRtcVoiceEngine::Init Done!
    3968. 2022-07-22 10:17:25.270 31356-9004/? I/libjingle: [4822:633] [9004] (webrtcvideoengine2.cc:506): WebRtcVideoEngine2::Init
    3969. 2022-07-22 10:17:25.271 31356-9004/? I/libjingle: [4822:634] [9004] (dtlsidentitystore.cc:53): Generating identity, using keytype 0
    3970. 2022-07-22 10:17:25.271 31356-9004/? I/libjingle: [4822:634] [9004] (opensslidentity.cc:41): Making key pair
    3971. 2022-07-22 10:17:25.271 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3972. 2022-07-22 10:17:25.292 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    3973. 2022-07-22 10:17:25.312 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3974. 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
    3975. 2022-07-22 10:17:25.333 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3976. 2022-07-22 10:17:25.394 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    3977. 2022-07-22 10:17:25.415 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    3978. 2022-07-22 10:17:25.419 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3979. 2022-07-22 10:17:25.419 6810-6842/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    3980. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3981. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3982. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3983. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3984. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3985. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3986. 2022-07-22 10:17:25.420 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3987. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3988. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3989. 2022-07-22 10:17:25.421 6810-6842/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
    3990. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3991. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3992. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3993. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3994. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3995. 2022-07-22 10:17:25.421 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3996. 2022-07-22 10:17:25.422 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3997. 2022-07-22 10:17:25.422 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    3998. 2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    3999. 2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4000. 2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4001. 2022-07-22 10:17:25.428 6810-6845/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4002. 2022-07-22 10:17:25.436 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4003. 2022-07-22 10:17:25.477 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4004. 2022-07-22 10:17:25.497 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4005. 2022-07-22 10:17:25.516 31356-9004/? I/libjingle: [4822:880] [9004] (opensslidentity.cc:82): Returning key pair
    4006. 2022-07-22 10:17:25.517 31356-9004/? I/libjingle: [4822:880] [9004] (opensslidentity.cc:89): Making certificate for WebRTC
    4007. 2022-07-22 10:17:25.517 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4008. 2022-07-22 10:17:25.519 31356-9004/? I/libjingle: [4822:882] [9004] (opensslidentity.cc:137): Returning certificate
    4009. 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
    4010. 2022-07-22 10:17:25.523 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidFinishInitialization took 388.4770 milliseconds
    4011. 2022-07-22 10:17:25.523 31356-31356/? I/OVRPlatform: [RequestStopwatch] AndroidSynchronousInitialize took 389.9780 milliseconds
    4012. 2022-07-22 10:17:25.523 31356-31356/? I/PlatformPlugin: [PlatformPluginManager] Successfully initialized Platform
    4013. 2022-07-22 10:17:25.523 31356-31356/? D/PlatformPlugin: [PlatformPluginManager] Releasing lock: nativeInit
    4014. 2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] SetHeadphoneStatus: DISCONNECTED
    4015. 2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
    4016. 2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    4017. 2022-07-22 10:17:25.531 31356-31356/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: true
    4018. 2022-07-22 10:17:25.532 31356-31356/? I/OVRPlatform: [AudioManager] Current headsetMounted_ true
    4019. 2022-07-22 10:17:25.532 31356-31356/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    4020. 2022-07-22 10:17:25.538 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4021. 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
    4022. 2022-07-22 10:17:25.558 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4023. 2022-07-22 10:17:25.571 31356-31356/? E/OVRMediaServiceManager: LivestreamingManager Not initialized
    4024. 2022-07-22 10:17:25.579 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4025. 2022-07-22 10:17:25.764 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 9 lines
    4026. 2022-07-22 10:17:25.784 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4027. 2022-07-22 10:17:25.788 8615-8938/? I/AudioCapture: AudioCapture::PauseAudioCapture
    4028. 2022-07-22 10:17:25.790 18663-8961/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    4029. 2022-07-22 10:17:25.790 8615-8938/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    4030. 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)
    4031. 2022-07-22 10:17:25.790 18663-8962/? I/VrRuntimeService: RuntimeServiceSDKServer::SetPerformanceIdealFeatureState: 2 0 4
    4032. 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
    4033. 2022-07-22 10:17:25.790 8615-9019/? I/FenceChecker: FenceChecker::MainLoop - started
    4034. 2022-07-22 10:17:25.793 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_READY -> XR_SESSION_STATE_SYNCHRONIZED
    4035. 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
    4036. 2022-07-22 10:17:25.793 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0
    4037. 2022-07-22 10:17:25.793 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_SYNCHRONIZED -> XR_SESSION_STATE_VISIBLE
    4038. 2022-07-22 10:17:25.794 8615-8938/? I/OpenXR: PostSessionStateChange: XR_SESSION_STATE_VISIBLE -> XR_SESSION_STATE_FOCUSED
    4039. 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
    4040. 2022-07-22 10:17:25.795 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0
    4041. 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
    4042. 2022-07-22 10:17:25.795 8615-8938/? D/OVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1
    4043. 2022-07-22 10:17:25.797 18663-18747/? I/PerformanceManager_V0: SetClockLevels: Apply pending clock request change: 0,0 -> 4,3
    4044. 2022-07-22 10:17:25.797 18663-18743/? I/Clocks: ReleaseClocks - start
    4045. 2022-07-22 10:17:25.798 18663-18743/? I/Clocks: ReleaseClocks - end (1.0 ms)
    4046. 2022-07-22 10:17:25.798 18663-18743/? I/Clocks: LockClocks( cpu=4, gpu=3 ) - start
    4047. 2022-07-22 10:17:25.799 18663-18743/? I/Clocks: CPU levels [0, 4]
    4048. 2022-07-22 10:17:25.799 18663-18743/? I/Clocks: GPU levels [0, 5]
    4049. 2022-07-22 10:17:25.799 18663-18743/? I/Clocks: LockClocks( cpu=4, gpu=3 ) - end (0.4 ms)
    4050. 2022-07-22 10:17:25.802 852-1100/? D/TrackingService: getSharedMemory: com.mycompany.myapp, Controller
    4051. 2022-07-22 10:17:25.804 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    4052. 2022-07-22 10:17:25.805 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4053. 2022-07-22 10:17:25.814 8615-8636/? D/OVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged
    4054. 2022-07-22 10:17:25.826 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4055. 2022-07-22 10:17:25.839 18663-18747/? I/VrRuntimeServer: DisableCompositorClient: 0
    4056. 2022-07-22 10:17:25.839 18663-18747/? I/TimeWarpClientMgr: Disable client 0
    4057. 2022-07-22 10:17:25.839 18663-18747/? I/TimeWarpClientMgr: DisableClient: frame flush required: 1
    4058. 2022-07-22 10:17:25.842 18752-18780/? I/GuardianSystem: runtimeServiceSDKClient_.ForceShowGuardianEvent
    4059. 2022-07-22 10:17:25.842 18752-18780/? I/GuardianSystem: ForceShowGuardian: false, 0.00
    4060. 2022-07-22 10:17:25.846 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4061. 2022-07-22 10:17:25.907 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4062. 2022-07-22 10:17:25.928 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4063. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4064. 2022-07-22 10:17:25.930 7462-7526/? E/PartyNativeModuleManager: Calling getCurrentPartyId but native code wasn't initialized. Noop.
    4065. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4066. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4067. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4068. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4069. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4070. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4071. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4072. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4073. 2022-07-22 10:17:25.930 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4074. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4075. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4076. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4077. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4078. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4079. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4080. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4081. 2022-07-22 10:17:25.931 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4082. 2022-07-22 10:17:25.931 7462-7526/? W/PartyNativeModuleManager: Calling nativeTearDown but native code wasn't initialized. Noop.
    4083. 2022-07-22 10:17:25.933 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_GetTimestamp was called but missing from vtable!
    4084. 2022-07-22 10:17:25.933 7462-7523/? W/ipcLoader_static: RuntimeIPC: Loader: ipc_IsThisRpcSampled was called but missing from vtable!
    4085. 2022-07-22 10:17:25.948 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4086. 2022-07-22 10:17:25.969 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4087. 2022-07-22 10:17:25.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4088. 2022-07-22 10:17:26.000 8615-8978/? W/Telemetry: [OpenXR] unexpected session state unknown;
    4089. 2022-07-22 10:17:26.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4090. 2022-07-22 10:17:26.112 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    4091. 2022-07-22 10:17:26.132 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4092. 2022-07-22 10:17:26.133 8615-8978/? I/Telemetry: App memory usage: PSS=470MB DalvikPSS=0 MB PrivateDirty=410MB PrivateClean=53MB
    4093. 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
    4094. 2022-07-22 10:17:26.153 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4095. 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
    4096. 2022-07-22 10:17:26.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 40 lines
    4097. 2022-07-22 10:17:26.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4098. 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
    4099. 2022-07-22 10:17:27.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4100. 2022-07-22 10:17:27.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4101. 2022-07-22 10:17:27.044 31716-32053/? I/[OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:736137.365459, Now:736137.376986. Sleeping...
    4102. 2022-07-22 10:17:27.044 31716-32053/? I/[OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state
    4103. 2022-07-22 10:17:27.055 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4104. 2022-07-22 10:17:27.423 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 18 lines
    4105. 2022-07-22 10:17:27.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4106. 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
    4107. 2022-07-22 10:17:27.465 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    4108. 2022-07-22 10:17:27.465 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4109. 2022-07-22 10:17:27.581 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 13
    4110. 2022-07-22 10:17:27.581 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    4111. 2022-07-22 10:17:27.581 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    4112. 2022-07-22 10:17:27.614 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    4113. 2022-07-22 10:17:27.587 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    4114. 2022-07-22 10:17:27.607 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4115. 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.
    4116. 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].
    4117. 2022-07-22 10:17:27.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4118. 2022-07-22 10:17:27.935 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    4119. 2022-07-22 10:17:27.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4120. 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,
    4121. 2022-07-22 10:17:27.976 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4122. 2022-07-22 10:17:27.987 852-8752/? I/[CT]: boltlib: DSP utilization: 5.75 % (287 / 5002 ms)
    4123. 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)
    4124. 2022-07-22 10:17:27.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4125. 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
    4126. 2022-07-22 10:17:28.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4127. 2022-07-22 10:17:28.037 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4128. 2022-07-22 10:17:28.058 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4129. 2022-07-22 10:17:28.064 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
    4130. 2022-07-22 10:17:28.079 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4131. 2022-07-22 10:17:28.162 760-8755/? W/SensorService: Arrival timestamp too late
    4132. 2022-07-22 10:17:28.162 760-8755/? E/SensorService: HMD IMU samples delayed: 6.626ms between sample arrivals (expected 1.000ms)
    4133. 2022-07-22 10:17:28.140 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4134. 2022-07-22 10:17:28.161 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4135. 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]
    4136. 2022-07-22 10:17:28.181 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4137. 2022-07-22 10:17:28.189 760-8755/? W/SensorService: Arrival timestamp too early
    4138. 2022-07-22 10:17:28.349 760-8795/? E/SensorService: Frame associated with stale frame sync: sync seqId: 11, frame seqId: 4
    4139. 2022-07-22 10:17:28.349 760-8795/? E/SensorService: Frame is either too old or is arriving before frame sync
    4140. 2022-07-22 10:17:28.381 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    4141. 2022-07-22 10:17:28.345 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    4142. 2022-07-22 10:17:28.366 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4143. 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.
    4144. 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].
    4145. 2022-07-22 10:17:28.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4146. 2022-07-22 10:17:28.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 27 lines
    4147. 2022-07-22 10:17:28.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4148. 2022-07-22 10:17:28.962 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    4149.      (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    4150. 2022-07-22 10:17:28.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4151. 2022-07-22 10:17:29.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4152. 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
    4153. 2022-07-22 10:17:29.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4154. 2022-07-22 10:17:29.042 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4155. 2022-07-22 10:17:29.062 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4156. 2022-07-22 10:17:29.071 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
    4157. 2022-07-22 10:17:29.083 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4158. 2022-07-22 10:17:29.464 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 13, frame seqId: 8
    4159. 2022-07-22 10:17:29.464 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    4160. 2022-07-22 10:17:29.464 760-8797/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    4161. 2022-07-22 10:17:29.497 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    4162. 2022-07-22 10:17:29.472 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
    4163. 2022-07-22 10:17:29.493 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4164. 2022-07-22 10:17:29.498 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    4165. 2022-07-22 10:17:29.501 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    4166. 2022-07-22 10:17:29.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4167. 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] ]
    4168. 2022-07-22 10:17:29.534 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4169. 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
    4170. 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
    4171. 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
    4172. 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
    4173. 2022-07-22 10:17:29.548 8615-8636/? I/Unity: Network reachability: ReachableViaLocalAreaNetwork
    4174.    myapp.ApplicationStateManager:Awake()
    4175. 2022-07-22 10:17:29.553 8615-8636/? I/Unity: Successfully queued up an ice jam log request
    4176.    Assets.myapp.Scripts.Utilities.WebUtilities:SendMultipartRequest(String, IDictionary`2, String[])
    4177.    Assets.myapp.Scripts.Utilities.LogUtilities:SendToIceJam(String, String, String, String, Boolean, String[])
    4178.    myapp.ApplicationStateManager:Awake()
    4179. 2022-07-22 10:17:29.553 8615-8636/? I/Unity: Successfully started the send thread
    4180.    Assets.myapp.Scripts.Utilities.WebUtilities:SendMultipartRequest(String, IDictionary`2, String[])
    4181.    Assets.myapp.Scripts.Utilities.LogUtilities:SendToIceJam(String, String, String, String, Boolean, String[])
    4182.    myapp.ApplicationStateManager:Awake()
    4183. 2022-07-22 10:17:29.554 8615-9023/? I/Unity: WebUtilities::SendIceJamLog starting send thread
    4184.    Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
    4185.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    4186. 2022-07-22 10:17:29.555 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4187. 2022-07-22 10:17:29.595 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4188. 2022-07-22 10:17:29.616 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4189. 2022-07-22 10:17:29.632 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    4190. 2022-07-22 10:17:29.636 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4191. 2022-07-22 10:17:29.664 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 3, frame seqId: 14
    4192. 2022-07-22 10:17:29.664 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    4193. 2022-07-22 10:17:29.697 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    4194. 2022-07-22 10:17:29.697 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 4, frame seqId: 15
    4195. 2022-07-22 10:17:29.697 760-8797/? E/SensorService: Frame is either too old or is arriving before frame sync
    4196. 2022-07-22 10:17:29.677 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4197. 2022-07-22 10:17:29.698 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4198. 2022-07-22 10:17:29.698 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    4199. 2022-07-22 10:17:29.701 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    4200. 2022-07-22 10:17:29.719 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4201. 2022-07-22 10:17:29.731 760-8795/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    4202. 2022-07-22 10:17:29.732 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    4203. 2022-07-22 10:17:29.734 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    4204. 2022-07-22 10:17:29.739 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4205. 2022-07-22 10:17:29.897 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 10, frame seqId: 5
    4206. 2022-07-22 10:17:29.897 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    4207. 2022-07-22 10:17:29.931 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    4208. 2022-07-22 10:17:29.902 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    4209. 2022-07-22 10:17:29.923 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4210. 2022-07-22 10:17:29.932 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    4211. 2022-07-22 10:17:29.934 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    4212. 2022-07-22 10:17:29.944 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4213. 2022-07-22 10:17:29.964 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4214. 2022-07-22 10:17:29.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4215. 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
    4216. 2022-07-22 10:17:30.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4217. 2022-07-22 10:17:30.081 760-8797/? E/SensorService: Frame associated with stale frame sync: sync seqId: 15, frame seqId: 11
    4218. 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
    4219. 2022-07-22 10:17:30.087 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    4220. 2022-07-22 10:17:30.107 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4221. 2022-07-22 10:17:30.107 8615-9023/? I/Unity: WebUtilities::SendIceJamLog sending log file to IceJam
    4222.    Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
    4223.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    4224. 2022-07-22 10:17:30.107 8615-8636/? I/Unity: ApplicationStateManager awake after logging setup.  1 of 2.
    4225.    myapp.ApplicationStateManager:Awake()
    4226. 2022-07-22 10:17:30.109 8615-8636/? I/Unity: myapp client version: 0.0.0
    4227.    myapp.ApplicationStateManager:Awake()
    4228. 2022-07-22 10:17:30.109 8615-8636/? I/Unity: unityVersion=2021.3.4f1
    4229.    myapp.ApplicationStateManager:Awake()
    4230. 2022-07-22 10:17:30.109 8615-8636/? I/Unity: productName=myapp
    4231.    myapp.ApplicationStateManager:Awake()
    4232. 2022-07-22 10:17:30.111 8615-8636/? I/Unity: platform=Android
    4233.    myapp.ApplicationStateManager:Awake()
    4234. 2022-07-22 10:17:30.114 760-8797/? E/SensorService: FrameType HEADSET: Releasing incomplete frame set: Received frame from next frame set
    4235. 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.
    4236. 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].
    4237. 2022-07-22 10:17:30.122 8615-8636/? I/Unity: companyName=Ice Edge Business Solutions
    4238.    myapp.ApplicationStateManager:Awake()
    4239. 2022-07-22 10:17:30.123 8615-8636/? I/Unity: buildGUID=cd5cff6d0bacf8b4c81be024218a4500
    4240.    myapp.ApplicationStateManager:Awake()
    4241. 2022-07-22 10:17:30.124 8615-8636/? I/Unity: consoleLogPath=
    4242.    myapp.ApplicationStateManager:Awake()
    4243. 2022-07-22 10:17:30.125 8615-8636/? I/Unity: logFilePath=/storage/emulated/10/Android/data/com.mycompany.myapp/files/myapp.log
    4244.    myapp.ApplicationStateManager:Awake()
    4245. 2022-07-22 10:17:30.125 8615-8636/? I/Unity: deviceModel=Oculus Quest
    4246.    myapp.ApplicationStateManager:Awake()
    4247. 2022-07-22 10:17:30.128 8615-8636/? I/Unity: deviceName=<unknown>
    4248.    myapp.ApplicationStateManager:Awake()
    4249. 2022-07-22 10:17:30.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4250. 2022-07-22 10:17:30.129 8615-8636/? I/Unity: deviceType=Handheld
    4251.    myapp.ApplicationStateManager:Awake()
    4252. 2022-07-22 10:17:30.130 8615-8636/? I/Unity: deviceUniqueIdentifier=7b82fe4a5b309958aebae9a804381d60
    4253.    myapp.ApplicationStateManager:Awake()
    4254. 2022-07-22 10:17:30.132 8615-8636/? I/Unity: operatingSystem=Android OS 10 / API-29 (QQ3A.200805.001/35444700575000000)
    4255.    myapp.ApplicationStateManager:Awake()
    4256. 2022-07-22 10:17:30.133 8615-8636/? I/Unity: operatingSystemFamily=Other
    4257.    myapp.ApplicationStateManager:Awake()
    4258. 2022-07-22 10:17:30.134 8615-8636/? I/Unity: processorCount=3
    4259.    myapp.ApplicationStateManager:Awake()
    4260. 2022-07-22 10:17:30.135 8615-8636/? I/Unity: processorFrequency=1804
    4261.    myapp.ApplicationStateManager:Awake()
    4262. 2022-07-22 10:17:30.135 8615-8636/? I/Unity: processorType=ARM64
    4263.    myapp.ApplicationStateManager:Awake()
    4264. 2022-07-22 10:17:30.136 8615-8636/? I/Unity: systemMemorySize=5841
    4265.    myapp.ApplicationStateManager:Awake()
    4266. 2022-07-22 10:17:30.136 8615-8636/? I/Unity: graphicsMemorySize=2048
    4267.    myapp.ApplicationStateManager:Awake()
    4268. 2022-07-22 10:17:30.139 8615-8636/? I/Unity: batteryLevel=0.99
    4269.    myapp.ApplicationStateManager:Awake()
    4270. 2022-07-22 10:17:30.140 8615-8636/? I/Unity: batteryStatus=NotCharging
    4271.    myapp.ApplicationStateManager:Awake()
    4272. 2022-07-22 10:17:30.140 8615-8636/? I/Unity: graphicsDeviceID=0
    4273.    myapp.ApplicationStateManager:Awake()
    4274. 2022-07-22 10:17:30.141 8615-8636/? I/Unity: graphicsDeviceName=Adreno (TM) 650
    4275.    myapp.ApplicationStateManager:Awake()
    4276. 2022-07-22 10:17:30.141 8615-8636/? I/Unity: graphicsDeviceType=OpenGLES3
    4277.    myapp.ApplicationStateManager:Awake()
    4278. 2022-07-22 10:17:30.142 8615-8636/? I/Unity: graphicsDeviceVendor=Qualcomm
    4279.    myapp.ApplicationStateManager:Awake()
    4280. 2022-07-22 10:17:30.142 8615-8636/? I/Unity: graphicsDeviceVendorID=0
    4281.    myapp.ApplicationStateManager:Awake()
    4282. 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)
    4283.    myapp.ApplicationStateManager:Awake()
    4284. 2022-07-22 10:17:30.143 8615-8636/? I/Unity: graphicsMultiThreaded=True
    4285.    myapp.ApplicationStateManager:Awake()
    4286. 2022-07-22 10:17:30.143 8615-8636/? I/Unity: graphicsShaderLevel=50
    4287.    myapp.ApplicationStateManager:Awake()
    4288. 2022-07-22 10:17:30.144 8615-8636/? I/Unity: supportsGyroscope=False
    4289.    myapp.ApplicationStateManager:Awake()
    4290. 2022-07-22 10:17:30.144 8615-8636/? I/Unity: supportsAccelerometer=True
    4291.    myapp.ApplicationStateManager:Awake()
    4292. 2022-07-22 10:17:30.145 8615-8636/? I/Unity: supportsAudio=True
    4293.    myapp.ApplicationStateManager:Awake()
    4294. 2022-07-22 10:17:30.145 8615-8636/? I/Unity: npotSupport=Full
    4295.    myapp.ApplicationStateManager:Awake()
    4296. 2022-07-22 10:17:30.145 8615-8636/? I/Unity: supportsShadows=True
    4297.    myapp.ApplicationStateManager:Awake()
    4298. 2022-07-22 10:17:30.146 8615-8636/? I/Unity: supportsInstancing=True
    4299.    myapp.ApplicationStateManager:Awake()
    4300. 2022-07-22 10:17:30.146 8615-8636/? I/Unity: supportsImageEffects=True
    4301.    myapp.ApplicationStateManager:Awake()
    4302. 2022-07-22 10:17:30.147 8615-8636/? I/Unity: supportedRenderTargetCount=8
    4303.    myapp.ApplicationStateManager:Awake()
    4304. 2022-07-22 10:17:30.147 8615-8636/? I/Unity: supportsVibration=False
    4305.    myapp.ApplicationStateManager:Awake()
    4306. 2022-07-22 10:17:30.148 8615-8636/? I/Unity: maxTextureSize=16384
    4307.    myapp.ApplicationStateManager:Awake()
    4308. 2022-07-22 10:17:30.148 8615-8636/? I/Unity: ApplicationStateManager awake.  2 of 2.
    4309.    myapp.ApplicationStateManager:Awake()
    4310. 2022-07-22 10:17:30.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4311. 2022-07-22 10:17:30.149 8615-8636/? I/Unity: Client awake. 1 of 2
    4312.    ClientChooser:Awake()
    4313. 2022-07-22 10:17:30.149 8615-8636/? I/Unity: Client awake. 2 of 2
    4314. 2022-07-22 10:17:30.154 8615-8636/? I/OVRPlugin: UnityPluginLoad called
    4315. 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.
    4316.    OVRManager:InitOVRManager()
    4317. 2022-07-22 10:17:30.158 8615-8636/? I/Unity: SystemHeadset Oculus_Quest_2, API OpenXR
    4318.    OVRManager:InitOVRManager()
    4319. 2022-07-22 10:17:30.159 8615-8636/? I/Unity: OpenXR instance 0x100000000000002 session 0x200000000000018
    4320.    OVRManager:InitOVRManager()
    4321. 2022-07-22 10:17:30.162 8615-8636/? D/OVRPlugin: ovrp_Media_Initialize: call ovrm_Initialize()
    4322. 2022-07-22 10:17:30.162 8615-8636/? D/OVRMrcLib: [MediaManager] Set JavaVM to 0x7fb73041c0
    4323. 2022-07-22 10:17:30.163 8615-8636/? I/OVRMrcLib: GetExternalAppFilesPath() returns /storage/emulated/10/Android/data/com.mycompany.myapp/files
    4324. 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
    4325. 2022-07-22 10:17:30.163 8615-8636/? D/OVRMrcLib: [MediaManager] InitConfiguration()
    4326. 2022-07-22 10:17:30.163 8615-8636/? D/OVRMrcLib: m_externalCameraCount 0, m_isDefaultExternalCameraAvailable 0
    4327. 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
    4328. 2022-07-22 10:17:30.163 8615-8636/? I/OVRMrcLib: [MediaManager] GraphicsAPI set to GLES
    4329. 2022-07-22 10:17:30.163 8615-8636/? D/OVRPlugin: ovrp_Media_Initialize(), new counter 1
    4330. 2022-07-22 10:17:30.164 8615-8636/? I/Unity: OVRPlugin.Media initialized
    4331.     OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
    4332.     OVRManager:InitOVRManager()
    4333. 2022-07-22 10:17:30.165 8615-8636/? I/Unity: [MRC] SetMrcAudioSampleRate(48000)
    4334.     OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
    4335.     OVRManager:InitOVRManager()
    4336. 2022-07-22 10:17:30.166 8615-8636/? I/Unity: [MRC] Active InputVideoBufferType:TextureHandle
    4337.     OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
    4338.     OVRManager:InitOVRManager()
    4339. 2022-07-22 10:17:30.167 8615-8636/? D/OVRMrcLib: [MediaManager] SetMrcActivationMode(Automatic) has no effect, because MRC is currently disabled.
    4340. 2022-07-22 10:17:30.167 8615-8636/? D/OVRMrcLib: [MediaManager] SetMrcActivationMode 0 listening 0
    4341. 2022-07-22 10:17:30.167 8615-8636/? I/Unity: [MRC] ActivateMode: Automatic
    4342.     OVRManager:StaticInitializeMixedRealityCapture(OVRMixedRealityCaptureConfiguration)
    4343.     OVRManager:InitOVRManager()
    4344. 2022-07-22 10:17:30.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4345. 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]
    4346.     OVRManager:InitOVRManager()
    4347. 2022-07-22 10:17:30.171 8615-8636/? I/OVRPlugin: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 4 to 6
    4348. 2022-07-22 10:17:30.172 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
    4349. 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
    4350. 2022-07-22 10:17:30.172 8615-8636/? I/ipcLoader_static: RuntimeIPC: Using android_get_exported_namespace: libripcclient.oculus.so
    4351. 2022-07-22 10:17:30.172 8615-8636/? I/ipcLoader_static: RuntimeIPC: android_get_exported_namespace SUCCESS: libripcclient.oculus.so
    4352. 2022-07-22 10:17:30.173 8615-8636/? I/RuntimeIPCApi: ipc_Initialize
    4353. 2022-07-22 10:17:30.173 8615-8636/? I/RuntimeIPCServiceClient: Init: Already initialized: com.mycompany.myapp, 3
    4354. 2022-07-22 10:17:30.174 18594-18594/? I/MrService: onStartCommand
    4355. 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
    4356. 2022-07-22 10:17:30.176 8615-8636/? I/ClientProcessConnector: GetProcessConnection: com.oculus.mrservice:com.oculus.mrservice
    4357. 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)
    4358. 2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 202 (ipcStateReadWrite)
    4359. 2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 203 (ipcReadOnlyState)
    4360. 2022-07-22 10:17:30.177 18594-9031/? I/RuntimeIPCServerMgr: Event buffer size (server): 8192
    4361. 2022-07-22 10:17:30.177 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 205 (ipcEventBuffer)
    4362. 2022-07-22 10:17:30.178 18594-9031/? I/IPCSharedMemory: CreateSharedMemory: Allocated shared memory fd 206 (ipcEventBuffer_Private)
    4363. 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)
    4364. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceIPCServer: MrServiceIPCServer::onClientConnected
    4365. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: clientConnected: 2204659461/com.mycompany.myapp/com.mycompany.myapp:8615
    4366. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: ====== Connected clients ======
    4367. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 1406872648/com.oculus.vrshell/com.oculus.vrshell:32347
    4368. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Passthrough] -> Paused
    4369. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Freespace] -> Destroyed
    4370. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 12284419/com.oculus.vrshell/com.oculus.vrshell:Overlay:31716
    4371. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Passthrough] -> Paused
    4372. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Freespace] -> Destroyed
    4373. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Client: 280799707/com.oculus.guardian/com.oculus.vrguardianservice:18752
    4374. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Passthrough] -> Paused
    4375. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus:    [Freespace] -> Created
    4376. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: ===============================
    4377. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: ClientsStatus: Registration from 2204659461/com.mycompany.myapp/com.mycompany.myapp:8615 accepted.
    4378. 2022-07-22 10:17:30.178 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: registerClient: For client 2204659461 (com.mycompany.myapp:com.mycompany.myapp:8615).
    4379. 2022-07-22 10:17:30.181 18594-9031/? I/RuntimeIPCServerMgr: GetServerStatesConfig -> {MaxBufferSize=32768, MaxEntries=64}
    4380. 2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: GetServerStatesConfig returned maxEntries=64, maxBuffSize=32768
    4381. 2022-07-22 10:17:30.181 8615-8636/? I/RuntimeIPCClientMgr: Event buffer size (client): 8192
    4382. 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)
    4383. 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)
    4384. 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)
    4385. 2022-07-22 10:17:30.181 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
    4386. 2022-07-22 10:17:30.181 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    4387. 2022-07-22 10:17:30.181 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
    4388. 2022-07-22 10:17:30.181 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
    4389. 2022-07-22 10:17:30.190 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4390. 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.
    4391.     UnityEngine.XR.Interaction.Toolkit.XRRayInteractor:Awake()
    4392. 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.
    4393.     UnityEngine.XR.Interaction.Toolkit.XRRayInteractor:Awake()
    4394. 2022-07-22 10:17:30.200 8615-8636/? I/Unity: SettingsManager awake. 1 of 2
    4395.     SettingsManager:Awake()
    4396. 2022-07-22 10:17:30.201 8615-8636/? I/Unity: SettingsManager awake. 2 of 2
    4397. 2022-07-22 10:17:30.201 8615-8636/? I/Unity: CenterEyeAnchor awake. 1 of 2
    4398.     FadeCamera:Awake()
    4399. 2022-07-22 10:17:30.201 8615-8636/? I/Unity: CenterEyeAnchor awake. 2 of 2
    4400. 2022-07-22 10:17:30.205 8615-8636/? I/Unity: BluetoothManager Awake (1 of 2).
    4401.     myapp.BluetoothManager:Awake()
    4402. 2022-07-22 10:17:30.206 8615-8636/? I/Unity: BluetoothManager Awake (2 of 2).
    4403. 2022-07-22 10:17:30.210 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4404. 2022-07-22 10:17:30.215 8615-8636/? I/Unity: MultiplayerManager awake. 1 of 2
    4405.     myapp.Multiplayer.MultiplayerManager:Awake()
    4406. 2022-07-22 10:17:30.216 8615-8636/? I/Unity: MultiplayerManager awake. 2 of 2
    4407. 2022-07-22 10:17:30.220 8615-8636/? I/Unity: ConnectionManager awake. 1 of 2
    4408.     myapp.ConnectionManager:Awake()
    4409. 2022-07-22 10:17:30.220 8615-8636/? I/Unity: ConnectionManager awake. 2 of 2
    4410. 2022-07-22 10:17:30.221 8615-8636/? E/Unity: Could not find Yaw Bookmark Controller
    4411. 2022-07-22 10:17:30.221 8615-8636/? I/Unity: EntityManager Awake 1 of 2
    4412.     myapp.EntityManager:Awake()
    4413. 2022-07-22 10:17:30.231 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4414. 2022-07-22 10:17:30.233 8615-8636/? I/Unity: EntityManager Awake 2 of 2
    4415. 2022-07-22 10:17:30.237 8615-8636/? I/Unity: Overlay Awake
    4416.     OVROverlay:Awake()
    4417.     UnityEngine.GameObject:AddComponent()
    4418.     OVRPassthroughLayer:OnEnable()
    4419. 2022-07-22 10:17:30.247 8615-8636/? I/Unity: ApplicationStateManager started.
    4420. 2022-07-22 10:17:30.247 8615-8636/? I/Unity: Client started.
    4421. 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
    4422.     <downloadFile>d__54:MoveNext()
    4423.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4424.     AssetBundleLoaderManager:Start()
    4425. 2022-07-22 10:17:30.251 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4426. 2022-07-22 10:17:30.253 8615-8636/? I/Unity: SettingsManager started. 1 of 2
    4427.     SettingsManager:Start()
    4428. 2022-07-22 10:17:30.254 8615-8636/? I/Unity: Version=1
    4429.     SettingsManager:Start()
    4430. 2022-07-22 10:17:30.254 8615-8636/? I/Unity: trackingAreaName (preferences)=My Own Unique Location
    4431.     SettingsManager:Start()
    4432. 2022-07-22 10:17:30.255 8615-8636/? I/Unity: saved avatar choice=ICE cream cone
    4433.     SettingsManager:Start()
    4434. 2022-07-22 10:17:30.257 8615-8636/? I/Unity: Android client mode selected: ANDROID_VR
    4435.     SettingsManager:Start()
    4436. 2022-07-22 10:17:30.258 8615-8636/? I/Unity: Android device type found: Quest
    4437.     SettingsManager:Start()
    4438. 2022-07-22 10:17:30.260 8615-8636/? I/Unity: Setting up client: ANDROID_VR
    4439.     ClientChooser:setupClient(ClientType)
    4440.     SettingsManager:Start()
    4441. 2022-07-22 10:17:30.265 8615-8636/? I/Unity: ENABLE FFR
    4442.     ClientChooser:setupClient(ClientType)
    4443.     SettingsManager:Start()
    4444. 2022-07-22 10:17:30.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4445. 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.
    4446.     UnityEngine.XR.Management.<InitializeLoader>d__24:MoveNext()
    4447.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4448.     ClientChooser:setupClient(ClientType)
    4449.     SettingsManager:Start()
    4450. 2022-07-22 10:17:30.276 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    4451.     BillboardMenu:resetMenuLocationImmediate()
    4452.     myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    4453.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4454.     myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    4455.     myapp.ApplicationUIState:setUIState(UIState)
    4456.     SettingsManager:Start()
    4457. 2022-07-22 10:17:30.278 8615-8636/? I/Unity: Changing UI State from Initial to LoadingBeforeDiscovery
    4458.     myapp.ApplicationUIState:setUIState(UIState)
    4459.     SettingsManager:Start()
    4460. 2022-07-22 10:17:30.282 8615-8636/? I/Unity: MarketingUI::HasCompletedMarketing - 1.5
    4461.     MarketingUIActions:HasCompletedMarketing()
    4462.     myapp.ApplicationUIState:checkIfCompletedMarketing(Boolean)
    4463.     myapp.ApplicationUIState:setUIState(UIState)
    4464.     SettingsManager:Start()
    4465. 2022-07-22 10:17:30.287 8615-8636/? I/Unity: SettingsManager started. 2 of 2
    4466.     SettingsManager:Start()
    4467. 2022-07-22 10:17:30.288 8615-8636/? I/Unity: CenterEyeAnchor started.
    4468. 2022-07-22 10:17:30.288 8615-8636/? I/Unity: BluetoothManager Started (1 of 2)
    4469.     myapp.BluetoothManager:Start()
    4470. 2022-07-22 10:17:30.289 8615-8636/? I/Unity: Local IP Address = 10.8.46.16
    4471.     myapp.Multiplayer.MultiplayerManager:getLocalIP()
    4472.     myapp.BluetoothManager:Start()
    4473. 2022-07-22 10:17:30.290 8615-8636/? I/Unity: BluetoothManager Started (2 of 2)
    4474. 2022-07-22 10:17:30.291 8615-8636/? I/Unity: MultiplayerManager started. 1 of 2
    4475.     myapp.Multiplayer.MultiplayerManager:Start()
    4476. 2022-07-22 10:17:30.291 8615-8636/? I/Unity: My participant name is: Rob Quest from PlayerPrefs.
    4477.     myapp.Multiplayer.MultiplayerManager:Start()
    4478. 2022-07-22 10:17:30.291 8615-8636/? I/Unity: MultiplayerManager started. 2 of 2
    4479. 2022-07-22 10:17:30.292 8615-8636/? W/Unity: Need 11 textures in UserInteractionManager, or need to adjust Start() method
    4480. 2022-07-22 10:17:30.292 8615-8636/? W/Unity: DontDestroyOnLoad only works for root GameObjects or components on root GameObjects.
    4481. 2022-07-22 10:17:30.292 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4482. 2022-07-22 10:17:30.293 8615-8636/? I/Unity: SceneManager started. 1 of 2
    4483.     myapp.SceneManager:Start()
    4484. 2022-07-22 10:17:30.294 8615-8636/? I/Unity: SceneManager started. 2 of 2
    4485. 2022-07-22 10:17:30.295 8615-8636/? I/Unity: ConnectionManager started.
    4486.     myapp.ConnectionManager:Start()
    4487. 2022-07-22 10:17:30.295 8615-8636/? I/Unity: Calibration started. 1 of 2.
    4488.     Calibration:Start()
    4489. 2022-07-22 10:17:30.295 8615-8636/? I/Unity: Calibration started. 2 of 2.
    4490. 2022-07-22 10:17:30.296 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
    4491.     myapp.SetCurvedUISettingsForCanvas:Start()
    4492. 2022-07-22 10:17:30.298 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
    4493. 2022-07-22 10:17:30.299 8615-8636/? I/Unity: VoiceManager started. 1 of 2
    4494.     myapp.VivoxVoiceManager:Start()
    4495. 2022-07-22 10:17:30.313 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4496. 2022-07-22 10:17:30.315 8615-8636/? I/Unity: VoiceManager started. 2 of 2
    4497. 2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Spaces info
    4498. 2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Local version=25
    4499. 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)
    4500. 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)
    4501. 2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
    4502. 2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
    4503. 2022-07-22 10:17:30.321 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
    4504. 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)
    4505. 2022-07-22 10:17:30.324 8615-8636/? I/Unity: [OVRManager] HMDAcquired event
    4506.     OVRManager:Update()
    4507. 2022-07-22 10:17:30.325 8615-8636/? I/Unity: [OVRManager] HMDMounted event
    4508.     OVRManager:Update()
    4509. 2022-07-22 10:17:30.326 8615-8636/? I/Unity: [OVRManager] VrFocusAcquired event
    4510.     OVRManager:Update()
    4511. 2022-07-22 10:17:30.328 8615-8636/? I/Unity: [OVRManager] TrackingAcquired event
    4512.     OVRManager:Update()
    4513. 2022-07-22 10:17:30.332 8615-8636/? I/OVRMrcLib: ProfilerSystem: verbose mode 0
    4514. 2022-07-22 10:17:30.333 8615-8636/? W/System.err: android.content.pm.PackageManager$NameNotFoundException: com.oculus.platformsdkruntime
    4515. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:190)
    4516. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:159)
    4517. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
    4518. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at com.unity3d.player.UnityPlayer.access$300(Unknown Source:0)
    4519. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:95)
    4520. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:105)
    4521. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at android.os.Looper.loop(Looper.java:214)
    4522. 2022-07-22 10:17:30.333 8615-8636/? W/System.err:     at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
    4523. 2022-07-22 10:17:30.334 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4524. 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
    4525. 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
    4526. 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
    4527. 2022-07-22 10:17:30.338 8615-8636/? I/edge.icerealit: Waiting for a blocking GC ClassLinker
    4528. 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
    4529. 2022-07-22 10:17:30.354 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4530. 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)
    4531. 2022-07-22 10:17:30.358 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    4532. 2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Paused.
    4533. 2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    4534. 2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    4535. 2022-07-22 10:17:30.358 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    4536. 2022-07-22 10:17:30.358 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    4537. 2022-07-22 10:17:30.362 8615-8636/? I/Unity: HandControllerInput Awake 1 of 2
    4538.     myapp.HandControllerInput:Awake()
    4539.     UnityEngine.Object:Instantiate(Object, Transform, Boolean)
    4540.     UnityEngine.Object:Instantiate(T, Transform, Boolean)
    4541.     myapp.UserInteractionManager:SetupControllers()
    4542.     myapp.UserInteractionManager:Update()
    4543. 2022-07-22 10:17:30.362 8615-8636/? I/Unity: HandControllerInput Awake 2 of 2
    4544.     UnityEngine.Object:Instantiate(Object, Transform, Boolean)
    4545.     UnityEngine.Object:Instantiate(T, Transform, Boolean)
    4546.     myapp.UserInteractionManager:SetupControllers()
    4547.     myapp.UserInteractionManager:Update()
    4548. 2022-07-22 10:17:30.363 8615-8636/? I/Unity: HandControllerInput Awake 1 of 2
    4549.     myapp.HandControllerInput:Awake()
    4550.     UnityEngine.Object:Instantiate(Object, Transform, Boolean)
    4551.     UnityEngine.Object:Instantiate(T, Transform, Boolean)
    4552.     myapp.UserInteractionManager:SetupControllers()
    4553.     myapp.UserInteractionManager:Update()
    4554. 2022-07-22 10:17:30.364 8615-8636/? I/Unity: HandControllerInput Awake 2 of 2
    4555.     UnityEngine.Object:Instantiate(Object, Transform, Boolean)
    4556.     UnityEngine.Object:Instantiate(T, Transform, Boolean)
    4557.     myapp.UserInteractionManager:SetupControllers()
    4558.     myapp.UserInteractionManager:Update()
    4559. 2022-07-22 10:17:30.367 8615-8636/? I/Unity: HandControllerInput Start 1 of 2
    4560.     myapp.HandControllerInput:Start()
    4561. 2022-07-22 10:17:30.373 8615-8933/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
    4562. 2022-07-22 10:17:30.373 8615-8636/? I/Unity: HandControllerInput : Left Started.
    4563.     myapp.HandControllerInput:Start()
    4564. 2022-07-22 10:17:30.374 8615-8636/? I/Unity: HandControllerInput Start 2 of 2
    4565. 2022-07-22 10:17:30.374 8615-8636/? I/Unity: HandControllerInput Start 1 of 2
    4566.     myapp.HandControllerInput:Start()
    4567. 2022-07-22 10:17:30.375 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4568. 2022-07-22 10:17:30.377 8615-8636/? I/Unity: HandControllerInput : Right Started.
    4569.     myapp.HandControllerInput:Start()
    4570. 2022-07-22 10:17:30.378 8615-8636/? I/Unity: HandControllerInput Start 2 of 2
    4571. 2022-07-22 10:17:30.395 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4572. 2022-07-22 10:17:30.456 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4573. 2022-07-22 10:17:30.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4574. 2022-07-22 10:17:30.495 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    4575. 2022-07-22 10:17:30.498 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4576. 2022-07-22 10:17:30.503 8615-8636/? I/Unity: Starting XR...
    4577.     <startXR>d__58:MoveNext()
    4578.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4579. 2022-07-22 10:17:30.503 8615-8636/? I/Unity: Successfully started XR...
    4580.     <startXR>d__58:MoveNext()
    4581.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4582. 2022-07-22 10:17:30.504 8615-8636/? I/Unity: XR Loader = Oculus Loader
    4583.     <startXR>d__58:MoveNext()
    4584.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4585. 2022-07-22 10:17:30.504 8615-8636/? I/Unity: Running subsystem: XR subsystem = oculus input
    4586.     <startXR>d__58:MoveNext()
    4587.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4588. 2022-07-22 10:17:30.518 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4589. 2022-07-22 10:17:30.539 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4590. 2022-07-22 10:17:30.546 8615-9023/? I/Unity: Web request complete
    4591.     Assets.myapp.Scripts.Utilities.WebUtilities:SendThreadBody()
    4592.     System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    4593. 2022-07-22 10:17:30.560 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4594. 2022-07-22 10:17:30.580 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4595. 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
    4596.     <downloadFile>d__54:MoveNext()
    4597.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4598. 2022-07-22 10:17:30.596 8615-8636/? I/Unity: Config file parsed.
    4599.     AssetBundleLoaderManager:parseConfigFile(String, Object)
    4600.     <downloadFile>d__54:MoveNext()
    4601.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4602. 2022-07-22 10:17:30.604 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4603. 2022-07-22 10:17:30.604 760-8755/? E/SensorService: HMD IMU samples delayed: 7.694ms between sample arrivals (expected 1.000ms)
    4604. 2022-07-22 10:17:30.613 760-8755/? E/SensorService: HMD IMU missing samples: 1.977ms between captures (expected 1.000ms)
    4605. 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]
    4606. 2022-07-22 10:17:30.625 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4607. 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.
    4608. 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
    4609.     <downloadTextFile>d__55:MoveNext()
    4610.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4611. 2022-07-22 10:17:30.650 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4612. 2022-07-22 10:17:30.671 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4613. 2022-07-22 10:17:30.692 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4614. 2022-07-22 10:17:30.704 8615-8636/? I/Unity: Reseting camera objects.
    4615.     Calibration:resetCameraObjects()
    4616.     Calibration:setupCameraHierarchy()
    4617.     <setupClientAfterCamera>d__62:MoveNext()
    4618.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4619. 2022-07-22 10:17:30.706 8615-8636/? I/Unity: myapp: Performance Preset set to Performance
    4620.     myapp.PerformanceOptionsUI:changeToBetterPerformancePreset()
    4621.     <setupClientAfterCamera>d__62:MoveNext()
    4622.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4623. 2022-07-22 10:17:30.707 8615-8636/? I/Unity: Set new Site location 'World Center'.
    4624.     myapp.ICEscapesManager:setIceScapesSiteLocation(String)
    4625.     myapp.PerformanceOptionsUI:switchWorldToEmpty()
    4626.     myapp.PerformanceOptionsUI:changeToBetterPerformancePreset()
    4627.     <setupClientAfterCamera>d__62:MoveNext()
    4628.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4629. 2022-07-22 10:17:30.712 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4630. 2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Spaces info
    4631. 2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Local version=25
    4632. 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)
    4633. 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)
    4634. 2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage IsValid=true
    4635. 2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage HasActiveGuardian=true
    4636. 2022-07-22 10:17:30.718 8615-8636/? I/OpenXR: xrCreateReferenceSpace: Stage Width=1.412179, Depth=4.598686
    4637. 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)
    4638. 2022-07-22 10:17:30.719 8615-8636/? I/Unity: ICEscapesManager Initializing
    4639.     myapp.<Initialize>d__18:MoveNext()
    4640.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4641.     myapp.ICEscapesManager:loadLevel(String, String)
    4642.     myapp.EntityManager:Update()
    4643. 2022-07-22 10:17:30.732 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4644. 2022-07-22 10:17:30.753 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4645. 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
    4646. 2022-07-22 10:17:30.774 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4647. 2022-07-22 10:17:30.835 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4648. 2022-07-22 10:17:30.856 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4649. 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
    4650.     <downloadTextFile>d__55:MoveNext()
    4651.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4652. 2022-07-22 10:17:30.865 8615-8636/? I/Unity: Default avatar name is ICE cream cone
    4653.     <downloadTextFile>d__55:MoveNext()
    4654.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4655. 2022-07-22 10:17:30.865 8615-8636/? I/Unity: Available Items: 1
    4656.     <downloadTextFile>d__55:MoveNext()
    4657.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4658. 2022-07-22 10:17:30.866 8615-8636/? I/Unity: Available Avatars: 39
    4659.     <downloadTextFile>d__55:MoveNext()
    4660.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4661. 2022-07-22 10:17:30.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4662. 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
    4663.     <downloadTextFile>d__55:MoveNext()
    4664.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4665. 2022-07-22 10:17:30.896 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4666. 2022-07-22 10:17:30.959 760-8755/? W/SensorService: Arrival timestamp too late
    4667. 2022-07-22 10:17:30.937 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4668. 2022-07-22 10:17:30.959 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4669. 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,
    4670. 2022-07-22 10:17:30.979 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4671. 2022-07-22 10:17:30.990 760-8755/? W/SensorService: Arrival timestamp too early
    4672. 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)
    4673. 2022-07-22 10:17:30.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4674. 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
    4675. 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
    4676.     <downloadTextFile>d__55:MoveNext()
    4677.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4678. 2022-07-22 10:17:31.008 8615-8636/? I/Unity: Available Items: 197
    4679.     <downloadTextFile>d__55:MoveNext()
    4680.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4681. 2022-07-22 10:17:31.008 8615-8636/? I/Unity: Available Avatars: 39
    4682.     <downloadTextFile>d__55:MoveNext()
    4683.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4684. 2022-07-22 10:17:31.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4685. 2022-07-22 10:17:31.026 760-8755/? W/SensorService: Arrival timestamp too late
    4686. 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
    4687.     myapp.<Initialize>d__18:MoveNext()
    4688.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4689. 2022-07-22 10:17:31.033 8615-8636/? I/Unity: ICEscapesManager Initialization Completed
    4690.     myapp.<Initialize>d__18:MoveNext()
    4691.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4692. 2022-07-22 10:17:31.046 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4693. 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
    4694.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4695.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4696. 2022-07-22 10:17:31.066 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4697. 2022-07-22 10:17:31.107 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4698. 2022-07-22 10:17:31.128 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4699. 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
    4700.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4701.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4702. 2022-07-22 10:17:31.145 8615-8636/? I/Unity: CRC=576522467
    4703.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4704.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4705. 2022-07-22 10:17:31.145 8615-8636/? I/Unity: Hash=57232ee335f1721d44fc6fe7ebed073c
    4706.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4707.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4708. 2022-07-22 10:17:31.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4709. 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
    4710.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4711.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4712. 2022-07-22 10:17:31.157 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    4713.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4714.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4715. 2022-07-22 10:17:31.157 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    4716.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4717.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4718. 2022-07-22 10:17:31.159 8615-8926/? E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
    4719. 2022-07-22 10:17:31.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4720. 2022-07-22 10:17:31.232 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4721. 2022-07-22 10:17:31.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4722. 2022-07-22 10:17:31.266 8615-8636/? I/Unity: Time at load from cache: 109 ms.
    4723.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4724.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4725. 2022-07-22 10:17:31.268 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    4726.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4727.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4728. 2022-07-22 10:17:31.269 8615-8636/? I/Unity: Time at finish loading from cache: 111 ms.
    4729.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4730.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4731. 2022-07-22 10:17:31.269 8615-8636/? I/Unity: Done with loading from asset bundle.
    4732.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4733.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4734. 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
    4735.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4736.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4737. 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
    4738.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4739.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4740. 2022-07-22 10:17:31.270 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    4741.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4742.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4743. 2022-07-22 10:17:31.270 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    4744.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4745.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4746. 2022-07-22 10:17:31.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4747. 2022-07-22 10:17:31.354 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    4748. 2022-07-22 10:17:31.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4749. 2022-07-22 10:17:31.377 8615-8636/? I/Unity: Time at load from cache: 107 ms.
    4750.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4751.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4752. 2022-07-22 10:17:31.379 8615-8636/? I/Unity: MarketingUI::HasCompletedMarketing - 1.5
    4753.     MarketingUIActions:HasCompletedMarketing()
    4754.     myapp.ApplicationUIState:checkIfCompletedMarketing(Boolean)
    4755.     myapp.<>c__DisplayClass7_0:<setUIState>b__0()
    4756.     myapp.ProgressIndicatorManager:withdrawWaitingItem()
    4757.     myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
    4758.     <>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
    4759.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4760.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4761. 2022-07-22 10:17:31.380 8615-8636/? I/Unity: Changing UI State from LoadingBeforeDiscovery to Discovery
    4762.     myapp.ApplicationUIState:setUIState(UIState)
    4763.     myapp.<>c__DisplayClass7_0:<setUIState>b__0()
    4764.     myapp.ProgressIndicatorManager:withdrawWaitingItem()
    4765.     myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
    4766.     <>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
    4767.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4768.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4769. 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
    4770.     myapp.<getPublicExperiences>d__4:MoveNext()
    4771.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4772.     myapp.ApplicationUIState:setUIState(UIState)
    4773.     myapp.<>c__DisplayClass7_0:<setUIState>b__0()
    4774.     myapp.ProgressIndicatorManager:withdrawWaitingItem()
    4775.     myapp.TextureBundleLoader:<LoadTexture>b__15_1(Texture2D)
    4776.     <>c__DisplayClass68_0:<loadTextureFromAssetBundle>b__0(AssetBundle, GameObject)
    4777.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4778.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4779. 2022-07-22 10:17:31.389 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    4780.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4781.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4782. 2022-07-22 10:17:31.390 8615-8636/? I/Unity: Time at finish loading from cache: 119 ms.
    4783.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4784.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4785. 2022-07-22 10:17:31.390 8615-8636/? I/Unity: Done with loading from asset bundle.
    4786.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4787.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4788. 2022-07-22 10:17:31.396 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4789. 2022-07-22 10:17:31.417 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4790. 2022-07-22 10:17:31.437 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4791. 2022-07-22 10:17:31.441 8615-8636/? I/Unity: TitleBar::CloseOptionsMenu
    4792.     TitleBarUIActions:CloseOptionsMenu()
    4793. 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
    4794.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4795.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4796. 2022-07-22 10:17:31.458 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4797. 2022-07-22 10:17:31.499 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4798. 2022-07-22 10:17:31.519 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4799. 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
    4800.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4801.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4802. 2022-07-22 10:17:31.524 8615-8636/? I/Unity: CRC=2766688742
    4803.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4804.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4805. 2022-07-22 10:17:31.525 8615-8636/? I/Unity: Hash=f6e12921df0505f640bb58f96a51b3d1
    4806.     <LoadCRCFromManifestFile>d__63:MoveNext()
    4807.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4808. 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
    4809.     <Start>d__16:MoveNext()
    4810.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4811. 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
    4812.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4813.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4814. 2022-07-22 10:17:31.530 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    4815.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4816.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4817. 2022-07-22 10:17:31.531 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    4818.     <loadAssetBundleCoroutine>d__62:MoveNext()
    4819.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4820. 2022-07-22 10:17:31.540 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4821. 2022-07-22 10:17:31.602 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4822. 2022-07-22 10:17:31.622 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4823. 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
    4824.     <Start>d__16:MoveNext()
    4825.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4826. 2022-07-22 10:17:31.629 8615-8636/? I/Unity: CRC=670716866
    4827.     <Start>d__16:MoveNext()
    4828.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4829. 2022-07-22 10:17:31.629 8615-8636/? I/Unity: Hash=d05c0d6f3d640c470b71ff7971bd3d9f
    4830.     <Start>d__16:MoveNext()
    4831.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4832. 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
    4833.     <Start>d__16:MoveNext()
    4834.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4835. 2022-07-22 10:17:31.630 8615-8636/? I/Unity: CRC = 670716866 Hash = d05c0d6f3d640c470b71ff7971bd3d9f
    4836.     <Start>d__16:MoveNext()
    4837.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4838. 2022-07-22 10:17:31.631 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    4839.     <Start>d__16:MoveNext()
    4840.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4841. 2022-07-22 10:17:31.631 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    4842.     <Start>d__16:MoveNext()
    4843.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4844. 2022-07-22 10:17:31.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4845. 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
    4846. 2022-07-22 10:17:31.652 8615-8636/? I/Unity: Hub returned 2 public experiences
    4847.    myapp.myappBrokerListener:result(List`1)
    4848.    myapp.<getPublicExperiences>d__4:MoveNext()
    4849.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4850. 2022-07-22 10:17:31.656 8615-8636/? I/Unity: Reset Layout list...
    4851.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4852.    myapp.ConnectionManager:Update()
    4853. 2022-07-22 10:17:31.656 8615-8636/? I/Unity: Populate Layout list...
    4854.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4855.    myapp.ConnectionManager:Update()
    4856. 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
    4857.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4858.    myapp.ConnectionManager:Update()
    4859. 2022-07-22 10:17:31.657 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
    4860.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4861.    myapp.ConnectionManager:Update()
    4862. 2022-07-22 10:17:31.658 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
    4863.    myapp.<getExperience>d__6:MoveNext()
    4864.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4865.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4866.    myapp.ConnectionManager:Update()
    4867. 2022-07-22 10:17:31.658 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
    4868.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    4869.    myapp.ConnectionManager:Update()
    4870. 2022-07-22 10:17:31.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4871. 2022-07-22 10:17:31.684 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4872. 2022-07-22 10:17:31.704 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4873. 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
    4874. 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
    4875.     myapp.RecentRealityHubCaller:singleResult(Experience)
    4876.     myapp.<getExperience>d__6:MoveNext()
    4877.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4878. 2022-07-22 10:17:31.725 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4879. 2022-07-22 10:17:31.734 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
    4880.     myapp.<getExperience>d__6:MoveNext()
    4881.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4882. 2022-07-22 10:17:31.745 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4883. 2022-07-22 10:17:31.766 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4884. 2022-07-22 10:17:31.773 8615-8636/? I/Unity: untitled : FPS : 63.28053, 51.6666666666667, Performance, CLASSIC,Empty,World Center
    4885.     SceneAnalyzer:ReportFPS()
    4886.     SceneAnalyzer:Update()
    4887. 2022-07-22 10:17:31.787 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4888. 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
    4889. 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
    4890.    myapp.RecentRealityHubCaller:singleResult(Experience)
    4891.    myapp.<getExperience>d__6:MoveNext()
    4892.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4893. 2022-07-22 10:17:31.808 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4894. 2022-07-22 10:17:31.869 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    4895. 2022-07-22 10:17:31.890 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4896. 2022-07-22 10:17:31.904 18035-18070/? I/netd: trafficSwapActiveStatsMap() <0.23ms>
    4897. 2022-07-22 10:17:31.906 18035-18070/? I/netd: tetherGetStats() <0.80ms>
    4898. 2022-07-22 10:17:31.910 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4899. 2022-07-22 10:17:31.918 18035-18070/? I/netd: bandwidthSetGlobalAlert(2097152) <0.16ms>
    4900. 2022-07-22 10:17:31.931 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4901. 2022-07-22 10:17:31.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4902. 2022-07-22 10:17:31.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4903. 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
    4904. 2022-07-22 10:17:32.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4905. 2022-07-22 10:17:32.206 760-8755/? E/SensorService: HMD IMU samples delayed: 7.017ms between sample arrivals (expected 1.000ms)
    4906. 2022-07-22 10:17:32.177 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    4907. 2022-07-22 10:17:32.198 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4908. 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]
    4909. 2022-07-22 10:17:32.219 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4910. 2022-07-22 10:17:32.690 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 23 lines
    4911. 2022-07-22 10:17:32.711 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4912. 2022-07-22 10:17:32.715 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    4913.    BillboardMenu:resetMenuLocationImmediate()
    4914.    myapp.HandControllerInput:Update()
    4915. 2022-07-22 10:17:32.731 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4916. 2022-07-22 10:17:32.957 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
    4917. 2022-07-22 10:17:32.978 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4918. 2022-07-22 10:17:32.987 852-8752/? I/[CT]: boltlib: DSP utilization: 5.37 % (268 / 5000 ms)
    4919. 2022-07-22 10:17:32.998 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4920. 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
    4921. 2022-07-22 10:17:33.019 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4922. 2022-07-22 10:17:33.734 760-8755/? E/SensorService: HMD IMU samples delayed: 6.819ms between sample arrivals (expected 1.000ms)
    4923. 2022-07-22 10:17:33.924 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
    4924. 2022-07-22 10:17:33.945 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4925. 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,
    4926. 2022-07-22 10:17:33.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4927. 2022-07-22 10:17:33.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4928. 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)
    4929. 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
    4930. 2022-07-22 10:17:34.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4931. 2022-07-22 10:17:34.479 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 23 lines
    4932. 2022-07-22 10:17:34.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4933. 2022-07-22 10:17:34.504 18752-18780/? I/GuardianInput: RightTrigger down
    4934. 2022-07-22 10:17:34.520 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4935. 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
    4936. 2022-07-22 10:17:34.541 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4937. 2022-07-22 10:17:34.664 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    4938. 2022-07-22 10:17:34.685 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4939. 2022-07-22 10:17:34.692 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
    4940.  
    4941.    If you are with other people, use the same points when prompted.
    4942.    TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    4943.    myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    4944.    myapp.SideBarUIActions:CalibrateButtonClicked()
    4945.    UnityEngine.Events.UnityEvent:Invoke()
    4946.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    4947.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    4948.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    4949.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    4950. 2022-07-22 10:17:34.695 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
    4951.    myapp.SetCurvedUISettingsForCanvas:Start()
    4952. 2022-07-22 10:17:34.695 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
    4953. 2022-07-22 10:17:34.703 18752-18780/? I/GuardianInput: RightTrigger up
    4954. 2022-07-22 10:17:34.706 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4955. 2022-07-22 10:17:34.746 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4956. 2022-07-22 10:17:34.767 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4957. 2022-07-22 10:17:34.784 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    4958. 2022-07-22 10:17:34.787 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4959. 2022-07-22 10:17:34.932 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    4960. 2022-07-22 10:17:34.952 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4961. 2022-07-22 10:17:34.965 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    4962. 2022-07-22 10:17:34.973 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4963. 2022-07-22 10:17:34.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4964. 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
    4965. 2022-07-22 10:17:35.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4966. 2022-07-22 10:17:35.055 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    4967. 2022-07-22 10:17:35.076 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4968. 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]
    4969. 2022-07-22 10:17:35.097 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4970. 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]
    4971. 2022-07-22 10:17:35.117 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4972. 2022-07-22 10:17:35.138 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4973. 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]
    4974. 2022-07-22 10:17:35.158 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4975. 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]
    4976. 2022-07-22 10:17:35.178 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4977. 2022-07-22 10:17:35.260 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    4978. 2022-07-22 10:17:35.282 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4979. 2022-07-22 10:17:35.297 8615-8636/? I/Unity: Time at load from cache: 3766 ms.
    4980.    <loadAssetBundleCoroutine>d__62:MoveNext()
    4981.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4982. 2022-07-22 10:17:35.302 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4983. 2022-07-22 10:17:35.323 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    4984. 2022-07-22 10:17:35.343 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4985. 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
    4986. 2022-07-22 10:17:35.364 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4987. 2022-07-22 10:17:35.384 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4988. 2022-07-22 10:17:35.396 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    4989. 2022-07-22 10:17:35.405 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    4990. 2022-07-22 10:17:35.421 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    4991.    <loadAssetBundleCoroutine>d__62:MoveNext()
    4992.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4993. 2022-07-22 10:17:35.424 8615-8636/? I/Unity: Time at finish loading from cache: 3893 ms.
    4994.    <loadAssetBundleCoroutine>d__62:MoveNext()
    4995.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4996. 2022-07-22 10:17:35.425 8615-8636/? I/Unity: Done with loading from asset bundle.
    4997.    <loadAssetBundleCoroutine>d__62:MoveNext()
    4998.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    4999. 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
    5000.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5001.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5002. 2022-07-22 10:17:35.425 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5003. 2022-07-22 10:17:35.438 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    5004. 2022-07-22 10:17:35.446 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5005. 2022-07-22 10:17:35.528 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    5006. 2022-07-22 10:17:35.549 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5007. 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
    5008.    <LoadCRCFromManifestFile>d__63:MoveNext()
    5009.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5010. 2022-07-22 10:17:35.552 8615-8636/? I/Unity: CRC=2185021692
    5011.    <LoadCRCFromManifestFile>d__63:MoveNext()
    5012.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5013. 2022-07-22 10:17:35.553 8615-8636/? I/Unity: Hash=96c3df9ecf6632a1528576557484902f
    5014.    <LoadCRCFromManifestFile>d__63:MoveNext()
    5015.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5016. 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
    5017.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5018.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5019. 2022-07-22 10:17:35.562 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    5020.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5021.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5022. 2022-07-22 10:17:35.562 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    5023.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5024.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5025. 2022-07-22 10:17:35.569 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5026. 2022-07-22 10:17:35.980 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
    5027. 2022-07-22 10:17:36.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5028. 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
    5029. 2022-07-22 10:17:36.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5030. 2022-07-22 10:17:36.041 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    5031. 2022-07-22 10:17:36.062 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5032. 2022-07-22 10:17:36.062 18752-18780/? I/GuardianInput: RightTrigger down
    5033. 2022-07-22 10:17:36.082 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5034. 2022-07-22 10:17:36.144 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    5035. 2022-07-22 10:17:36.165 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5036. 2022-07-22 10:17:36.181 18752-18780/? I/GuardianInput: RightTrigger up
    5037. 2022-07-22 10:17:36.185 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5038. 2022-07-22 10:17:36.191 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5039.    BillboardMenu:resetMenuLocationImmediate()
    5040.    myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5041.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5042.    myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5043.    myapp.ApplicationUIState:setUIState(UIState)
    5044.    TwoButtonDialog:OnFirstButtonClicked()
    5045.    UnityEngine.Events.UnityEvent:Invoke()
    5046.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    5047.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    5048.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    5049.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    5050. 2022-07-22 10:17:36.192 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
    5051.    myapp.ApplicationUIState:setUIState(UIState)
    5052.    TwoButtonDialog:OnFirstButtonClicked()
    5053.    UnityEngine.Events.UnityEvent:Invoke()
    5054.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    5055.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    5056.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    5057.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    5058. 2022-07-22 10:17:36.206 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5059. 2022-07-22 10:17:36.209 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
    5060. 2022-07-22 10:17:36.209 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
    5061. 2022-07-22 10:17:36.209 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    5062. 2022-07-22 10:17:36.209 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
    5063. 2022-07-22 10:17:36.209 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
    5064. 2022-07-22 10:17:36.210 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
    5065.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5066.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5067.    myapp.HandControllerInput:Update()
    5068. 2022-07-22 10:17:36.211 8615-8636/? I/Unity: Reseting camera objects.
    5069.    Calibration:resetCameraObjects()
    5070.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5071.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5072.    myapp.HandControllerInput:Update()
    5073. 2022-07-22 10:17:36.211 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5074.    BillboardMenu:resetMenuLocationImmediate()
    5075.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5076.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5077.    myapp.HandControllerInput:Update()
    5078. 2022-07-22 10:17:36.226 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5079. 2022-07-22 10:17:36.238 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
    5080. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
    5081. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1013, num layers 1.
    5082. 2022-07-22 10:17:36.239 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
    5083. 2022-07-22 10:17:36.239 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
    5084. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
    5085. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
    5086. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
    5087. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
    5088. 2022-07-22 10:17:36.239 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
    5089. 2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
    5090. 2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
    5091. 2022-07-22 10:17:36.239 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
    5092. 2022-07-22 10:17:36.240 8615-8636/? I/Unity: Time at load from cache: 4609 ms.
    5093.    <Start>d__16:MoveNext()
    5094.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5095. 2022-07-22 10:17:36.240 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    5096.    <Start>d__16:MoveNext()
    5097.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5098. 2022-07-22 10:17:36.241 8615-8636/? I/Unity: Time at finish loading from cache: 4610 ms.
    5099.    <Start>d__16:MoveNext()
    5100.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5101. 2022-07-22 10:17:36.241 8615-8636/? I/Unity: Done with loading from asset bundle.
    5102.    <Start>d__16:MoveNext()
    5103.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5104. 2022-07-22 10:17:36.246 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
    5105. 2022-07-22 10:17:36.246 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1013 for client 2204659461.
    5106. 2022-07-22 10:17:36.246 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1013 is being paused false
    5107. 2022-07-22 10:17:36.256 8615-8636/? I/Unity: loadLevel: Empty
    5108.    myapp.ICEscapesManager:loadLevel(String, String)
    5109.    myapp.EntityManager:Update()
    5110. 2022-07-22 10:17:36.257 8615-8636/? I/Unity: finishLoadAndSetIceScapesSite() start
    5111.    myapp.ICEscapesManager:finishLoadAndSetIceScapesSite()
    5112.    myapp.<loadIceScape>d__30:MoveNext()
    5113.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5114.    myapp.ICEscapesManager:loadLevel(String, String)
    5115.    myapp.EntityManager:Update()
    5116. 2022-07-22 10:17:36.259 8615-8636/? I/Unity: Set new Site location 'World Center'.
    5117.    myapp.ICEscapesManager:setIceScapesSiteLocation(String)
    5118.    myapp.ICEscapesManager:finishLoadAndSetIceScapesSite()
    5119.    myapp.<loadIceScape>d__30:MoveNext()
    5120.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5121.    myapp.ICEscapesManager:loadLevel(String, String)
    5122.    myapp.EntityManager:Update()
    5123. 2022-07-22 10:17:36.260 8615-8636/? I/Unity: finishLoadAndSetIceScapesSite() end
    5124.    myapp.<loadIceScape>d__30:MoveNext()
    5125.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5126.    myapp.ICEscapesManager:loadLevel(String, String)
    5127.    myapp.EntityManager:Update()
    5128. 2022-07-22 10:17:36.261 8615-8636/? I/Unity: I am outside. Turning sounds on.
    5129.    SoundManager:turnSoundOnOrOff(Boolean)
    5130. 2022-07-22 10:17:36.262 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
    5131. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    5132. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
    5133. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
    5134. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
    5135. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
    5136. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
    5137. 2022-07-22 10:17:36.262 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
    5138. 2022-07-22 10:17:36.263 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
    5139. 2022-07-22 10:17:36.263 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
    5140. 2022-07-22 10:17:36.264 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
    5141. 2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
    5142. 2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
    5143. 2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
    5144. 2022-07-22 10:17:36.264 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
    5145. 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
    5146. 2022-07-22 10:17:36.264 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
    5147. 2022-07-22 10:17:36.269 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
    5148. 2022-07-22 10:17:36.269 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
    5149. 2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736146.602437274 ns.
    5150. 2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 875.508261489 seconds.
    5151. 2022-07-22 10:17:36.270 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
    5152. 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.
    5153. 2022-07-22 10:17:36.270 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5154. 2022-07-22 10:17:36.270 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5155. 2022-07-22 10:17:36.271 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5156. 2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5157. 2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5158. 2022-07-22 10:17:36.274 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5159. 2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 345
    5160. 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}
    5161. 2022-07-22 10:17:36.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 346
    5162. 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}
    5163. 2022-07-22 10:17:36.288 18663-8811/? I/TimeWarpProgs: [0x7fb734bef8] Built layerProgram 0:0x100000048002:0x0 in 5.3 ms
    5164. 2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9057
    5165. 2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9057 to prime gold (7)
    5166. 2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
    5167. 2022-07-22 10:17:36.289 850-9057/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
    5168. 2022-07-22 10:17:36.289 18097-18642/? W/ActivityManager: Package for pid 850: no process record found
    5169. 2022-07-22 10:17:36.290 852-1103/? W/TrackingService: attachClient: found client in attached list
    5170. 2022-07-22 10:17:36.291 852-1103/? D/TrackingService: getSharedMemory: /system/bin/mrsystemservice, HeadTracker
    5171. 2022-07-22 10:17:36.292 852-1103/? W/TrackingService: attachClient: found client in attached list
    5172. 2022-07-22 10:17:36.293 852-1103/? D/TrackingService: getSharedMemory: /system/bin/mrsystemservice, Controller
    5173. 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.
    5174. 2022-07-22 10:17:36.297 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 0
    5175. 2022-07-22 10:17:36.297 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1644us, frametime 875524579us
    5176. 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).
    5177. 2022-07-22 10:17:36.343 8615-8636/? I/Unity: Time at load from cache: 781 ms.
    5178.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5179.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5180. 2022-07-22 10:17:36.343 8615-8636/? I/Unity: Loading skyboxlite from bundle items/skyboxlite
    5181.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5182.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5183. 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
    5184. 2022-07-22 10:17:36.454 8615-8636/? I/Unity: Loaded skyboxlite from bundle items/skyboxlite
    5185.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5186.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5187. 2022-07-22 10:17:36.454 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    5188.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5189.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5190. 2022-07-22 10:17:36.455 8615-8636/? I/Unity: Time at finish loading from cache: 893 ms.
    5191.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5192.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5193. 2022-07-22 10:17:36.456 8615-8636/? I/Unity: Done with loading from asset bundle.
    5194.    <loadAssetBundleCoroutine>d__62:MoveNext()
    5195.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5196. 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,
    5197. 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)
    5198. 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
    5199. 2022-07-22 10:17:37.466 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: true, ImagesOnly: false, NoRequirement: false.
    5200. 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
    5201. 2022-07-22 10:17:37.825 18752-18780/? I/GuardianInput: RightTrigger down
    5202. 2022-07-22 10:17:37.988 852-8752/? I/[CT]: boltlib: DSP utilization: 5.61 % (280 / 5000 ms)
    5203. 2022-07-22 10:17:37.995 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5204.    BillboardMenu:resetMenuLocationImmediate()
    5205.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5206.    myapp.HandControllerInput:Update()
    5207. 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
    5208. 2022-07-22 10:17:38.025 18752-18780/? I/GuardianInput: RightTrigger up
    5209. 2022-07-22 10:17:38.184 18752-18780/? I/GuardianInput: RightTrigger down
    5210. 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
    5211. 2022-07-22 10:17:38.386 18752-18780/? I/GuardianInput: RightTrigger up
    5212. 2022-07-22 10:17:38.758 18097-18116/? W/ActivityManager: Package for pid 850: no process record found
    5213. 2022-07-22 10:17:38.788 18752-18780/? I/GuardianInput: RightTrigger down
    5214. 2022-07-22 10:17:38.872 18752-18780/? I/GuardianInput: RightTrigger up
    5215. 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
    5216. 2022-07-22 10:17:39.309 18752-18780/? I/GuardianInput: RightTrigger down
    5217. 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
    5218. 2022-07-22 10:17:39.486 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
    5219.    myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
    5220.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5221.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5222.    myapp.HandControllerInput:Update()
    5223. 2022-07-22 10:17:39.486 8615-8636/? I/Unity:  No Boundary Points available for Calibration.
    5224.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5225.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5226.    myapp.HandControllerInput:Update()
    5227. 2022-07-22 10:17:39.487 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5228.    BillboardMenu:resetMenuLocationImmediate()
    5229.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5230.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5231.    myapp.HandControllerInput:Update()
    5232. 2022-07-22 10:17:39.487 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5233.    BillboardMenu:resetMenuLocationImmediate()
    5234.    myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5235.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5236.    myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5237.    myapp.ApplicationUIState:setUIState(UIState)
    5238.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5239.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5240.    myapp.HandControllerInput:Update()
    5241. 2022-07-22 10:17:39.488 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
    5242.    myapp.ApplicationUIState:setUIState(UIState)
    5243.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5244.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5245.    myapp.HandControllerInput:Update()
    5246. 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
    5247.    myapp.<getPublicExperiences>d__4:MoveNext()
    5248.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5249.    myapp.ApplicationUIState:setUIState(UIState)
    5250.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5251.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5252.    myapp.HandControllerInput:Update()
    5253. 2022-07-22 10:17:39.495 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5254.    BillboardMenu:resetMenuLocationImmediate()
    5255.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5256.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5257.    myapp.HandControllerInput:Update()
    5258. 2022-07-22 10:17:39.509 18752-18780/? I/GuardianInput: RightTrigger up
    5259. 2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
    5260. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1013.
    5261. 2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
    5262. 2022-07-22 10:17:39.510 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
    5263. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
    5264. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
    5265. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
    5266. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
    5267. 2022-07-22 10:17:39.510 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
    5268. 2022-07-22 10:17:39.512 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    5269. 2022-07-22 10:17:39.513 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
    5270. 2022-07-22 10:17:39.513 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
    5271. 2022-07-22 10:17:39.513 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
    5272. 2022-07-22 10:17:39.513 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    5273. 2022-07-22 10:17:39.513 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    5274. 2022-07-22 10:17:39.513 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    5275. 2022-07-22 10:17:39.517 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1013 was queued for destruction
    5276. 2022-07-22 10:17:39.517 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1013.
    5277. 2022-07-22 10:17:39.518 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=345
    5278. 2022-07-22 10:17:39.519 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=346
    5279. 2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 3.2 seconds:
    5280. 2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 3249.2 ms
    5281. 2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
    5282. 2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
    5283. 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
    5284. 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
    5285. 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
    5286. 2022-07-22 10:17:39.519 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
    5287. 2022-07-22 10:17:39.520 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5288. 2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    5289. 2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5290. 2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5291. 2022-07-22 10:17:39.520 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5292. 2022-07-22 10:17:39.526 18663-8811/? W/CompositorVR: Removed 1 layers without a required proxy layer
    5293. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
    5294. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
    5295. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 3.2 seconds:
    5296. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 14.8 minutes
    5297. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 98.0 (98.0/0.0)
    5298. 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
    5299. 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
    5300. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 338417.0, temporal hist: 456375.0
    5301. 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
    5302. 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
    5303. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
    5304. 2022-07-22 10:17:39.528 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
    5305. 2022-07-22 10:17:39.529 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
    5306. 2022-07-22 10:17:39.529 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
    5307. 2022-07-22 10:17:39.529 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5308. 2022-07-22 10:17:39.529 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5309. 2022-07-22 10:17:39.530 760-9056/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
    5310. 2022-07-22 10:17:39.530 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
    5311. 2022-07-22 10:17:39.530 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
    5312. 2022-07-22 10:17:39.531 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5313. 2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
    5314. 2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
    5315. 2022-07-22 10:17:39.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
    5316. 2022-07-22 10:17:39.540 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5317. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5318. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5319. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5320. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5321. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5322. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5323. 2022-07-22 10:17:39.541 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
    5324. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
    5325. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
    5326. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
    5327. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5328. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5329. 2022-07-22 10:17:39.541 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5330. 2022-07-22 10:17:39.541 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5331. 2022-07-22 10:17:39.569 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5332. 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
    5333. 2022-07-22 10:17:39.577 8615-8636/? I/Unity: Hub returned 2 public experiences
    5334.     myapp.myappBrokerListener:result(List`1)
    5335.     myapp.<getPublicExperiences>d__4:MoveNext()
    5336.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5337. 2022-07-22 10:17:39.588 8615-8636/? I/Unity: Reset Layout list...
    5338.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5339.     myapp.ConnectionManager:Update()
    5340. 2022-07-22 10:17:39.589 8615-8636/? I/Unity: Populate Layout list...
    5341.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5342.     myapp.ConnectionManager:Update()
    5343. 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
    5344.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5345.     myapp.ConnectionManager:Update()
    5346. 2022-07-22 10:17:39.590 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
    5347.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5348.     myapp.ConnectionManager:Update()
    5349. 2022-07-22 10:17:39.590 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
    5350.     myapp.<getExperience>d__6:MoveNext()
    5351.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5352.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5353.     myapp.ConnectionManager:Update()
    5354. 2022-07-22 10:17:39.591 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
    5355.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5356.     myapp.ConnectionManager:Update()
    5357. 2022-07-22 10:17:39.598 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5358. 2022-07-22 10:17:39.626 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5359. 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
    5360. 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
    5361.    myapp.RecentRealityHubCaller:singleResult(Experience)
    5362.    myapp.<getExperience>d__6:MoveNext()
    5363.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5364. 2022-07-22 10:17:39.655 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5365. 2022-07-22 10:17:39.659 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
    5366.    myapp.<getExperience>d__6:MoveNext()
    5367.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5368. 2022-07-22 10:17:39.683 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5369. 2022-07-22 10:17:39.711 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5370. 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",""/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
    5371. 2022-07-22 10:17:42.269 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
    5372. 2022-07-22 10:17:42.269 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
    5373. 2022-07-22 10:17:42.269 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736152.601777689 ns.
    5374. 2022-07-22 10:17:42.269 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 5.999356247 seconds.
    5375. 2022-07-22 10:17:42.270 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
    5376. 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.
    5377. 2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5378. 2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5379. 2022-07-22 10:17:42.271 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5380. 2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5381. 2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5382. 2022-07-22 10:17:42.274 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5383. 2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 347
    5384. 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}
    5385. 2022-07-22 10:17:42.277 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 348
    5386. 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}
    5387. 2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9063
    5388. 2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9063 to prime gold (7)
    5389. 2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
    5390. 2022-07-22 10:17:42.283 850-9063/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
    5391. 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).
    5392. 2022-07-22 10:17:42.300 760-8755/? E/SensorService: HMD IMU samples delayed: 5.573ms between sample arrivals (expected 1.000ms)
    5393. 2022-07-22 10:17:42.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
    5394. 2022-07-22 10:17:42.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1552us, frametime 6023288us
    5395. 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
    5396. 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,
    5397. 2022-07-22 10:17:42.988 852-8752/? I/[CT]: boltlib: DSP utilization: 5.30 % (264 / 5000 ms)
    5398. 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)
    5399. 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
    5400. 2022-07-22 10:17:43.426 18752-18780/? I/GuardianInput: RightTrigger down
    5401. 2022-07-22 10:17:43.593 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5402.     BillboardMenu:resetMenuLocationImmediate()
    5403.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5404.     myapp.HandControllerInput:Update()
    5405. 2022-07-22 10:17:43.624 18752-18780/? I/GuardianInput: RightTrigger up
    5406. 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
    5407. 2022-07-22 10:17:44.130 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    5408.       (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    5409. 2022-07-22 10:17:44.597 18752-18780/? I/GuardianInput: RightTrigger down
    5410. 2022-07-22 10:17:44.777 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
    5411.     myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
    5412.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5413.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5414.     myapp.HandControllerInput:Update()
    5415. 2022-07-22 10:17:44.777 8615-8636/? I/Unity:  No Boundary Points available for Calibration.
    5416.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5417.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5418.     myapp.HandControllerInput:Update()
    5419. 2022-07-22 10:17:44.778 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5420.     BillboardMenu:resetMenuLocationImmediate()
    5421.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5422.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5423.     myapp.HandControllerInput:Update()
    5424. 2022-07-22 10:17:44.778 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5425.     BillboardMenu:resetMenuLocationImmediate()
    5426.     myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5427.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5428.     myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5429.     myapp.ApplicationUIState:setUIState(UIState)
    5430.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5431.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5432.     myapp.HandControllerInput:Update()
    5433. 2022-07-22 10:17:44.779 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
    5434.     myapp.ApplicationUIState:setUIState(UIState)
    5435.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5436.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5437.     myapp.HandControllerInput:Update()
    5438. 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
    5439.     myapp.<getPublicExperiences>d__4:MoveNext()
    5440.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5441.     myapp.ApplicationUIState:setUIState(UIState)
    5442.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5443.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5444.     myapp.HandControllerInput:Update()
    5445. 2022-07-22 10:17:44.786 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5446.     BillboardMenu:resetMenuLocationImmediate()
    5447.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5448.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5449.     myapp.HandControllerInput:Update()
    5450. 2022-07-22 10:17:44.798 18752-18780/? I/GuardianInput: RightTrigger up
    5451. 2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
    5452. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1014.
    5453. 2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
    5454. 2022-07-22 10:17:44.800 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
    5455. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
    5456. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
    5457. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
    5458. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
    5459. 2022-07-22 10:17:44.800 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
    5460. 2022-07-22 10:17:44.803 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    5461. 2022-07-22 10:17:44.803 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
    5462. 2022-07-22 10:17:44.804 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
    5463. 2022-07-22 10:17:44.804 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
    5464. 2022-07-22 10:17:44.804 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    5465. 2022-07-22 10:17:44.804 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    5466. 2022-07-22 10:17:44.804 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    5467. 2022-07-22 10:17:44.806 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1014 was queued for destruction
    5468. 2022-07-22 10:17:44.806 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1014.
    5469. 2022-07-22 10:17:44.807 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=347
    5470. 2022-07-22 10:17:44.808 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=348
    5471. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.5 seconds:
    5472. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2539.3 ms
    5473. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
    5474. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
    5475. 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
    5476. 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
    5477. 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
    5478. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
    5479. 2022-07-22 10:17:44.809 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5480. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    5481. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5482. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5483. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5484. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
    5485. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
    5486. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.5 seconds:
    5487. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 14.9 minutes
    5488. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 76.0 (76.0/0.0)
    5489. 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
    5490. 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
    5491. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 259623.0, temporal hist: 359831.0
    5492. 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
    5493. 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
    5494. 2022-07-22 10:17:44.809 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
    5495. 2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
    5496. 2022-07-22 10:17:44.810 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
    5497. 2022-07-22 10:17:44.810 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
    5498. 2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5499. 2022-07-22 10:17:44.810 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5500. 2022-07-22 10:17:44.811 760-9062/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
    5501. 2022-07-22 10:17:44.811 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
    5502. 2022-07-22 10:17:44.811 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
    5503. 2022-07-22 10:17:44.811 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5504. 2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
    5505. 2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
    5506. 2022-07-22 10:17:44.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
    5507. 2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5508. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5509. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5510. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5511. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5512. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5513. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5514. 2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
    5515. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
    5516. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
    5517. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
    5518. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5519. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5520. 2022-07-22 10:17:44.820 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5521. 2022-07-22 10:17:44.820 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5522. 2022-07-22 10:17:44.832 760-8755/? E/SensorService: HMD IMU samples delayed: 7.310ms between sample arrivals (expected 1.000ms)
    5523. 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]
    5524. 2022-07-22 10:17:44.848 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5525. 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
    5526. 2022-07-22 10:17:44.869 8615-8636/? I/Unity: Hub returned 2 public experiences
    5527.    myapp.myappBrokerListener:result(List`1)
    5528.    myapp.<getPublicExperiences>d__4:MoveNext()
    5529.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5530. 2022-07-22 10:17:44.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5531. 2022-07-22 10:17:44.879 8615-8636/? I/Unity: Reset Layout list...
    5532.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5533.    myapp.ConnectionManager:Update()
    5534. 2022-07-22 10:17:44.880 8615-8636/? I/Unity: Populate Layout list...
    5535.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5536.    myapp.ConnectionManager:Update()
    5537. 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
    5538.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5539.    myapp.ConnectionManager:Update()
    5540. 2022-07-22 10:17:44.881 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
    5541.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5542.    myapp.ConnectionManager:Update()
    5543. 2022-07-22 10:17:44.881 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
    5544.    myapp.<getExperience>d__6:MoveNext()
    5545.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5546.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5547.    myapp.ConnectionManager:Update()
    5548. 2022-07-22 10:17:44.882 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
    5549.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5550.    myapp.ConnectionManager:Update()
    5551. 2022-07-22 10:17:44.904 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5552. 2022-07-22 10:17:44.932 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5553. 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
    5554. 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
    5555.     myapp.RecentRealityHubCaller:singleResult(Experience)
    5556.     myapp.<getExperience>d__6:MoveNext()
    5557.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5558. 2022-07-22 10:17:44.950 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
    5559.     myapp.<getExperience>d__6:MoveNext()
    5560.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5561. 2022-07-22 10:17:44.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5562. 2022-07-22 10:17:44.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5563. 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
    5564. 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
    5565. 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
    5566.    myapp.RecentRealityHubCaller:singleResult(Experience)
    5567.    myapp.<getExperience>d__6:MoveNext()
    5568.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5569. 2022-07-22 10:17:45.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5570. 2022-07-22 10:17:45.044 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    5571. 2022-07-22 10:17:45.072 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5572. 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]
    5573. 2022-07-22 10:17:45.100 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5574. 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]
    5575. 2022-07-22 10:17:45.127 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5576. 2022-07-22 10:17:45.155 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5577. 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]
    5578. 2022-07-22 10:17:45.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5579. 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]
    5580. 2022-07-22 10:17:45.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5581. 2022-07-22 10:17:45.323 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    5582. 2022-07-22 10:17:45.351 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5583. 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
    5584. 2022-07-22 10:17:45.379 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5585. 2022-07-22 10:17:45.846 760-8755/? E/SensorService: HMD IMU samples delayed: 5.951ms between sample arrivals (expected 1.000ms)
    5586. 2022-07-22 10:17:45.908 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
    5587. 2022-07-22 10:17:45.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5588. 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,
    5589. 2022-07-22 10:17:45.964 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5590. 2022-07-22 10:17:45.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5591. 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)
    5592. 2022-07-22 10:17:46.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5593. 2022-07-22 10:17:46.104 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    5594. 2022-07-22 10:17:46.131 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5595. 2022-07-22 10:17:46.147 8615-8978/? I/Telemetry: App memory usage: PSS=777MB DalvikPSS=1 MB PrivateDirty=693MB PrivateClean=67MB
    5596. 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
    5597. 2022-07-22 10:17:46.159 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5598. 2022-07-22 10:17:46.243 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    5599. 2022-07-22 10:17:46.271 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5600. 2022-07-22 10:17:46.279 18752-18780/? I/GuardianInput: RightTrigger down
    5601. 2022-07-22 10:17:46.299 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5602. 2022-07-22 10:17:46.381 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    5603. 2022-07-22 10:17:46.401 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5604. 2022-07-22 10:17:46.414 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
    5605.  
    5606.    If you are with other people, use the same points when prompted.
    5607.    TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    5608.    myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    5609.    myapp.SideBarUIActions:CalibrateButtonClicked()
    5610.    UnityEngine.Events.UnityEvent:Invoke()
    5611.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    5612.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    5613.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    5614.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    5615. 2022-07-22 10:17:46.422 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5616. 2022-07-22 10:17:46.438 18752-18780/? I/GuardianInput: RightTrigger up
    5617. 2022-07-22 10:17:46.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5618. 2022-07-22 10:17:46.976 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 26 lines
    5619. 2022-07-22 10:17:46.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5620. 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
    5621. 2022-07-22 10:17:47.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5622. 2022-07-22 10:17:47.366 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
    5623. 2022-07-22 10:17:47.387 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5624. 2022-07-22 10:17:47.398 18752-18780/? I/GuardianInput: RightTrigger down
    5625. 2022-07-22 10:17:47.407 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5626. 2022-07-22 10:17:47.428 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    5627. 2022-07-22 10:17:47.449 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5628. 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
    5629. 2022-07-22 10:17:47.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    5630. 2022-07-22 10:17:47.469 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5631. 2022-07-22 10:17:47.490 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    5632. 2022-07-22 10:17:47.510 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5633. 2022-07-22 10:17:47.528 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5634.    BillboardMenu:resetMenuLocationImmediate()
    5635.    myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5636.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5637.    myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5638.    myapp.ApplicationUIState:setUIState(UIState)
    5639.    TwoButtonDialog:OnFirstButtonClicked()
    5640.    UnityEngine.Events.UnityEvent:Invoke()
    5641.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    5642.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    5643.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    5644.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    5645. 2022-07-22 10:17:47.528 8615-8636/? I/Unity: Changing UI State from Discovery to CalibratingSimpleOnly
    5646.    myapp.ApplicationUIState:setUIState(UIState)
    5647.    TwoButtonDialog:OnFirstButtonClicked()
    5648.    UnityEngine.Events.UnityEvent:Invoke()
    5649.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    5650.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    5651.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    5652.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    5653. 2022-07-22 10:17:47.531 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5654. 2022-07-22 10:17:47.533 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
    5655. 2022-07-22 10:17:47.533 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
    5656. 2022-07-22 10:17:47.533 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    5657. 2022-07-22 10:17:47.533 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
    5658. 2022-07-22 10:17:47.533 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
    5659. 2022-07-22 10:17:47.534 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
    5660.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5661.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5662.    myapp.HandControllerInput:Update()
    5663. 2022-07-22 10:17:47.535 8615-8636/? I/Unity: Reseting camera objects.
    5664.    Calibration:resetCameraObjects()
    5665.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5666.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5667.    myapp.HandControllerInput:Update()
    5668. 2022-07-22 10:17:47.535 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5669.    BillboardMenu:resetMenuLocationImmediate()
    5670.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    5671.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    5672.    myapp.HandControllerInput:Update()
    5673. 2022-07-22 10:17:47.543 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
    5674. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
    5675. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1015, num layers 1.
    5676. 2022-07-22 10:17:47.544 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
    5677. 2022-07-22 10:17:47.544 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
    5678. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
    5679. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
    5680. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
    5681. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
    5682. 2022-07-22 10:17:47.544 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
    5683. 2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
    5684. 2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
    5685. 2022-07-22 10:17:47.544 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
    5686. 2022-07-22 10:17:47.557 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
    5687. 2022-07-22 10:17:47.557 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1015 for client 2204659461.
    5688. 2022-07-22 10:17:47.557 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1015 is being paused false
    5689. 2022-07-22 10:17:47.558 18752-18780/? I/GuardianInput: RightTrigger up
    5690. 2022-07-22 10:17:47.566 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
    5691. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    5692. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
    5693. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
    5694. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
    5695. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
    5696. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
    5697. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
    5698. 2022-07-22 10:17:47.566 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
    5699. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
    5700. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
    5701. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
    5702. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
    5703. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
    5704. 2022-07-22 10:17:47.567 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
    5705. 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
    5706. 2022-07-22 10:17:47.568 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
    5707. 2022-07-22 10:17:47.571 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
    5708. 2022-07-22 10:17:47.571 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
    5709. 2022-07-22 10:17:47.571 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736157.90393951 ns.
    5710. 2022-07-22 10:17:47.571 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 5.302117967 seconds.
    5711. 2022-07-22 10:17:47.572 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
    5712. 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.
    5713. 2022-07-22 10:17:47.572 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5714. 2022-07-22 10:17:47.572 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5715. 2022-07-22 10:17:47.573 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5716. 2022-07-22 10:17:47.574 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5717. 2022-07-22 10:17:47.574 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5718. 2022-07-22 10:17:47.575 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5719. 2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 349
    5720. 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}
    5721. 2022-07-22 10:17:47.578 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 350
    5722. 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}
    5723. 2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9068
    5724. 2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9068 to prime gold (7)
    5725. 2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
    5726. 2022-07-22 10:17:47.583 850-9068/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
    5727. 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).
    5728. 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
    5729. 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
    5730. 2022-07-22 10:17:48.018 852-8752/? I/[CT]: boltlib: DSP utilization: 6.02 % (302 / 5030 ms)
    5731. 2022-07-22 10:17:48.063 18594-20099/? I/Telemetry: App memory usage: PSS=22MB DalvikPSS=2 MB PrivateDirty=16MB PrivateClean=1MB
    5732. 2022-07-22 10:17:48.320 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
    5733. 2022-07-22 10:17:48.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1505us, frametime 6000119us
    5734. 2022-07-22 10:17:48.597 18752-18780/? I/GuardianInput: RightTrigger down
    5735. 2022-07-22 10:17:48.717 18752-18780/? I/GuardianInput: RightTrigger up
    5736. 2022-07-22 10:17:48.717 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5737.    BillboardMenu:resetMenuLocationImmediate()
    5738.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5739.    myapp.HandControllerInput:Update()
    5740. 2022-07-22 10:17:48.883 760-8755/? E/SensorService: HMD IMU samples delayed: 6.106ms between sample arrivals (expected 1.000ms)
    5741. 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]
    5742. 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,
    5743. 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)
    5744. 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
    5745. 2022-07-22 10:17:49.089 18752-20368/? I/Telemetry: App memory usage: PSS=39MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
    5746. 2022-07-22 10:17:49.518 18752-18780/? I/GuardianInput: RightTrigger down
    5747. 2022-07-22 10:17:49.678 18752-18780/? I/GuardianInput: RightTrigger up
    5748. 2022-07-22 10:17:49.897 760-8755/? E/SensorService: HMD IMU samples delayed: 6.679ms between sample arrivals (expected 1.000ms)
    5749. 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
    5750. 2022-07-22 10:17:50.117 18752-18780/? I/GuardianInput: RightTrigger down
    5751. 2022-07-22 10:17:50.277 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
    5752.    myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
    5753.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5754.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5755.    myapp.HandControllerInput:Update()
    5756. 2022-07-22 10:17:50.277 8615-8636/? I/Unity:  No Boundary Points available for Calibration.
    5757.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5758.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5759.    myapp.HandControllerInput:Update()
    5760. 2022-07-22 10:17:50.278 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5761.    BillboardMenu:resetMenuLocationImmediate()
    5762.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5763.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5764.    myapp.HandControllerInput:Update()
    5765. 2022-07-22 10:17:50.278 18752-18780/? I/GuardianInput: RightTrigger up
    5766. 2022-07-22 10:17:50.278 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5767.    BillboardMenu:resetMenuLocationImmediate()
    5768.    myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5769.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5770.    myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5771.    myapp.ApplicationUIState:setUIState(UIState)
    5772.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5773.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5774.    myapp.HandControllerInput:Update()
    5775. 2022-07-22 10:17:50.279 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
    5776.    myapp.ApplicationUIState:setUIState(UIState)
    5777.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5778.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5779.    myapp.HandControllerInput:Update()
    5780. 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
    5781.    myapp.<getPublicExperiences>d__4:MoveNext()
    5782.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5783.    myapp.ApplicationUIState:setUIState(UIState)
    5784.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5785.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5786.    myapp.HandControllerInput:Update()
    5787. 2022-07-22 10:17:50.286 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5788.    BillboardMenu:resetMenuLocationImmediate()
    5789.    myapp.HandControllerInput:calibrate2ndPointFinished()
    5790.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5791.    myapp.HandControllerInput:Update()
    5792. 2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
    5793. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1015.
    5794. 2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
    5795. 2022-07-22 10:17:50.300 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
    5796. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
    5797. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
    5798. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
    5799. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
    5800. 2022-07-22 10:17:50.300 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
    5801. 2022-07-22 10:17:50.304 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    5802. 2022-07-22 10:17:50.304 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
    5803. 2022-07-22 10:17:50.304 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
    5804. 2022-07-22 10:17:50.304 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
    5805. 2022-07-22 10:17:50.304 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    5806. 2022-07-22 10:17:50.304 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    5807. 2022-07-22 10:17:50.304 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    5808. 2022-07-22 10:17:50.306 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1015 was queued for destruction
    5809. 2022-07-22 10:17:50.306 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1015.
    5810. 2022-07-22 10:17:50.307 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=349
    5811. 2022-07-22 10:17:50.308 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=350
    5812. 2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.7 seconds:
    5813. 2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2736.5 ms
    5814. 2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
    5815. 2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
    5816. 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
    5817. 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
    5818. 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
    5819. 2022-07-22 10:17:50.308 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
    5820. 2022-07-22 10:17:50.309 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5821. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    5822. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5823. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5824. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5825. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
    5826. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
    5827. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.7 seconds:
    5828. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.0 minutes
    5829. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 82.0 (82.0/0.0)
    5830. 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
    5831. 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
    5832. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 277725.0, temporal hist: 387355.0
    5833. 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
    5834. 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
    5835. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
    5836. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
    5837. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
    5838. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
    5839. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5840. 2022-07-22 10:17:50.309 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5841. 2022-07-22 10:17:50.310 760-9067/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
    5842. 2022-07-22 10:17:50.310 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
    5843. 2022-07-22 10:17:50.310 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
    5844. 2022-07-22 10:17:50.310 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5845. 2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
    5846. 2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
    5847. 2022-07-22 10:17:50.311 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
    5848. 2022-07-22 10:17:50.320 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    5849. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    5850. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    5851. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    5852. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5853. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5854. 2022-07-22 10:17:50.320 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5855. 2022-07-22 10:17:50.320 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
    5856. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
    5857. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
    5858. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
    5859. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    5860. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    5861. 2022-07-22 10:17:50.321 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    5862. 2022-07-22 10:17:50.321 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5863. 2022-07-22 10:17:50.347 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5864. 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
    5865. 2022-07-22 10:17:50.355 8615-8636/? I/Unity: Hub returned 2 public experiences
    5866.     myapp.myappBrokerListener:result(List`1)
    5867.     myapp.<getPublicExperiences>d__4:MoveNext()
    5868.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5869. 2022-07-22 10:17:50.365 8615-8636/? I/Unity: Reset Layout list...
    5870.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5871.     myapp.ConnectionManager:Update()
    5872. 2022-07-22 10:17:50.365 8615-8636/? I/Unity: Populate Layout list...
    5873.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5874.     myapp.ConnectionManager:Update()
    5875. 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
    5876.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5877.     myapp.ConnectionManager:Update()
    5878. 2022-07-22 10:17:50.366 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
    5879.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5880.     myapp.ConnectionManager:Update()
    5881. 2022-07-22 10:17:50.367 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
    5882.     myapp.<getExperience>d__6:MoveNext()
    5883.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5884.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5885.     myapp.ConnectionManager:Update()
    5886. 2022-07-22 10:17:50.368 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
    5887.     myapp.DiscoveryUI:refreshExperienceConnectionsList()
    5888.     myapp.ConnectionManager:Update()
    5889. 2022-07-22 10:17:50.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5890. 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
    5891. 2022-07-22 10:17:50.404 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5892. 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
    5893. 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
    5894.    myapp.RecentRealityHubCaller:singleResult(Experience)
    5895.    myapp.<getExperience>d__6:MoveNext()
    5896.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5897. 2022-07-22 10:17:50.432 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5898. 2022-07-22 10:17:50.436 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
    5899.    myapp.<getExperience>d__6:MoveNext()
    5900.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5901. 2022-07-22 10:17:50.460 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5902. 2022-07-22 10:17:50.488 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    5903. 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",""/proc/850" dev="proc" ino=2075823 scontext=u:r:hal_oculus_sensors:s0 tcontext=u:r:mrsystemservice:s0 tclass=dir permissive=0
    5904. 2022-07-22 10:17:53.687 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
    5905. 2022-07-22 10:17:53.687 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
    5906. 2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736164.020296538 ns.
    5907. 2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 6.116341977 seconds.
    5908. 2022-07-22 10:17:53.688 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
    5909. 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.
    5910. 2022-07-22 10:17:53.688 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5911. 2022-07-22 10:17:53.688 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5912. 2022-07-22 10:17:53.689 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5913. 2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    5914. 2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    5915. 2022-07-22 10:17:53.691 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    5916. 2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 351
    5917. 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}
    5918. 2022-07-22 10:17:53.694 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 352
    5919. 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}
    5920. 2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9073
    5921. 2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9073 to prime gold (7)
    5922. 2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
    5923. 2022-07-22 10:17:53.717 850-9073/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
    5924. 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).
    5925. 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
    5926. 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
    5927. 2022-07-22 10:17:54.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 2
    5928. 2022-07-22 10:17:54.321 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1509us, frametime 6000396us
    5929. 2022-07-22 10:17:54.472 760-8755/? E/SensorService: HMD IMU samples delayed: 6.976ms between sample arrivals (expected 1.000ms)
    5930. 2022-07-22 10:17:54.837 18752-18780/? I/GuardianInput: RightTrigger down
    5931. 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,
    5932. 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)
    5933. 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
    5934. 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]
    5935. 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]
    5936. 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]
    5937. 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]
    5938. 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
    5939. 2022-07-22 10:17:55.511 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5940.     BillboardMenu:resetMenuLocationImmediate()
    5941.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5942.     myapp.HandControllerInput:Update()
    5943. 2022-07-22 10:17:55.518 18752-18780/? I/GuardianInput: RightTrigger up
    5944. 2022-07-22 10:17:55.886 760-8755/? E/SensorService: HMD IMU samples delayed: 6.502ms between sample arrivals (expected 1.000ms)
    5945. 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]
    5946. 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
    5947. 2022-07-22 10:17:56.359 18752-18780/? I/GuardianInput: RightTrigger down
    5948. 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
    5949. 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
    5950. 2022-07-22 10:17:57.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: true, ImagesOnly: false, NoRequirement: false.
    5951. 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
    5952. 2022-07-22 10:17:57.517 760-8755/? E/SensorService: HMD IMU samples delayed: 6.386ms between sample arrivals (expected 1.000ms)
    5953. 2022-07-22 10:17:57.837 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
    5954.     myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
    5955.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5956.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5957.     myapp.HandControllerInput:Update()
    5958. 2022-07-22 10:17:57.838 8615-8636/? I/Unity:  No Boundary Points available for Calibration.
    5959.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5960.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5961.     myapp.HandControllerInput:Update()
    5962. 2022-07-22 10:17:57.838 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5963.     BillboardMenu:resetMenuLocationImmediate()
    5964.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5965.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5966.     myapp.HandControllerInput:Update()
    5967. 2022-07-22 10:17:57.839 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5968.     BillboardMenu:resetMenuLocationImmediate()
    5969.     myapp.<changeMenuScapeLobbyVisibility>d__101:MoveNext()
    5970.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5971.     myapp.HMDUIManager:updateActiveObjectsInView(UIState, UIState, Boolean)
    5972.     myapp.ApplicationUIState:setUIState(UIState)
    5973.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5974.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5975.     myapp.HandControllerInput:Update()
    5976. 2022-07-22 10:17:57.840 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Discovery
    5977.     myapp.ApplicationUIState:setUIState(UIState)
    5978.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5979.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5980.     myapp.HandControllerInput:Update()
    5981. 2022-07-22 10:17:57.840 18752-18780/? I/GuardianInput: RightTrigger up
    5982. 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
    5983.     myapp.<getPublicExperiences>d__4:MoveNext()
    5984.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    5985.     myapp.ApplicationUIState:setUIState(UIState)
    5986.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5987.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5988.     myapp.HandControllerInput:Update()
    5989. 2022-07-22 10:17:57.847 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    5990.     BillboardMenu:resetMenuLocationImmediate()
    5991.     myapp.HandControllerInput:calibrate2ndPointFinished()
    5992.     myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    5993.     myapp.HandControllerInput:Update()
    5994. 2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
    5995. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1016.
    5996. 2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
    5997. 2022-07-22 10:17:57.861 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
    5998. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
    5999. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
    6000. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
    6001. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
    6002. 2022-07-22 10:17:57.861 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
    6003. 2022-07-22 10:17:57.864 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    6004. 2022-07-22 10:17:57.864 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
    6005. 2022-07-22 10:17:57.864 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
    6006. 2022-07-22 10:17:57.864 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
    6007. 2022-07-22 10:17:57.865 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    6008. 2022-07-22 10:17:57.865 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    6009. 2022-07-22 10:17:57.865 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    6010. 2022-07-22 10:17:57.867 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1016 was queued for destruction
    6011. 2022-07-22 10:17:57.867 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1016.
    6012. 2022-07-22 10:17:57.868 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=351
    6013. 2022-07-22 10:17:57.869 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=352
    6014. 2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 4.2 seconds:
    6015. 2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 4181.4 ms
    6016. 2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
    6017. 2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
    6018. 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
    6019. 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
    6020. 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
    6021. 2022-07-22 10:17:57.869 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
    6022. 2022-07-22 10:17:57.870 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    6023. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    6024. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    6025. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    6026. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    6027. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
    6028. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
    6029. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 4.1 seconds:
    6030. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.1 minutes
    6031. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 125.0 (125.0/0.0)
    6032. 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
    6033. 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
    6034. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 419949.0, temporal hist: 589495.0
    6035. 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
    6036. 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
    6037. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
    6038. 2022-07-22 10:17:57.870 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
    6039. 2022-07-22 10:17:57.871 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
    6040. 2022-07-22 10:17:57.871 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
    6041. 2022-07-22 10:17:57.871 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    6042. 2022-07-22 10:17:57.871 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    6043. 2022-07-22 10:17:57.871 760-9072/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
    6044. 2022-07-22 10:17:57.872 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
    6045. 2022-07-22 10:17:57.872 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
    6046. 2022-07-22 10:17:57.873 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    6047. 2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
    6048. 2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
    6049. 2022-07-22 10:17:57.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
    6050. 2022-07-22 10:17:57.880 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    6051. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    6052. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    6053. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    6054. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    6055. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    6056. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    6057. 2022-07-22 10:17:57.880 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
    6058. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
    6059. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
    6060. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
    6061. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    6062. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    6063. 2022-07-22 10:17:57.880 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    6064. 2022-07-22 10:17:57.881 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6065. 2022-07-22 10:17:57.908 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6066. 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
    6067. 2022-07-22 10:17:57.916 8615-8636/? I/Unity: Hub returned 2 public experiences
    6068.    myapp.myappBrokerListener:result(List`1)
    6069.    myapp.<getPublicExperiences>d__4:MoveNext()
    6070.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6071. 2022-07-22 10:17:57.926 8615-8636/? I/Unity: Reset Layout list...
    6072.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6073.    myapp.ConnectionManager:Update()
    6074. 2022-07-22 10:17:57.926 8615-8636/? I/Unity: Populate Layout list...
    6075.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6076.    myapp.ConnectionManager:Update()
    6077. 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
    6078.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6079.    myapp.ConnectionManager:Update()
    6080. 2022-07-22 10:17:57.927 8615-8636/? I/Unity: Going to parse experience details: 257694675|True|Dallas DXC.ice|637940809383636570
    6081.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6082.    myapp.ConnectionManager:Update()
    6083. 2022-07-22 10:17:57.928 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/257694675
    6084.    myapp.<getExperience>d__6:MoveNext()
    6085.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6086.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6087.    myapp.ConnectionManager:Update()
    6088. 2022-07-22 10:17:57.929 8615-8636/? I/Unity: Going to parse experience details: 300645081|True|Star Office.ice|637939895406604220
    6089.    myapp.DiscoveryUI:refreshExperienceConnectionsList()
    6090.    myapp.ConnectionManager:Update()
    6091. 2022-07-22 10:17:57.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6092. 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,
    6093. 2022-07-22 10:17:57.964 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6094. 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
    6095. 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
    6096.     myapp.RecentRealityHubCaller:singleResult(Experience)
    6097.     myapp.<getExperience>d__6:MoveNext()
    6098.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6099. 2022-07-22 10:17:57.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6100. 2022-07-22 10:17:57.996 8615-8636/? I/Unity: Contacting myappHub with url https://myapp.mycompany.com/rest/hub/v2/findexperience/300645081
    6101.     myapp.<getExperience>d__6:MoveNext()
    6102.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6103. 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)
    6104. 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
    6105. 2022-07-22 10:17:58.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6106. 2022-07-22 10:17:58.021 852-8752/? I/[CT]: boltlib: DSP utilization: 6.03 % (301 / 5000 ms)
    6107. 2022-07-22 10:17:58.048 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6108. 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
    6109. 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
    6110.    myapp.RecentRealityHubCaller:singleResult(Experience)
    6111.    myapp.<getExperience>d__6:MoveNext()
    6112.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6113. 2022-07-22 10:17:58.076 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6114. 2022-07-22 10:17:58.539 760-8755/? E/SensorService: HMD IMU samples delayed: 7.259ms between sample arrivals (expected 1.000ms)
    6115. 2022-07-22 10:17:58.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 43 lines
    6116. 2022-07-22 10:17:59.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6117. 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
    6118. 2022-07-22 10:17:59.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6119. 2022-07-22 10:17:59.269 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
    6120. 2022-07-22 10:17:59.290 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6121. 2022-07-22 10:17:59.296 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    6122.      (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    6123. 2022-07-22 10:17:59.310 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6124. 2022-07-22 10:17:59.969 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 32 lines
    6125. 2022-07-22 10:17:59.989 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6126. 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
    6127. 2022-07-22 10:18:00.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6128. 2022-07-22 10:18:00.065 760-8755/? E/SensorService: HMD IMU samples delayed: 6.966ms between sample arrivals (expected 1.000ms)
    6129. 2022-07-22 10:18:00.030 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    6130. 2022-07-22 10:18:00.050 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6131. 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]
    6132. 2022-07-22 10:18:00.071 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6133. 2022-07-22 10:18:00.380 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    6134. 2022-07-22 10:18:00.400 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6135. 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
    6136. 2022-07-22 10:18:00.420 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6137. 2022-07-22 10:18:00.543 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    6138. 2022-07-22 10:18:00.564 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6139. 2022-07-22 10:18:00.567 18752-18780/? I/GuardianInput: RightTrigger down
    6140. 2022-07-22 10:18:00.585 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6141. 2022-07-22 10:18:00.646 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    6142. 2022-07-22 10:18:00.667 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6143. 2022-07-22 10:18:00.671 8615-8636/? I/Unity: Experience Button clicked: Dallas DXC.ice
    6144.    myapp.ConnectionManager:ExperienceConnectionButtonClicked(Experience)
    6145.    UnityEngine.Events.UnityEvent:Invoke()
    6146.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    6147.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    6148.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    6149.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    6150. 2022-07-22 10:18:00.672 8615-8636/? I/Unity: Changing UI State from Discovery to Running
    6151.    myapp.ApplicationUIState:setUIState(UIState)
    6152.    myapp.ConnectionManager:ExperienceConnectionButtonClicked(Experience)
    6153.    UnityEngine.Events.UnityEvent:Invoke()
    6154.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    6155.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    6156.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    6157.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    6158. 2022-07-22 10:18:00.687 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6159. 2022-07-22 10:18:00.688 18752-18780/? I/GuardianInput: RightTrigger up
    6160. 2022-07-22 10:18:00.708 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6161. 2022-07-22 10:18:00.728 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    6162. 2022-07-22 10:18:00.749 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6163. 2022-07-22 10:18:00.763 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    6164. 2022-07-22 10:18:00.770 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6165. 2022-07-22 10:18:00.790 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6166. 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
    6167.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6168.    net.mycompany.icecore.namedpipe.messaging.connection.transport.TransportUriParser:parseUriParts(String, String)
    6169.    net.mycompany.icecore.namedpipe.messaging.connection.transport.TransportUriParser:parseClientUri(ClientMessageServiceContext, MessageProtocolContext, ConnectionProperties)
    6170.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:.ctor(MessageServiceEventListener, TransportFactory`1, MessageServiceContext, MessageCreatableFactory, MessageProtocolContext, ForgedCommandRegistryFactory, ILoggerFactory)
    6171.    net.mycompany.icecore.namedpipe.messaging.ClientMessageService:.ctor(MessageServiceEventListener, ClientMessageServiceContext, MessageCreatableFactory, MessageProtocolContext, ILoggerFactory)
    6172.    myapp.Messaging.ICEreali
    6173. 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:
    6174.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6175.    myapp.ConnectionManager:Update()
    6176. 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
    6177.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6178.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6179.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6180.    myapp.ConnectionManager:Update()
    6181. 2022-07-22 10:18:00.800 8615-8636/? I/Unity: messageServiceStarting
    6182.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6183.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6184.    myapp.ConnectionManager:Update()
    6185. 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
    6186.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6187.    net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
    6188.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6189.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6190.    myapp.ConnectionManager:Update()
    6191. 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
    6192.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6193.    net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
    6194.    net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
    6195.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6196.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6197.    myapp.ConnectionManager:Update()
    6198. 2022-07-22 10:18:00.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6199. 2022-07-22 10:18:00.852 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    6200. 2022-07-22 10:18:00.873 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6201. 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
    6202.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6203.    net.mycompany.icecore.namedpipe.messaging.connection.transport.ClientConnectionVerifier:verify(Stream, Stream)
    6204.    net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
    6205.    net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
    6206.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6207.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6208.    myapp.ConnectionManager:Update()
    6209. 2022-07-22 10:18:00.893 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6210. 2022-07-22 10:18:00.914 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6211. 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
    6212.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6213.    net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractMessageServiceTransport`1:setConnectionId(Nullable`1)
    6214.    net.mycompany.icecore.namedpipe.messaging.connection.transport.ClientConnectionVerifier:verify(Stream, Stream)
    6215.    net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
    6216.    net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
    6217.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6218.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6219.    myapp.ConnectionManager:Update()
    6220. 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
    6221.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6222.    net.mycompany.icecore.namedpipe.messaging.connection.transport.AbstractClientTransport:doConnection(Boolean)
    6223.    net.mycompany.icecore.namedpipe.messaging.connection.ClientConnectionManager:start()
    6224.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6225.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6226.    myapp.ConnectionManager:Update()
    6227. 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
    6228.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6229.    net.mycompany.icecore.namedpipe.messaging.connection.AbstractConnectionManager:start()
    6230.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6231.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6232.    myapp.ConnectionManager:Update()
    6233. 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
    6234.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6235.    net.mycompany.icecore.namedpipe.messaging.connection.Connection:buildConnection(Stream, Stream)
    6236.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6237.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6238.    myapp.ConnectionManager:Update()
    6239. 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
    6240.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6241.    net.mycompany.icecore.namedpipe.messaging.connection.Connection:buildConnection(Stream, Stream)
    6242.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6243.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6244.    myapp.ConnectionManager:Update()
    6245. 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
    6246.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6247.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6248.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6249.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6250.    myapp.ConnectionManager:Update()
    6251. 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
    6252.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6253.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6254.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6255.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6256.    myapp.ConnectionManager:Update()
    6257. 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
    6258.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6259.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6260.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6261.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6262.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6263.    myapp.ConnectionManager:Update()
    6264. 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
    6265.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6266.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6267.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6268. 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
    6269.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6270.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6271.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6272.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6273.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6274.    myapp.ConnectionManager:Update()
    6275. 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
    6276.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6277.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6278.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6279.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6280.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6281.    myapp.ConnectionManager:Update()
    6282. 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
    6283.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6284.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6285.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6286.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6287.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6288.    myapp.ConnectionManager:Update()
    6289. 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
    6290.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6291.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6292.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6293. 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
    6294.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6295.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6296.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6297. 2022-07-22 10:18:00.934 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6298. 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.
    6299.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6300.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6301.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6302.    myapp.ConnectionManager:Update()
    6303. 2022-07-22 10:18:00.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6304. 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
    6305.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6306.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6307.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6308.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6309.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6310.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6311.    myapp.ConnectionManager:Update()
    6312. 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
    6313.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6314.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6315.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6316.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6317.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6318.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6319.    myapp.ConnectionManager:Update()
    6320. 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
    6321.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6322.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6323.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6324.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6325.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6326.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6327.    myapp.ConnectionManager:Update()
    6328. 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
    6329.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6330.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6331.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6332.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6333.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6334.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6335.    myapp.ConnectionManager:Update()
    6336. 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,
    6337. 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
    6338.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6339.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6340.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6341.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6342.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6343.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6344.    myapp.ConnectionManager:Update()
    6345. 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
    6346.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6347.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6348.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6349.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6350.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6351.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6352.    myapp.ConnectionManager:Update()
    6353. 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
    6354.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6355.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6356.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6357. 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
    6358.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6359.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6360.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6361. 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
    6362.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6363.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6364.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6365.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6366.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6367.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6368.    myapp.ConnectionManager:Update()
    6369. 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
    6370.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6371.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6372.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6373. 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
    6374.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6375.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6376.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6377.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6378.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6379.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6380.    myapp.ConnectionManager:Update()
    6381. 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
    6382.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6383.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6384.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6385.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6386.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6387.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6388.    myapp.ConnectionManager:Update()
    6389. 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
    6390.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6391.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6392.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6393. 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
    6394.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6395.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6396.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:start()
    6397.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6398.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6399.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6400.    myapp.ConnectionManager:Update()
    6401. 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
    6402.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6403.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6404.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6405.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6406.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6407.    myapp.ConnectionManager:Update()
    6408. 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
    6409.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6410.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6411.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6412. 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
    6413.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6414.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:start()
    6415.    net.mycompany.icecore.namedpipe.messaging.MessageReceiver:start()
    6416.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6417.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6418.    myapp.ConnectionManager:Update()
    6419. 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
    6420.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6421.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6422.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6423. 2022-07-22 10:18:00.971 8615-8636/? I/Unity: messageServiceStarted
    6424.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6425.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6426.    myapp.ConnectionManager:Update()
    6427. 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
    6428.    Assets.myapp.Scripts.Messaging.UnityDebugLogger:write(String, String, Boolean)
    6429.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageService`1:start(IEnumerable`1)
    6430.    myapp.ConnectionManager:startAndConnectUsingMultipleConnectionDetails()
    6431.    myapp.ConnectionManager:Update()
    6432. 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
    6433.    myapp.ConnectionManager:Update()
    6434. 2022-07-22 10:18:00.976 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6435. 2022-07-22 10:18:00.977 8615-8636/? I/Unity: verifyPin 6
    6436.    myapp.ConnectionManager:Update()
    6437. 2022-07-22 10:18:00.986 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    6438. 2022-07-22 10:18:00.993 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 29.00385, 67.3125, Performance, CLASSIC,Empty,World Center
    6439.    SceneAnalyzer:ReportFPS()
    6440.    SceneAnalyzer:Update()
    6441. 2022-07-22 10:18:00.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6442. 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)
    6443. 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
    6444. 2022-07-22 10:18:01.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6445. 2022-07-22 10:18:01.102 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    6446. 2022-07-22 10:18:01.123 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6447. 2022-07-22 10:18:01.127 8615-9081/? I/Unity: Received PIN verified command
    6448.    UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
    6449.    UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
    6450.    net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
    6451.    net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
    6452.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
    6453.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6454.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6455. 2022-07-22 10:18:01.128 8615-9081/? I/Unity: Setting uniqueSelfId = 58773851523431
    6456.    myapp.Multiplayer.MultiplayerManager:setUniqueSelfId(Int64)
    6457.    UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
    6458.    UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
    6459.    net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
    6460.    net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
    6461.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
    6462.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6463.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6464. 2022-07-22 10:18:01.128 8615-9081/? I/Unity: Received Samurai version number 3.0.0
    6465.    UnigineApp.Messaging.Command.Invokeable.PinVerifiedCommandInvokeable:invoke(MessageData, MessageDataBuilder)
    6466.    UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
    6467.    net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
    6468.    net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
    6469.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
    6470.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    6471.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    6472. 2022-07-22 10:18:01.140 8615-8636/? I/Unity: Texture will be fetched asynchronously
    6473.    myapp.ConnectionManager:Update()
    6474. 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
    6475.    myapp.DiscoveryUI:saveToRecentExperiencesList()
    6476.    myapp.ConnectionManager:Update()
    6477. 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
    6478.    myapp.DiscoveryUI:saveToRecentExperiencesList()
    6479.    myapp.ConnectionManager:Update()
    6480. 2022-07-22 10:18:01.143 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6481. 2022-07-22 10:18:01.143 8615-8636/? I/Unity: Calibration: Calibrating to Stage: start time=34.37951
    6482.    Calibration:setCalibratingStageDelayTime()
    6483.    myapp.ConnectionManager:Update()
    6484. 2022-07-22 10:18:01.144 8615-8636/? I/Unity: Going to new state: CalibratingStagePose
    6485.    Calibration:setCalibrationState(CalibrationState)
    6486.    myapp.ConnectionManager:Update()
    6487. 2022-07-22 10:18:01.144 8615-8636/? I/Unity: Enabling Compass
    6488.    Calibration:setCalibrationState(CalibrationState)
    6489.    myapp.ConnectionManager:Update()
    6490. 2022-07-22 10:18:01.164 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6491. 2022-07-22 10:18:01.590 760-8755/? E/SensorService: HMD IMU samples delayed: 6.443ms between sample arrivals (expected 1.000ms)
    6492. 2022-07-22 10:18:01.965 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 39 lines
    6493. 2022-07-22 10:18:01.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6494. 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
    6495. 2022-07-22 10:18:02.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6496. 2022-07-22 10:18:02.129 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    6497. 2022-07-22 10:18:02.149 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6498. 2022-07-22 10:18:02.162 8615-8636/? I/Unity: ConnectionHandshakeComplete
    6499.    myapp.ConnectionManager:ConnectionHandshakeComplete()
    6500.    <processQueueAndShowScene>d__78:MoveNext()
    6501.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6502. 2022-07-22 10:18:02.163 8615-8636/? I/Unity: CONNECTION STATE CHANGED from DISCONNECTED to CONNECTED
    6503.    myapp.ConnectionManager:signalConnectionStateHasChanged(ConnectionState, ConnectionStateChangeSource)
    6504.    myapp.ConnectionManager:ConnectionHandshakeComplete()
    6505.    <processQueueAndShowScene>d__78:MoveNext()
    6506.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6507. 2022-07-22 10:18:02.163 8615-8636/? I/Unity: Starting background texture request thread
    6508.    myapp.BackgroundQueue:Start()
    6509.    myapp.SceneManager:ConnectionManager_Instance_ConnectionStateChanged(ConnectionState, ConnectionState, ConnectionStateChangeSource)
    6510.    myapp.ConnectionManager:signalConnectionStateHasChanged(ConnectionState, ConnectionStateChangeSource)
    6511.    myapp.ConnectionManager:ConnectionHandshakeComplete()
    6512.    <processQueueAndShowScene>d__78:MoveNext()
    6513.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    6514. 2022-07-22 10:18:02.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6515. 2022-07-22 10:18:02.176 8615-8636/? I/Unity: Starting Vivox login process. My id: 7b82fe381d60
    6516.    myapp.VivoxVoiceManager:Connect()
    6517.    myapp.VivoxVoiceManager:Update()
    6518. 2022-07-22 10:18:02.180 8615-8636/? D/VivoxNative: Calling JniHelpers.init
    6519. 2022-07-22 10:18:02.184 8615-8636/? D/vxaapi: Java VM is set to 0x7fb73041c0
    6520. 2022-07-22 10:18:02.185 8615-8636/? E/vxaapi: Java VM is already set
    6521. 2022-07-22 10:18:02.190 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6522. 2022-07-22 10:18:02.197 18097-31299/? D/BluetoothManagerService: Creating new ProfileServiceConnections object for profile: 1
    6523. 2022-07-22 10:18:02.199 8615-8636/? E/BluetoothHeadset: Unable to bind HeadsetService
    6524.    java.lang.SecurityException: query intent receivers: Neither user 1010083 nor current process has android.permission.INTERACT_ACROSS_USERS.
    6525.        at android.os.Parcel.createException(Parcel.java:2038)
    6526.        at android.os.Parcel.readException(Parcel.java:2006)
    6527.        at android.os.Parcel.readException(Parcel.java:1954)
    6528.        at android.bluetooth.IBluetoothManager$Stub$Proxy.bindBluetoothProfileService(IBluetoothManager.java:635)
    6529.        at android.bluetooth.BluetoothHeadset.doBind(BluetoothHeadset.java:372)
    6530.        at android.bluetooth.BluetoothHeadset.<init>(BluetoothHeadset.java:364)
    6531.        at android.bluetooth.BluetoothAdapter.getProfileProxy(BluetoothAdapter.java:2514)
    6532.        at com.vivox.sdk.BluetoothScoManager.initializeBluetoothServiceListener(BluetoothScoManager.java:45)
    6533.        at com.vivox.sdk.BluetoothScoManager.<init>(BluetoothScoManager.java:24)
    6534.        at com.vivox.sdk.AudioChangeListener.setContext(AudioChangeListener.java:75)
    6535.        at com.vivox.sdk.AndroidAudioBridge.setContext(AndroidAudioBridge.java:14)
    6536.        at com.vivox.sdk.JniHelpers.init(JniHelpers.java:75)
    6537.        at com.vivox.sdk.JniHelpers.init(JniHelpers.java:37)
    6538.        at com.vivox.vivoxnative.VivoxNative.init(VivoxNative.java:11)
    6539.        at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
    6540.        at com.unity3d.player.UnityPlayer.access$300(Unknown Source:0)
    6541.        at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:95)
    6542.        at android.os.Handler.dispatchMessage(Handler.java:105)
    6543.        at android.os.Looper.loop(Looper.java:214)
    6544.        at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
    6545.     Caused by: android.os.RemoteException: Remote stack trace:
    6546.        at android.app.ContextImpl.enforce(ContextImpl.java:1908)
    6547.        at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1936)
    6548.        at com.android.server.pm.permission.PermissionManagerService.enforceCrossUserPermission(PermissionManagerService.java:3102)
    6549.        at com.android.server.pm.permission.PermissionManagerService.access$2300(PermissionManagerService.java:122)
    6550.        at com.android.server.pm.permission.PermissionManagerService$PermissionManagerServiceInternalImpl.enforceCrossUserPermission(PermissionManagerService.java:3334)
    6551. 2022-07-22 10:18:02.210 8615-8636/? D/VivoxNative: Calling JniHelpers.init
    6552. 2022-07-22 10:18:02.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6553. 2022-07-22 10:18:02.253 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    6554. 2022-07-22 10:18:02.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6555. 2022-07-22 10:18:02.280 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    6556. 2022-07-22 10:18:02.294 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6557. 2022-07-22 10:18:02.335 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    6558. 2022-07-22 10:18:02.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6559. 2022-07-22 10:18:02.365 8615-8636/? I/vxaapi:    - engine created
    6560. 2022-07-22 10:18:02.365 8615-8636/? I/vxaapi:    - engine realized
    6561. 2022-07-22 10:18:02.365 8615-8636/? I/vxaapi:    - engine interface received
    6562. 2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_render_devices
    6563. 2022-07-22 10:18:02.371 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 1 line
    6564. 2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_render_devices
    6565. 2022-07-22 10:18:02.371 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6566. 2022-07-22 10:18:02.372 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 6 lines
    6567. 2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6568. 2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_render_devices
    6569. 2022-07-22 10:18:02.372 8615-9093/? I/chatty: uid=1010083(com.mycompany.myapp) VxCommandHandle identical 3 lines
    6570. 2022-07-22 10:18:02.372 8615-9093/? I/vxaapi: vxa_list_render_devices
    6571. 2022-07-22 10:18:02.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6572. 2022-07-22 10:18:02.388 8615-8636/? I/Unity: Returned from Vivox Connect
    6573.    myapp.VivoxVoiceManager:Update()
    6574. 2022-07-22 10:18:02.397 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6575. 2022-07-22 10:18:02.403 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
    6576.    myapp.SetCurvedUISettingsForCanvas:Start()
    6577. 2022-07-22 10:18:02.404 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
    6578. 2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
    6579.    myapp.SetCurvedUISettingsForCanvas:Start()
    6580. 2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
    6581. 2022-07-22 10:18:02.405 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 1 of 2.
    6582.    myapp.SetCurvedUISettingsForCanvas:Start()
    6583. 2022-07-22 10:18:02.406 8615-8636/? I/Unity: SetCurvedUISettingsForCanvas started 2 of 2.
    6584. 2022-07-22 10:18:02.419 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6585. 2022-07-22 10:18:02.419 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    6586. 2022-07-22 10:18:02.439 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6587. 2022-07-22 10:18:02.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 26 lines
    6588. 2022-07-22 10:18:02.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6589. 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
    6590. 2022-07-22 10:18:03.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6591. 2022-07-22 10:18:03.021 852-8752/? I/[CT]: boltlib: DSP utilization: 5.63 % (281 / 5000 ms)
    6592. 2022-07-22 10:18:03.035 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6593. 2022-07-22 10:18:03.938 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
    6594. 2022-07-22 10:18:03.959 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6595. 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,
    6596. 2022-07-22 10:18:03.979 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6597. 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)
    6598. 2022-07-22 10:18:04.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6599. 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
    6600. 2022-07-22 10:18:04.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6601. 2022-07-22 10:18:04.125 760-8755/? E/SensorService: HMD IMU samples delayed: 6.117ms between sample arrivals (expected 1.000ms)
    6602. 2022-07-22 10:18:04.103 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    6603. 2022-07-22 10:18:04.124 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6604. 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]
    6605. 2022-07-22 10:18:04.144 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6606. 2022-07-22 10:18:04.493 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
    6607. 2022-07-22 10:18:04.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6608. 2022-07-22 10:18:04.515 8615-8636/? I/Unity: Finished logging in, LoginState = LoggingIn
    6609.    myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
    6610.    VivoxUnity.AsyncNoResult:SetComplete()
    6611.    VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
    6612.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6613.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6614.    MessagePump:RunOnce()
    6615.    MessagePump:RunUntil(LoopDone)
    6616.    myapp.VivoxVoiceManager:Update()
    6617. 2022-07-22 10:18:04.515 8615-8636/? I/Unity: Successfully logging in to Vivox, LoginState = LoggingIn
    6618.    myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
    6619.    VivoxUnity.AsyncNoResult:SetComplete()
    6620.    VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
    6621.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6622.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6623.    MessagePump:RunOnce()
    6624.    MessagePump:RunUntil(LoopDone)
    6625.    myapp.VivoxVoiceManager:Update()
    6626. 2022-07-22 10:18:04.516 8615-8636/? I/Unity: Done setting up Client
    6627.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6628.    myapp.<>c__DisplayClass29_0:<BeginBuildClient>b__0(IAsyncResult)
    6629.    VivoxUnity.AsyncNoResult:SetComplete()
    6630.    VivoxUnity.Private.<>c__DisplayClass97_0:<Login>b__0(IAsyncResult)
    6631.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6632.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6633.    MessagePump:RunOnce()
    6634.    MessagePump:RunUntil(LoopDone)
    6635.    myapp.VivoxVoiceManager:Update()
    6636. 2022-07-22 10:18:04.516 8615-8636/? I/Unity: Vivox connection: LoginState = LoggedIn
    6637.    myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
    6638.    VivoxUnity.Private.LoginSession:set_State(LoginState)
    6639.    VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
    6640.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6641.    MessagePump:RunOnce()
    6642.    MessagePump:RunUntil(LoopDone)
    6643.    myapp.VivoxVoiceManager:Update()
    6644. 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
    6645.    myapp.VivoxVoiceManager:CreatePositionalChannel(String, IChannelSession&)
    6646.    myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
    6647.    VivoxUnity.Private.LoginSession:set_State(LoginState)
    6648.    VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
    6649.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6650.    MessagePump:RunOnce()
    6651.    MessagePump:RunUntil(LoopDone)
    6652.    myapp.VivoxVoiceManager:Update()
    6653. 2022-07-22 10:18:04.517 8615-8636/? I/Unity: Created ChannelId, LoginState = LoggedIn
    6654.    myapp.VivoxVoiceManager:CreatePositionalChannel(String, IChannelSession&)
    6655.    myapp.VivoxVoiceManager:onLoginSessionPropertyChanged(Object, PropertyChangedEventArgs)
    6656.    VivoxUnity.Private.LoginSession:set_State(LoginState)
    6657.    VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
    6658.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6659.    MessagePump:RunOnce()
    6660.    MessagePump:RunUntil(LoopDone)
    6661.    myapp.VivoxVoiceManager:Update()
    6662. 2022-07-22 10:18:04.523 8615-8636/? I/Unity: Attempting to connect to Vivox channel 0a-41-58-33-37-d6257694675positional
    6663.    myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
    6664.    VivoxUnity.Private.LoginSession:set_State(LoginState)
    6665.    VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
    6666.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6667.    MessagePump:RunOnce()
    6668.    MessagePump:RunUntil(LoopDone)
    6669.    myapp.VivoxVoiceManager:Update()
    6670. 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
    6671. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6672. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6673. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
    6674. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
    6675. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6676. 2022-07-22 10:18:04.529 8615-9093/? I/vxaapi: vxa_list_render_devices
    6677. 2022-07-22 10:18:04.530 8615-8636/? I/Unity: Vivox connecting to channel 0a-41-58-33-37-d6257694675positional
    6678.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6679.    VivoxUnity.Private.ChannelSession:BeginConnect(Boolean, Boolean, Boolean, String, AsyncCallback)
    6680.    myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
    6681.    VivoxUnity.Private.LoginSession:set_State(LoginState)
    6682.    VivoxUnity.Private.LoginSession:HandleAccountLoginStateChangeEvt(vx_evt_base_t)
    6683.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6684.    MessagePump:RunOnce()
    6685.    MessagePump:RunUntil(LoopDone)
    6686.    myapp.VivoxVoiceManager:Update()
    6687. 2022-07-22 10:18:04.533 8615-8636/? I/Unity: Successfully created channel 0a-41-58-33-37-d6257694675positional
    6688.    VivoxUnity.AsyncNoResult:SetComplete()
    6689.    VivoxUnity.Private.<>c__DisplayClass36_0:<BeginConnect>b__0(IAsyncResult)
    6690.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6691.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6692.    MessagePump:RunOnce()
    6693.    MessagePump:RunUntil(LoopDone)
    6694.    myapp.VivoxVoiceManager:Update()
    6695. 2022-07-22 10:18:04.534 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6696. 2022-07-22 10:18:04.966 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    6697. 2022-07-22 10:18:04.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6698. 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
    6699. 2022-07-22 10:18:05.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6700. 2022-07-22 10:18:05.027 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    6701. 2022-07-22 10:18:05.047 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6702. 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
    6703.    myapp.VivoxVoiceManager:OnParticipantAdded(Object, KeyEventArg`1)
    6704.    VivoxUnity.Private.ChannelSession:HandleParticipantAdded(vx_evt_base_t)
    6705.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6706.    MessagePump:RunOnce()
    6707.    MessagePump:RunUntil(LoopDone)
    6708.    myapp.VivoxVoiceManager:Update()
    6709. 2022-07-22 10:18:05.068 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6710. 2022-07-22 10:18:05.089 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6711. 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]
    6712. 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]
    6713. 2022-07-22 10:18:05.110 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6714. 2022-07-22 10:18:05.144 760-8755/? E/SensorService: HMD IMU samples delayed: 6.501ms between sample arrivals (expected 1.000ms)
    6715. 2022-07-22 10:18:05.192 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    6716. 2022-07-22 10:18:05.212 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6717. 2022-07-22 10:18:05.216 8615-9094/? I/vxaapi: vxa_capture_device_open (flags = 3)
    6718. 2022-07-22 10:18:05.216 8615-9091/? I/vxaapi: initRecorder with preset = 0
    6719. 2022-07-22 10:18:05.216 8615-9091/? I/vxaapi: SlesAudio::Recorder::init: 48000 Hz => 6400
    6720. 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
    6721. 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)
    6722. 2022-07-22 10:18:05.225 18037-18050/? D/audio_hw_primary: adev_set_mode: mode 3
    6723. 2022-07-22 10:18:05.225 18033-18220/? D/AudioPolicyManagerCustom: setPhoneState() state 3
    6724. 2022-07-22 10:18:05.233 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6725. 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)
    6726. 2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
    6727. 2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    6728. 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
    6729. 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
    6730. 2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    6731. 2022-07-22 10:18:05.240 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
    6732. 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]
    6733. 2022-07-22 10:18:05.253 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6734. 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]
    6735. 2022-07-22 10:18:05.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6736. 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
    6737. 2022-07-22 10:18:05.280 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    6738. 2022-07-22 10:18:05.295 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6739. 2022-07-22 10:18:05.315 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6740. 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
    6741. 2022-07-22 10:18:05.320 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    6742. 2022-07-22 10:18:05.336 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6743. 2022-07-22 10:18:05.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6744. 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
    6745. 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
    6746. 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
    6747. 2022-07-22 10:18:05.366 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
    6748. 2022-07-22 10:18:05.368 18033-9108/? I/AudioFlinger: AudioFlinger's thread 0x719868cf00 tid=9108 ready to run
    6749. 2022-07-22 10:18:05.368 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
    6750. 2022-07-22 10:18:05.375 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
    6751. 2022-07-22 10:18:05.376 18037-18050/? W/EffectHAL: Effect 0xef238860 command SET_CONFIG returned status: Invalid argument
    6752. 2022-07-22 10:18:05.377 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6753. 2022-07-22 10:18:05.377 18037-18050/? W/EffectHAL: Effect 0xef238860 command SET_CONFIG returned status: Invalid argument
    6754. 2022-07-22 10:18:05.377 18037-18050/? W/EffectHAL: Effect 0xef2388b0 command SET_CONFIG returned status: Invalid argument
    6755. 2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: createRecordTrack_l(): mismatch between requested flags (00000005) and input flags (00000001)
    6756. 2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: session id 561 not found for pid 8615
    6757. 2022-07-22 10:18:05.379 18033-18033/? W/AudioFlinger: session id 561 not found for pid 8615
    6758. 2022-07-22 10:18:05.389 18037-18048/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297280)
    6759. 2022-07-22 10:18:05.389 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
    6760. 2022-07-22 10:18:05.389 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    6761. 2022-07-22 10:18:05.389 18037-18048/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(22: audio-record)
    6762. 2022-07-22 10:18:05.394 18037-18048/? W/EffectHAL: Effect 0xef238700 command DUMP error: Invalid argument
    6763. 2022-07-22 10:18:05.394 18037-18048/? W/EffectHAL: Effect 0xef238750 command DUMP error: Invalid argument
    6764. 2022-07-22 10:18:05.402 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6765. 2022-07-22 10:18:05.405 18037-18048/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297000)
    6766. 2022-07-22 10:18:05.405 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
    6767. 2022-07-22 10:18:05.405 18037-18048/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    6768. 2022-07-22 10:18:05.405 18037-18048/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    6769. 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
    6770. 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
    6771. 2022-07-22 10:18:05.407 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
    6772. 2022-07-22 10:18:05.410 18033-9111/? I/AudioFlinger: AudioFlinger's thread 0x719863b180 tid=9111 ready to run
    6773. 2022-07-22 10:18:05.410 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    6774. 2022-07-22 10:18:05.418 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    6775. 2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: vxa_render_device_open
    6776. 2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: initPlayer with stream = 0
    6777. 2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: SlesAudio::Player::init: 16000 Hz => 3200
    6778. 2022-07-22 10:18:05.421 8615-9094/? I/vxaapi: SlesAudio::Player::init Realize Output Mix
    6779. 2022-07-22 10:18:05.421 18037-18050/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
    6780. 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)
    6781. 2022-07-22 10:18:05.422 18037-18050/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
    6782. 2022-07-22 10:18:05.423 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6783. 2022-07-22 10:18:05.423 18037-18050/? W/EffectHAL: Effect 0xef238850 command SET_CONFIG returned status: Invalid argument
    6784. 2022-07-22 10:18:05.423 18037-18050/? I/audio_hw_primary: getting vr mode to 0
    6785. 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
    6786. 2022-07-22 10:18:05.425 18033-3951/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000104) and output flags (00000006)
    6787. 2022-07-22 10:18:05.425 18033-3951/? D/AudioFlinger: Client defaulted notificationFrames to 320 for frameCount 648
    6788. 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
    6789. 2022-07-22 10:18:05.437 8615-9094/? W/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 648
    6790. 2022-07-22 10:18:05.438 18097-18217/? E/AudioSystem-JNI: Command failed for android_media_AudioSystem_setStreamVolumeIndex: -38
    6791. 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
    6792. 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
    6793. 2022-07-22 10:18:05.443 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6794. 2022-07-22 10:18:05.446 8615-8636/? I/Unity: Vivox connected to channel 0a-41-58-33-37-d6257694675positional
    6795.    myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
    6796.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6797.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6798.    MessagePump:RunOnce()
    6799.    MessagePump:RunUntil(LoopDone)
    6800.    myapp.VivoxVoiceManager:Update()
    6801. 2022-07-22 10:18:05.447 8615-8636/? I/Unity: Creating global Vivox channel 0a-41-58-33-37-d6257694675global
    6802.    myapp.VivoxVoiceManager:CreateGlobalChannel(String, IChannelSession&)
    6803.    myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
    6804.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6805.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6806.    MessagePump:RunOnce()
    6807.    MessagePump:RunUntil(LoopDone)
    6808.    myapp.VivoxVoiceManager:Update()
    6809. 2022-07-22 10:18:05.447 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - Realize: 0
    6810. 2022-07-22 10:18:05.447 8615-8636/? I/Unity: Attempting to connect to Vivox channel 0a-41-58-33-37-d6257694675global
    6811.    myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
    6812.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6813.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6814.    MessagePump:RunOnce()
    6815.    MessagePump:RunUntil(LoopDone)
    6816.    myapp.VivoxVoiceManager:Update()
    6817. 2022-07-22 10:18:05.448 8615-8636/? I/Unity: Joining the global channel MUTED, not transmitting
    6818.    myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
    6819.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6820.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6821.    MessagePump:RunOnce()
    6822.    MessagePump:RunUntil(LoopDone)
    6823.    myapp.VivoxVoiceManager:Update()
    6824. 2022-07-22 10:18:05.448 8615-9093/? I/vxaapi: vxa_list_capture_devices
    6825. 2022-07-22 10:18:05.448 8615-9093/? I/vxaapi: vxa_list_render_devices
    6826. 2022-07-22 10:18:05.449 8615-8636/? I/Unity: Vivox connecting to channel 0a-41-58-33-37-d6257694675global
    6827.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6828.    VivoxUnity.Private.ChannelSession:BeginConnect(Boolean, Boolean, Boolean, String, AsyncCallback)
    6829.    myapp.VivoxVoiceManager:ConnectToChannel(IChannelSession)
    6830.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    6831.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6832.    MessagePump:RunOnce()
    6833.    MessagePump:RunUntil(LoopDone)
    6834.    myapp.VivoxVoiceManager:Update()
    6835. 2022-07-22 10:18:05.450 8615-8636/? I/Unity: Successfully created channel 0a-41-58-33-37-d6257694675global
    6836.    VivoxUnity.AsyncNoResult:SetComplete()
    6837.    VivoxUnity.Private.<>c__DisplayClass36_0:<BeginConnect>b__0(IAsyncResult)
    6838.    VivoxUnity.AsyncResult`1:SetComplete(T)
    6839.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    6840.    MessagePump:RunOnce()
    6841.    MessagePump:RunUntil(LoopDone)
    6842.    myapp.VivoxVoiceManager:Update()
    6843. 2022-07-22 10:18:05.458 8615-9094/? I/vxaapi: SlesAudio::Player::init Register Callback
    6844. 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 }
    6845. 2022-07-22 10:18:05.459 32217-32217/? V/AvrcpMediaPlayerList: onPlaybackConfigChanged(): Configs list size=6
    6846. 2022-07-22 10:18:05.460 760-8755/? W/SensorService: Arrival timestamp too late
    6847. 2022-07-22 10:18:05.460 18037-18048/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=bottom=;input_source=1;routing=-2147483644
    6848. 2022-07-22 10:18:05.463 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6849. 2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: AEC enable 1
    6850. 2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    6851. 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)
    6852. 2022-07-22 10:18:05.465 18037-18048/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
    6853. 2022-07-22 10:18:05.473 8615-9091/? I/vxaapi: SlesAudio::Recorder::start - 0
    6854. 2022-07-22 10:18:05.473 18033-3951/? D/AudioPolicyManagerCustom: setForceUse() usage 7, config 0, mPhoneState 3
    6855. 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)
    6856. 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
    6857. 2022-07-22 10:18:05.478 18037-18048/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    6858. 2022-07-22 10:18:05.478 18037-18048/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
    6859. 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)
    6860. 2022-07-22 10:18:05.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6861. 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)
    6862. 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)
    6863. 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
    6864. 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)
    6865. 2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
    6866. 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)
    6867. 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
    6868. 2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
    6869. 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
    6870. 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
    6871. 2022-07-22 10:18:05.487 18037-18048/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
    6872. 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)
    6873. 2022-07-22 10:18:05.487 18037-18048/? D/audio_hw_primary: enable_snd_device: snd_device(22: voice-speaker-stereo)
    6874. 2022-07-22 10:18:05.487 18037-18048/? D/audio_route: Apply path: voice-speaker-stereo
    6875. 2022-07-22 10:18:05.490 760-8755/? W/SensorService: Arrival timestamp too early
    6876. 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
    6877. 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
    6878. 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)
    6879. 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
    6880. 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
    6881. 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)
    6882. 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
    6883. 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
    6884. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_asm_topology
    6885. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    6886. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_adm_topology
    6887. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    6888. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audtable
    6889. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    6890. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    6891. 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]
    6892. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    6893. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    6894. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    6895. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    6896. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audvoltable
    6897. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    6898. 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
    6899. 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
    6900. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    6901. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
    6902. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    6903. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    6904. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    6905. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    6906. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_afe_topology
    6907. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    6908. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
    6909. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_afe_cal
    6910. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    6911. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    6912. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    6913. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    6914. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
    6915. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
    6916. 2022-07-22 10:18:05.495 18037-18048/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    6917. 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)
    6918. 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
    6919. 2022-07-22 10:18:05.495 18037-18048/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
    6920. 2022-07-22 10:18:05.495 18037-18048/? D/audio_route: Apply path: low-latency-playback
    6921. 2022-07-22 10:18:05.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6922. 2022-07-22 10:18:05.509 18037-18048/? D/audio_hw_primary: select_devices: done
    6923. 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)
    6924. 2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
    6925. 2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    6926. 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
    6927. 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
    6928. 2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    6929. 2022-07-22 10:18:05.509 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
    6930. 2022-07-22 10:18:05.509 18037-18048/? I/audio_hw_primary: NS enable 1
    6931. 2022-07-22 10:18:05.511 18037-9113/? I/audio_hw_primary: start_input_stream: enter: stream(0xef297000)usecase(22: audio-record)
    6932. 2022-07-22 10:18:05.511 18037-9113/? I/audio_hw_primary: select_devices for use case (audio-record)
    6933. 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)
    6934. 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
    6935. 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
    6936. 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
    6937. 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
    6938. 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)
    6939. 2022-07-22 10:18:05.511 18037-9113/? D/audio_hw_primary: check_usecases_capture_codec_backend:becf: force routing 0
    6940. 2022-07-22 10:18:05.511 18037-9113/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
    6941. 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)
    6942. 2022-07-22 10:18:05.511 18037-9113/? D/audio_hw_primary: enable_snd_device: snd_device(134: handset-mic-aec-ns)
    6943. 2022-07-22 10:18:05.511 18037-9113/? D/audio_route: Apply path: handset-mic-aec-ns
    6944. 2022-07-22 10:18:05.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6945. 2022-07-22 10:18:05.607 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    6946. 2022-07-22 10:18:05.628 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6947. 2022-07-22 10:18:05.646 18037-9113/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    6948. 2022-07-22 10:18:05.647 18037-9113/? D/audio_route: Apply path: echo-reference-voip
    6949. 2022-07-22 10:18:05.647 18037-9113/? D/msm8974_platform: platform_set_echo_reference: enabling echo-reference-voip
    6950. 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
    6951. 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)
    6952. 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
    6953. 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
    6954. 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)
    6955. 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
    6956. 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
    6957. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_asm_topology
    6958. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    6959. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_adm_topology
    6960. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    6961. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audtable
    6962. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    6963. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    6964. 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]
    6965. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    6966. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    6967. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    6968. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    6969. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    6970. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    6971. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    6972. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    6973. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_afe_topology
    6974. 2022-07-22 10:18:05.648 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6975. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    6976. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 4, Topology Id 112fb
    6977. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> send_afe_cal
    6978. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    6979. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    6980. 2022-07-22 10:18:05.648 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    6981. 2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    6982. 2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[4]
    6983. 2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 4 path = 1
    6984. 2022-07-22 10:18:05.649 18037-9113/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    6985. 2022-07-22 10:18:05.649 18037-9113/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: audio-record
    6986. 2022-07-22 10:18:05.649 18037-9113/? D/audio_route: Apply path: audio-record
    6987. 2022-07-22 10:18:05.651 18037-9113/? D/audio_hw_primary: select_devices: done
    6988. 2022-07-22 10:18:05.662 18037-9113/? D/audio_hw_primary: start_input_stream: exit
    6989. 2022-07-22 10:18:05.669 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6990. 2022-07-22 10:18:05.678 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    6991. 2022-07-22 10:18:05.685 18037-31308/? I/audio_hw_primary: stop_input_stream: enter: usecase(22: audio-record)
    6992. 2022-07-22 10:18:05.685 18037-31308/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: audio-record
    6993. 2022-07-22 10:18:05.685 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    6994. 2022-07-22 10:18:05.686 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
    6995. 2022-07-22 10:18:05.686 18037-31308/? D/audio_hw_primary: disable_snd_device: snd_device(134: handset-mic-aec-ns)
    6996. 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)
    6997. 2022-07-22 10:18:05.689 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    6998. 2022-07-22 10:18:05.731 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    6999. 2022-07-22 10:18:05.751 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7000. 2022-07-22 10:18:05.771 18037-31308/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=routing=0
    7001. 2022-07-22 10:18:05.772 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7002. 2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: initRecorder with preset = 4
    7003. 2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: SlesAudio::Recorder::init: 48000 Hz => 3200
    7004. 2022-07-22 10:18:05.772 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - SetConfiguration 4: result = 0
    7005. 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
    7006. 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)
    7007. 2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: AEC enable 0
    7008. 2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    7009. 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)
    7010. 2022-07-22 10:18:05.773 18037-31308/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
    7011. 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)
    7012. 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
    7013. 2022-07-22 10:18:05.782 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
    7014. 2022-07-22 10:18:05.782 18037-31308/? D/audio_hw_primary: disable_snd_device: snd_device(22: voice-speaker-stereo)
    7015. 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)
    7016. 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)
    7017. 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)
    7018. 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
    7019. 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)
    7020. 2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
    7021. 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)
    7022. 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)
    7023. 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
    7024. 2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
    7025. 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
    7026. 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
    7027. 2022-07-22 10:18:05.792 18037-31308/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    7028. 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)
    7029. 2022-07-22 10:18:05.792 18037-31308/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
    7030. 2022-07-22 10:18:05.792 18037-31308/? D/audio_route: Apply path: speaker
    7031. 2022-07-22 10:18:05.792 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7032. 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
    7033. 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
    7034. 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)
    7035. 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
    7036. 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
    7037. 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)
    7038. 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
    7039. 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
    7040. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_asm_topology
    7041. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    7042. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_adm_topology
    7043. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    7044. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audtable
    7045. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7046. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    7047. 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]
    7048. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7049. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    7050. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    7051. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    7052. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audvoltable
    7053. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    7054. 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
    7055. 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
    7056. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    7057. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
    7058. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    7059. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    7060. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    7061. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    7062. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_afe_topology
    7063. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    7064. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
    7065. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_afe_cal
    7066. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    7067. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    7068. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    7069. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    7070. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
    7071. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
    7072. 2022-07-22 10:18:05.799 18037-31308/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    7073. 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)
    7074. 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
    7075. 2022-07-22 10:18:05.799 18037-31308/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
    7076. 2022-07-22 10:18:05.799 18037-31308/? D/audio_route: Apply path: low-latency-playback
    7077. 2022-07-22 10:18:05.813 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7078. 2022-07-22 10:18:05.819 18037-31308/? D/audio_hw_primary: select_devices: done
    7079. 2022-07-22 10:18:05.820 18037-18050/? W/EffectHAL: Effect 0xef238850 command DUMP error: Invalid argument
    7080. 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
    7081. 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
    7082. 2022-07-22 10:18:05.831 18037-18050/? I/audio_hw_primary: adev_open_input_stream: exit
    7083. 2022-07-22 10:18:05.833 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7084. 2022-07-22 10:18:05.834 18033-9116/? I/AudioFlinger: AudioFlinger's thread 0x719868c1c0 tid=9116 ready to run
    7085. 2022-07-22 10:18:05.834 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
    7086. 2022-07-22 10:18:05.836 18037-18050/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297000)
    7087. 2022-07-22 10:18:05.836 18037-18050/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
    7088. 2022-07-22 10:18:05.836 18037-18050/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    7089. 2022-07-22 10:18:05.836 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(22: audio-record)
    7090. 2022-07-22 10:18:05.841 18037-18050/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
    7091. 2022-07-22 10:18:05.842 18037-18050/? W/EffectHAL: Effect 0xef238550 command SET_CONFIG returned status: Invalid argument
    7092. 2022-07-22 10:18:05.843 18037-18050/? W/EffectHAL: Effect 0xef238550 command SET_CONFIG returned status: Invalid argument
    7093. 2022-07-22 10:18:05.843 18037-18050/? W/EffectHAL: Effect 0xef238660 command SET_CONFIG returned status: Invalid argument
    7094. 2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: createRecordTrack_l(): mismatch between requested flags (00000005) and input flags (00000000)
    7095. 2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: session id 577 not found for pid 8615
    7096. 2022-07-22 10:18:05.844 18033-8570/? W/AudioFlinger: session id 577 not found for pid 8615
    7097. 2022-07-22 10:18:05.853 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7098. 2022-07-22 10:18:05.854 18037-31308/? D/audio_hw_primary: adev_close_input_stream: enter:stream_handle(0xef297280)
    7099. 2022-07-22 10:18:05.854 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_check_ec_ref_enable: st_dev NULL
    7100. 2022-07-22 10:18:05.854 18037-31308/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    7101. 2022-07-22 10:18:05.854 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297280) usecase(33: audio-record-voip)
    7102. 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
    7103. 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
    7104. 2022-07-22 10:18:05.859 18037-31308/? I/audio_hw_primary: adev_open_input_stream: exit
    7105. 2022-07-22 10:18:05.861 18033-9118/? I/AudioFlinger: AudioFlinger's thread 0x719863b280 tid=9118 ready to run
    7106. 2022-07-22 10:18:05.861 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(33: audio-record-voip)
    7107. 2022-07-22 10:18:05.871 18037-31308/? D/audio_hw_primary: in_standby: enter: stream (0xef297000) usecase(33: audio-record-voip)
    7108. 2022-07-22 10:18:05.874 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7109. 2022-07-22 10:18:05.875 18037-31308/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
    7110. 2022-07-22 10:18:05.876 18037-31308/? W/EffectHAL: Effect 0xef238710 command SET_CONFIG returned status: Invalid argument
    7111. 2022-07-22 10:18:05.876 18037-31308/? W/EffectHAL: Effect 0xef238850 command SET_CONFIG returned status: Invalid argument
    7112. 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
    7113. 2022-07-22 10:18:05.886 8615-9091/? I/vxaapi: SlesAudio::Recorder::init - Realize: 0
    7114. 2022-07-22 10:18:05.895 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7115. 2022-07-22 10:18:05.896 18037-31308/? D/audio_hw_primary: in_set_parameters: enter: kvpairs=bottom=;input_source=7;routing=-2147483644
    7116. 2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: AEC enable 1
    7117. 2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: select_devices for use case (low-latency-playback)
    7118. 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)
    7119. 2022-07-22 10:18:05.898 18037-18050/? I/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
    7120. 2022-07-22 10:18:05.904 8615-9091/? I/vxaapi: SlesAudio::Recorder::start - 0
    7121. 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)
    7122. 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
    7123. 2022-07-22 10:18:05.911 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
    7124. 2022-07-22 10:18:05.911 18037-18050/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
    7125. 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)
    7126. 2022-07-22 10:18:05.916 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7127. 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)
    7128. 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)
    7129. 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
    7130. 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)
    7131. 2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
    7132. 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)
    7133. 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
    7134. 2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
    7135. 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
    7136. 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
    7137. 2022-07-22 10:18:05.918 18037-18050/? D/hardware_info: hw_info_append_hw_type : device_name = voice-speaker-stereo
    7138. 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)
    7139. 2022-07-22 10:18:05.918 18037-18050/? D/audio_hw_primary: enable_snd_device: snd_device(22: voice-speaker-stereo)
    7140. 2022-07-22 10:18:05.918 18037-18050/? D/audio_route: Apply path: voice-speaker-stereo
    7141. 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
    7142. 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
    7143. 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)
    7144. 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
    7145. 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
    7146. 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)
    7147. 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
    7148. 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
    7149. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_asm_topology
    7150. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    7151. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_adm_topology
    7152. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    7153. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audtable
    7154. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7155. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    7156. 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]
    7157. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7158. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    7159. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    7160. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    7161. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audvoltable
    7162. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
    7163. 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
    7164. 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
    7165. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
    7166. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
    7167. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    7168. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    7169. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    7170. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    7171. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_afe_topology
    7172. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    7173. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 112fc
    7174. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_afe_cal
    7175. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    7176. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    7177. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    7178. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    7179. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
    7180. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
    7181. 2022-07-22 10:18:05.925 18037-18050/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    7182. 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)
    7183. 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
    7184. 2022-07-22 10:18:05.925 18037-18050/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
    7185. 2022-07-22 10:18:05.926 18037-18050/? D/audio_route: Apply path: low-latency-playback
    7186. 2022-07-22 10:18:05.936 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7187. 2022-07-22 10:18:05.939 18037-18050/? D/audio_hw_primary: select_devices: done
    7188. 2022-07-22 10:18:05.940 18037-18050/? I/audio_hw_primary: NS enable 1
    7189. 2022-07-22 10:18:05.941 18037-9119/? I/audio_hw_primary: start_input_stream: enter: stream(0xef297000)usecase(33: audio-record-voip)
    7190. 2022-07-22 10:18:05.941 18037-9119/? I/audio_hw_primary: select_devices for use case (audio-record-voip)
    7191. 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)
    7192. 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
    7193. 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
    7194. 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
    7195. 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
    7196. 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)
    7197. 2022-07-22 10:18:05.941 18037-9119/? D/audio_hw_primary: check_usecases_capture_codec_backend:becf: force routing 0
    7198. 2022-07-22 10:18:05.941 18037-9119/? D/hardware_info: hw_info_append_hw_type : device_name = handset-mic-aec-ns
    7199. 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)
    7200. 2022-07-22 10:18:05.941 18037-9119/? D/audio_hw_primary: enable_snd_device: snd_device(134: handset-mic-aec-ns)
    7201. 2022-07-22 10:18:05.941 18037-9119/? D/audio_route: Apply path: handset-mic-aec-ns
    7202. 2022-07-22 10:18:05.957 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7203. 2022-07-22 10:18:05.977 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7204. 2022-07-22 10:18:05.998 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7205. 2022-07-22 10:18:06.003 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 71.8137, 67.7777777777778, Performance, CLASSIC,Empty,World Center
    7206.    SceneAnalyzer:ReportFPS()
    7207.    SceneAnalyzer:Update()
    7208. 2022-07-22 10:18:06.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7209. 2022-07-22 10:18:06.039 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7210. 2022-07-22 10:18:06.059 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7211. 2022-07-22 10:18:06.073 18037-9119/? E/soundtrigger: audio_extn_sound_trigger_update_ec_ref_status: st_dev NULL
    7212. 2022-07-22 10:18:06.073 18037-9119/? D/audio_route: Apply path: echo-reference-voip
    7213. 2022-07-22 10:18:06.073 18037-9119/? D/msm8974_platform: platform_set_echo_reference: enabling echo-reference-voip
    7214. 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
    7215. 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)
    7216. 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
    7217. 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
    7218. 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)
    7219. 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
    7220. 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
    7221. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_asm_topology
    7222. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
    7223. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_adm_topology
    7224. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
    7225. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audtable
    7226. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7227. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
    7228. 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]
    7229. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
    7230. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
    7231. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audproc_persist_table -18
    7232. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: Invalid Audproc persist size = -18
    7233. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
    7234. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_audstrmtable
    7235. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
    7236. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
    7237. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_afe_topology
    7238. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
    7239. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 4, Topology Id 112fb
    7240. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_afe_cal
    7241. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
    7242. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
    7243. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
    7244. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: Error: ACDB AFE returned = -19
    7245. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[4]
    7246. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 4 path = 1
    7247. 2022-07-22 10:18:06.075 18037-9119/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
    7248. 2022-07-22 10:18:06.075 18037-9119/? I/audio_hw_primary: enable_audio_route: apply mixer and update path: audio-record-voip
    7249. 2022-07-22 10:18:06.075 18037-9119/? D/audio_route: Apply path: audio-record-voip
    7250. 2022-07-22 10:18:06.076 18037-9119/? D/audio_hw_primary: select_devices: done
    7251. 2022-07-22 10:18:06.080 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7252. 2022-07-22 10:18:06.087 18037-9119/? D/audio_hw_primary: start_input_stream: exit
    7253. 2022-07-22 10:18:06.100 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7254. 2022-07-22 10:18:06.159 760-8755/? E/SensorService: HMD IMU samples delayed: 7.404ms between sample arrivals (expected 1.000ms)
    7255. 2022-07-22 10:18:06.161 760-8755/? W/SensorService: Arrival timestamp too late
    7256. 2022-07-22 10:18:06.122 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7257. 2022-07-22 10:18:06.142 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7258. 2022-07-22 10:18:06.162 8615-8978/? I/Telemetry: App memory usage: PSS=803MB DalvikPSS=1 MB PrivateDirty=709MB PrivateClean=75MB
    7259. 2022-07-22 10:18:06.163 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7260. 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
    7261. 2022-07-22 10:18:06.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7262. 2022-07-22 10:18:06.190 760-8755/? W/SensorService: Arrival timestamp too early
    7263. 2022-07-22 10:18:06.491 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    7264. 2022-07-22 10:18:06.512 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7265. 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
    7266.    myapp.VivoxVoiceManager:OnParticipantAdded(Object, KeyEventArg`1)
    7267.    VivoxUnity.Private.ChannelSession:HandleParticipantAdded(vx_evt_base_t)
    7268.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    7269.    MessagePump:RunOnce()
    7270.    MessagePump:RunUntil(LoopDone)
    7271.    myapp.VivoxVoiceManager:Update()
    7272. 2022-07-22 10:18:06.533 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7273. 2022-07-22 10:18:06.923 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
    7274. 2022-07-22 10:18:06.944 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7275. 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,
    7276. 2022-07-22 10:18:06.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7277. 2022-07-22 10:18:06.985 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7278. 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)
    7279. 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
    7280. 2022-07-22 10:18:07.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7281. 2022-07-22 10:18:07.067 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    7282. 2022-07-22 10:18:07.088 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7283. 2022-07-22 10:18:07.104 8615-8636/? I/Unity: Vivox connected to channel 0a-41-58-33-37-d6257694675global
    7284.    myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
    7285.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    7286.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    7287.    MessagePump:RunOnce()
    7288.    MessagePump:RunUntil(LoopDone)
    7289.    myapp.VivoxVoiceManager:Update()
    7290. 2022-07-22 10:18:07.105 8615-8636/? I/Unity: I am being set to NORMAL by the server
    7291.    myapp.VivoxVoiceManager:UpdateAudioState(AudioStateType)
    7292.    myapp.VivoxVoiceManager:SourceOnChannelPropertyChanged(Object, PropertyChangedEventArgs)
    7293.    VivoxUnity.Private.ChannelSession:set_AudioState(ConnectionState)
    7294.    VivoxUnity.VxClient:InstanceOnMainLoopRun(Boolean&)
    7295.    MessagePump:RunOnce()
    7296.    MessagePump:RunUntil(LoopDone)
    7297.    myapp.VivoxVoiceManager:Update()
    7298. 2022-07-22 10:18:07.108 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7299. 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
    7300.    myapp.Multiplayer.MultiplayerManager:Connect()
    7301.    myapp.Multiplayer.MultiplayerManager:Update()
    7302. 2022-07-22 10:18:07.119 8615-8636/? I/Unity: Creating socket transport over port 61221
    7303.    myapp.Multiplayer.MultiplayerManager:Connect()
    7304.    myapp.Multiplayer.MultiplayerManager:Update()
    7305. 2022-07-22 10:18:07.121 8615-8636/? I/Unity: Starting Centralised Telemetry...
    7306.    myapp.Multiplayer.CentralizedTelemetryService:Connect()
    7307.    myapp.Multiplayer.MultiplayerManager:Connect()
    7308.    myapp.Multiplayer.MultiplayerManager:Update()
    7309. 2022-07-22 10:18:07.123 8615-8636/? I/Unity: Sending ICEFlurry Initialization packet, My IP:10.8.46.16
    7310.    myapp.Multiplayer.CentralizedTelemetryService:SendInitializationPacket()
    7311.    myapp.Multiplayer.CentralizedTelemetryService:Connect()
    7312.    myapp.Multiplayer.MultiplayerManager:Connect()
    7313.    myapp.Multiplayer.MultiplayerManager:Update()
    7314. 2022-07-22 10:18:07.124 8615-8636/? I/Unity: Updating ICE presence info: 58773851523431 My Own Unique Location
    7315.    UnigineApp.Messaging.Command.Invoker.UpdateIcePresenceInfoCommandInvoker:updateIcePresenceInfo(Int64, String, String, String, String[], String)
    7316.    myapp.Multiplayer.MultiplayerManager:SendIcePresenceUpdate()
    7317.    myapp.Multiplayer.MultiplayerManager:Connect()
    7318.    myapp.Multiplayer.MultiplayerManager:Update()
    7319. 2022-07-22 10:18:07.125 8615-8636/? I/Unity: RequestData(32ad61df-68fb-4342-a5f3-56c57acfcebf)
    7320.    myapp.ConnectionManager:RequestData(String)
    7321.    myapp.Multiplayer.MultiplayerManager:Connect()
    7322.    myapp.Multiplayer.MultiplayerManager:Update()
    7323. 2022-07-22 10:18:07.125 8615-8636/? I/Unity: Requesting geometry and other data from server
    7324.    UnigineApp.Messaging.Command.Invoker.RequestDataCommandInvoker:requestData(String)
    7325.    myapp.Multiplayer.MultiplayerManager:Connect()
    7326.    myapp.Multiplayer.MultiplayerManager:Update()
    7327. 2022-07-22 10:18:07.129 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7328. 2022-07-22 10:18:07.150 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7329. 2022-07-22 10:18:07.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7330. 2022-07-22 10:18:07.176 8615-9081/? I/Unity: UpdateListOfPlayersCommandInvokeable: Received UpdateListOfPlayersCommand
    7331.    UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandInvokeable:invoke(MessageData, MessageDataBuilder)
    7332.    UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
    7333.    net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
    7334.    net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
    7335.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
    7336.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    7337.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    7338. 2022-07-22 10:18:07.176 8615-8636/? I/Unity: Heard back from Flurry server for the first time
    7339.    myapp.Multiplayer.CentralizedTelemetryService:ProcessPendingMessages()
    7340.    myapp.Multiplayer.MultiplayerManager:Update()
    7341. 2022-07-22 10:18:07.176 8615-9081/? I/Unity: UpdateListOfPlayersCommandInvokeable: Now have player data ready to process.
    7342.    UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandInvokeable:invoke(MessageData, MessageDataBuilder)
    7343.    UnigineApp.Messaging.Command.Invokeable.AbstractUnityCommandInvokeable:invoke(MessageData, MessageData&)
    7344.    net.mycompany.icecore.namedpipe.messaging.proxy.AbstractCommandInvokeable:invoke(MessageData)
    7345.    net.mycompany.icecore.namedpipe.messaging.proxy.CommandInvokeTask:execute()
    7346.    net.mycompany.icecore.namedpipe.messaging.AbstractMesssageQueue`1:doRun()
    7347.    net.mycompany.icecore.namedpipe.messaging.AbstractMessageServiceThread:run()
    7348.    System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
    7349. 2022-07-22 10:18:07.187 8615-8636/? I/Unity: Updating players...
    7350.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7351.    myapp.SceneManager:executeTasks()
    7352.    myapp.SceneManager:Update()
    7353. 2022-07-22 10:18:07.187 8615-8636/? I/Unity: Player Rob Quest avatar choice is ICE cream cone
    7354.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7355.    myapp.SceneManager:executeTasks()
    7356.    myapp.SceneManager:Update()
    7357. 2022-07-22 10:18:07.188 8615-8636/? I/Unity: adding player: 58773851523431
    7358.    FlurryID: 58773851523431
    7359.    VoiceID: 7b82fe4a5b309958aebae9a804381d60
    7360.    myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
    7361.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7362.    myapp.SceneManager:executeTasks()
    7363.    myapp.SceneManager:Update()
    7364. 2022-07-22 10:18:07.191 8615-8636/? I/Unity: Starting telemetry for: Rob Quest
    7365.    myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
    7366.    myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
    7367.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7368.    myapp.SceneManager:executeTasks()
    7369.    myapp.SceneManager:Update()
    7370. 2022-07-22 10:18:07.191 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7371. 2022-07-22 10:18:07.193 8615-8636/? I/Unity: Initialising LocalTelemeteredObject with originalContent = True
    7372.    myapp.Multiplayer.LocalTelemeteredObject:Initialize(UInt16, Boolean)
    7373.    myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
    7374.    myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
    7375.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7376.    myapp.SceneManager:executeTasks()
    7377.    myapp.SceneManager:Update()
    7378. 2022-07-22 10:18:07.194 8615-8636/? I/chatty: uid=1010083(com.mycompany.myapp) UnityMain identical 1 line
    7379. 2022-07-22 10:18:07.194 8615-8636/? I/Unity: Initialising LocalTelemeteredObject with originalContent = True
    7380.    myapp.Multiplayer.LocalTelemeteredObject:Initialize(UInt16, Boolean)
    7381.    myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
    7382.    myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
    7383.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7384.    myapp.SceneManager:executeTasks()
    7385.    myapp.SceneManager:Update()
    7386. 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
    7387.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7388.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7389.    myapp.Multiplayer.Player:StartTelemetry(MultiplayerManager)
    7390.    myapp.Multiplayer.MultiplayerManager:addPlayer(PlayerDescription)
    7391.    myapp.Multiplayer.MultiplayerManager:UpdatePlayerDescriptions(Dictionary`2)
    7392.    myapp.SceneManager:executeTasks()
    7393.    myapp.SceneManager:Update()
    7394. 2022-07-22 10:18:07.196 8615-8636/? I/Unity: Rob Quest started.
    7395. 2022-07-22 10:18:07.200 8615-8636/? I/Unity: Updating Players 1
    7396.    myapp.Multiplayer.MultiplayerManager:Update()
    7397. 2022-07-22 10:18:07.201 8615-8636/? I/Unity: Last task to process: UnigineApp.Messaging.Command.Invokeable.UpdateListOfPlayersCommandTask
    7398.    myapp.SceneManager:executeTasks()
    7399.    myapp.SceneManager:Update()
    7400. 2022-07-22 10:18:07.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7401. 2022-07-22 10:18:07.232 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7402. 2022-07-22 10:18:07.244 8615-8636/? I/Unity: Adding Education with id 4604091605521661415 to VRdestinations
    7403.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7404.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7405.    myapp.SceneManager:executeTasks()
    7406.    myapp.SceneManager:Update()
    7407. 2022-07-22 10:18:07.252 8615-8636/? I/Unity: Adding Breakroom with id 4602132018773262818 to VRdestinations
    7408.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7409.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7410.    myapp.SceneManager:executeTasks()
    7411.    myapp.SceneManager:Update()
    7412. 2022-07-22 10:18:07.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7413. 2022-07-22 10:18:07.253 8615-8636/? I/Unity: Adding Reflect Huddle  with id 4607047943859489742 to VRdestinations
    7414.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7415.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7416.    myapp.SceneManager:executeTasks()
    7417.    myapp.SceneManager:Update()
    7418. 2022-07-22 10:18:07.253 8615-8636/? I/Unity: Adding Design with id 4601099034658632646 to VRdestinations
    7419.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7420.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7421.    myapp.SceneManager:executeTasks()
    7422.    myapp.SceneManager:Update()
    7423. 2022-07-22 10:18:07.254 8615-8636/? I/Unity: Adding Reflect Conference with id 4599323911368476684 to VRdestinations
    7424.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7425.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7426.    myapp.SceneManager:executeTasks()
    7427.    myapp.SceneManager:Update()
    7428. 2022-07-22 10:18:07.256 8615-8636/? I/Unity: Adding Constructability Lab with id 4594961802175369452 to VRdestinations
    7429.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7430.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7431.    myapp.SceneManager:executeTasks()
    7432.    myapp.SceneManager:Update()
    7433. 2022-07-22 10:18:07.257 8615-8636/? I/Unity: Adding Main Entrance with id 4576010753585339648 to VRdestinations
    7434.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7435.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7436.    myapp.SceneManager:executeTasks()
    7437.    myapp.SceneManager:Update()
    7438. 2022-07-22 10:18:07.259 8615-8636/? I/Unity: Adding Healthcare with id 4594924763645662572 to VRdestinations
    7439.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7440.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7441.    myapp.SceneManager:executeTasks()
    7442.    myapp.SceneManager:Update()
    7443. 2022-07-22 10:18:07.265 8615-8636/? I/Unity: Adding Kitchenette with id 4598497295374238080 to VRdestinations
    7444.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7445.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7446.    myapp.SceneManager:executeTasks()
    7447.    myapp.SceneManager:Update()
    7448. 2022-07-22 10:18:07.265 8615-8636/? I/Unity: Adding Hallway/ Hexpods with id 4605950536019861366 to VRdestinations
    7449.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7450.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7451.    myapp.SceneManager:executeTasks()
    7452.    myapp.SceneManager:Update()
    7453. 2022-07-22 10:18:07.266 8615-8636/? I/Unity: Adding Kevin's Office with id 4604893293335585199 to VRdestinations
    7454.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7455.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7456.    myapp.SceneManager:executeTasks()
    7457.    myapp.SceneManager:Update()
    7458. 2022-07-22 10:18:07.269 8615-8636/? I/Unity: Calibration: Calibrating to Stage: 4576010753585339648 [0] time=40.49346
    7459.    Calibration:Update()
    7460. 2022-07-22 10:18:07.269 8615-8636/? I/Unity: Going to new state: NormalRunning
    7461.    Calibration:setCalibrationState(CalibrationState)
    7462.    Calibration:Update()
    7463. 2022-07-22 10:18:07.269 8615-8636/? I/Unity: Disabling Compass
    7464.    Calibration:setCalibrationState(CalibrationState)
    7465.    Calibration:Update()
    7466. 2022-07-22 10:18:07.273 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7467. 2022-07-22 10:18:07.281 8615-8636/? I/Unity: Adding VR Stage with id 4603990967973141963 to VRdestinations
    7468.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7469.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7470.    myapp.SceneManager:executeTasks()
    7471.    myapp.SceneManager:Update()
    7472. 2022-07-22 10:18:07.293 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7473. 2022-07-22 10:18:07.314 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7474. 2022-07-22 10:18:07.322 8615-8636/? I/Unity: Adding Main Entrance with id 4576010753585339648 to VRdestinations
    7475.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7476.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7477.    myapp.SceneManager:executeTasks()
    7478.    myapp.SceneManager:Update()
    7479. 2022-07-22 10:18:07.323 8615-8636/? I/Unity: Adding VR Stage with id 4603990967973141963 to VRdestinations
    7480.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7481.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7482.    myapp.SceneManager:executeTasks()
    7483.    myapp.SceneManager:Update()
    7484. 2022-07-22 10:18:07.323 8615-8636/? I/Unity: Adding Reflect Conference with id 4599323911368476684 to VRdestinations
    7485.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7486.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7487.    myapp.SceneManager:executeTasks()
    7488.    myapp.SceneManager:Update()
    7489. 2022-07-22 10:18:07.330 8615-8636/? I/Unity: Adding Reflect Huddle  with id 4607047943859489742 to VRdestinations
    7490.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7491.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7492.    myapp.SceneManager:executeTasks()
    7493.    myapp.SceneManager:Update()
    7494. 2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Hallway/ Hexpods with id 4605950536019861366 to VRdestinations
    7495.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7496.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7497.    myapp.SceneManager:executeTasks()
    7498.    myapp.SceneManager:Update()
    7499. 2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Education with id 4604091605521661415 to VRdestinations
    7500.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7501.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7502.    myapp.SceneManager:executeTasks()
    7503.    myapp.SceneManager:Update()
    7504. 2022-07-22 10:18:07.331 8615-8636/? I/Unity: Adding Healthcare with id 4594924763645662572 to VRdestinations
    7505.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7506.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7507.    myapp.SceneManager:executeTasks()
    7508.    myapp.SceneManager:Update()
    7509. 2022-07-22 10:18:07.332 8615-8636/? I/Unity: Adding Breakroom with id 4602132018773262818 to VRdestinations
    7510.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7511.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7512.    myapp.SceneManager:executeTasks()
    7513.    myapp.SceneManager:Update()
    7514. 2022-07-22 10:18:07.332 8615-8636/? I/Unity: Adding Design with id 4601099034658632646 to VRdestinations
    7515.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7516.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7517.    myapp.SceneManager:executeTasks()
    7518.    myapp.SceneManager:Update()
    7519. 2022-07-22 10:18:07.333 8615-8636/? I/Unity: Adding Constructability Lab with id 4594961802175369452 to VRdestinations
    7520.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7521.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7522.    myapp.SceneManager:executeTasks()
    7523.    myapp.SceneManager:Update()
    7524. 2022-07-22 10:18:07.333 8615-8636/? I/Unity: Adding Kitchenette with id 4598497295374238080 to VRdestinations
    7525.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7526.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7527.    myapp.SceneManager:executeTasks()
    7528.    myapp.SceneManager:Update()
    7529. 2022-07-22 10:18:07.334 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7530. 2022-07-22 10:18:07.342 8615-8636/? I/Unity: Last task to process: Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask
    7531.    myapp.SceneManager:executeTasks()
    7532.    myapp.SceneManager:Update()
    7533. 2022-07-22 10:18:07.342 8615-8636/? I/Unity: Entity meshes not ready: 4587460010803189280
    7534.    myapp.EntityManager:consumeUpdateInteractiveObjects()
    7535.    myapp.EntityManager:Update()
    7536. 2022-07-22 10:18:07.356 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7537. 2022-07-22 10:18:07.356 8615-8636/? I/Unity: Adding Kevin's Office with id 4604893293335585199 to VRdestinations
    7538.    myapp.EntityManager:updateVRDestination(String, Int64, Single[], Single[], Single, Int32, Int32, Boolean, Boolean)
    7539.    Assets.myapp.Scripts.Messaging.Command.Invokeable.UpdateVRDestinationCommandTask:Execute()
    7540.    myapp.SceneManager:executeTasks()
    7541.    myapp.SceneManager:Update()
    7542. 2022-07-22 10:18:07.376 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7543. 2022-07-22 10:18:07.386 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
    7544.    myapp.SceneManager:executeTasks()
    7545.    myapp.SceneManager:Update()
    7546. 2022-07-22 10:18:07.396 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7547. 2022-07-22 10:18:07.417 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7548. 2022-07-22 10:18:07.417 8615-8636/? I/Unity: Creating an InteriorSoundVolume
    7549.    myapp.EntityManager:addCollidersToMeshInstance(GameObject)
    7550.    myapp.UpdateMeshInstanceWithMeshTask:Execute()
    7551.    myapp.SceneManager:executeTasks()
    7552.    myapp.SceneManager:Update()
    7553. 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
    7554.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7555.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7556. 2022-07-22 10:18:07.421 8615-8636/? I/Unity: CRC=19002141
    7557.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7558.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7559. 2022-07-22 10:18:07.422 8615-8636/? I/Unity: Hash=62a6ae7ef81121cd8c80702003a73f79
    7560.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7561.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7562. 2022-07-22 10:18:07.430 8615-8636/? I/Unity: Last task to process: myapp.UpdateEntityTextureTask
    7563.    myapp.SceneManager:executeTasks()
    7564.    myapp.SceneManager:Update()
    7565. 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
    7566.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7567.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7568. 2022-07-22 10:18:07.432 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    7569.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7570.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7571. 2022-07-22 10:18:07.433 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    7572.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7573.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7574. 2022-07-22 10:18:07.437 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7575. 2022-07-22 10:18:07.458 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7576. 2022-07-22 10:18:07.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    7577. 2022-07-22 10:18:07.478 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7578. 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
    7579. 2022-07-22 10:18:07.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7580. 2022-07-22 10:18:07.623 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    7581. 2022-07-22 10:18:07.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7582. 2022-07-22 10:18:07.650 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
    7583.    myapp.SceneManager:executeTasks()
    7584.    myapp.SceneManager:Update()
    7585. 2022-07-22 10:18:07.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7586. 2022-07-22 10:18:07.725 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    7587. 2022-07-22 10:18:07.745 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7588. 2022-07-22 10:18:07.749 8615-8636/? I/Unity: Time at load from cache: 317 ms.
    7589.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7590.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7591. 2022-07-22 10:18:07.749 8615-8636/? I/Unity: Loading IceCreamConeSmHand_Simple from bundle avatars/avatar_icecreamcone
    7592.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7593.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7594. 2022-07-22 10:18:07.761 8615-8636/? I/Unity: Last task to process: myapp.UpdateMeshInstanceWithMeshTask
    7595.    myapp.SceneManager:executeTasks()
    7596.    myapp.SceneManager:Update()
    7597. 2022-07-22 10:18:07.766 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7598. 2022-07-22 10:18:07.930 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    7599. 2022-07-22 10:18:07.951 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7600. 2022-07-22 10:18:07.963 8615-8636/? I/Unity: Loaded IceCreamConeSmHand_Simple from bundle avatars/avatar_icecreamcone
    7601.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7602.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7603. 2022-07-22 10:18:07.965 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    7604.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7605.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7606. 2022-07-22 10:18:07.966 8615-8636/? I/Unity: Time at finish loading from cache: 535 ms.
    7607.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7608.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7609. 2022-07-22 10:18:07.967 8615-8636/? I/Unity: Done with loading from asset bundle.
    7610.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7611.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7612. 2022-07-22 10:18:07.972 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7613. 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
    7614.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7615.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7616. 2022-07-22 10:18:07.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7617. 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
    7618. 2022-07-22 10:18:08.013 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7619. 2022-07-22 10:18:08.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7620. 2022-07-22 10:18:08.052 852-8752/? I/[CT]: boltlib: DSP utilization: 5.39 % (271 / 5030 ms)
    7621. 2022-07-22 10:18:08.054 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7622. 2022-07-22 10:18:08.067 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
    7623. 2022-07-22 10:18:08.075 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7624. 2022-07-22 10:18:08.095 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7625. 2022-07-22 10:18:08.116 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7626. 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
    7627.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7628.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7629. 2022-07-22 10:18:08.136 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7630. 2022-07-22 10:18:08.136 8615-8636/? I/Unity: CRC=3955739870
    7631.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7632.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7633. 2022-07-22 10:18:08.137 8615-8636/? I/Unity: Hash=c35e94ae8b67b44be2c17056a4b220ca
    7634.    <LoadCRCFromManifestFile>d__63:MoveNext()
    7635.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7636. 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
    7637.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7638.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7639. 2022-07-22 10:18:08.148 8615-8636/? I/Unity: Do NOT Need to download, asset bundle is same on server.
    7640.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7641.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7642. 2022-07-22 10:18:08.149 8615-8636/? I/Unity: Going to load asset bundle from downloaded file.
    7643.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7644.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7645. 2022-07-22 10:18:08.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7646. 2022-07-22 10:18:08.650 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
    7647. 2022-07-22 10:18:08.671 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7648. 2022-07-22 10:18:08.676 18035-18070/? I/netd: trafficSwapActiveStatsMap() <0.19ms>
    7649. 2022-07-22 10:18:08.679 18035-18070/? I/netd: tetherGetStats() <1.45ms>
    7650. 2022-07-22 10:18:08.691 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7651. 2022-07-22 10:18:08.698 760-8755/? E/SensorService: HMD IMU samples delayed: 7.926ms between sample arrivals (expected 1.000ms)
    7652. 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]
    7653. 2022-07-22 10:18:08.699 18035-18070/? I/netd: bandwidthSetGlobalAlert(2097152) <0.29ms>
    7654. 2022-07-22 10:18:08.712 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7655. 2022-07-22 10:18:08.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 13 lines
    7656. 2022-07-22 10:18:09.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7657. 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
    7658. 2022-07-22 10:18:09.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7659. 2022-07-22 10:18:09.041 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7660. 2022-07-22 10:18:09.061 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7661. 2022-07-22 10:18:09.073 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
    7662. 2022-07-22 10:18:09.082 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7663. 2022-07-22 10:18:09.924 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 41 lines
    7664. 2022-07-22 10:18:09.945 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7665. 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,
    7666. 2022-07-22 10:18:09.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7667. 2022-07-22 10:18:09.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7668. 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)
    7669. 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
    7670. 2022-07-22 10:18:10.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7671. 2022-07-22 10:18:10.439 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    7672. 2022-07-22 10:18:10.459 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7673. 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
    7674. 2022-07-22 10:18:10.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7675. 2022-07-22 10:18:10.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
    7676. 2022-07-22 10:18:10.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7677. 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
    7678. 2022-07-22 10:18:11.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7679. 2022-07-22 10:18:11.446 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    7680. 2022-07-22 10:18:11.467 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7681. 2022-07-22 10:18:11.478 8615-8636/? I/Unity: Time at load from cache: 3330 ms.
    7682.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7683.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7684. 2022-07-22 10:18:11.479 8615-8636/? I/Unity: Loading Dallas_DXC from bundle icescapes/dxc_dallas
    7685.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7686.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7687. 2022-07-22 10:18:11.488 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7688. 2022-07-22 10:18:11.653 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    7689. 2022-07-22 10:18:11.674 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7690. 2022-07-22 10:18:11.694 8615-8636/? I/Unity: Loaded Dallas_DXC from bundle icescapes/dxc_dallas
    7691.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7692.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7693. 2022-07-22 10:18:11.694 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7694. 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"
    7695.    UnityEngine.GameObject:AddComponent()
    7696.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7697.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7698.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7699.  
    7700.    [ line -906695336]
    7701. 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"
    7702.    UnityEngine.GameObject:AddComponent()
    7703.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7704.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7705.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7706.  
    7707.    [ line -906695352]
    7708. 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"
    7709.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7710.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7711.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7712.  
    7713.    [ line -906694648]
    7714. 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"
    7715.    UnityEngine.GameObject:AddComponent()
    7716.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7717.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7718.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7719.  
    7720.    [ line -906695336]
    7721. 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"
    7722.    UnityEngine.GameObject:AddComponent()
    7723.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7724.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7725.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7726.  
    7727.    [ line -906695352]
    7728. 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"
    7729.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7730.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7731.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7732.  
    7733.    [ line -906694648]
    7734. 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"
    7735.    UnityEngine.GameObject:AddComponent()
    7736.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7737.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7738.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7739.  
    7740.    [ line -906695336]
    7741. 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"
    7742.    UnityEngine.GameObject:AddComponent()
    7743.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7744.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7745.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7746.  
    7747.    [ line -906695352]
    7748. 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"
    7749.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7750.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7751.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7752.  
    7753.    [ line -906694648]
    7754. 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"
    7755.    UnityEngine.GameObject:AddComponent()
    7756.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7757.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7758.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7759.  
    7760.    [ line -906695336]
    7761. 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"
    7762.    UnityEngine.GameObject:AddComponent()
    7763.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7764.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7765.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7766.  
    7767.    [ line -906695352]
    7768. 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"
    7769.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7770.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7771.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7772.  
    7773.    [ line -906694648]
    7774. 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"
    7775.    UnityEngine.GameObject:AddComponent()
    7776.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7777.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7778.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7779.  
    7780.    [ line -906695336]
    7781. 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"
    7782.    UnityEngine.GameObject:AddComponent()
    7783.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7784.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7785.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7786.  
    7787.    [ line -906695352]
    7788. 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"
    7789.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7790.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7791.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7792.  
    7793.    [ line -906694648]
    7794. 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"
    7795.    UnityEngine.GameObject:AddComponent()
    7796.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7797.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7798.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7799.  
    7800.    [ line -906695336]
    7801. 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"
    7802.    UnityEngine.GameObject:AddComponent()
    7803.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7804.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7805.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7806.  
    7807.    [ line -906695352]
    7808. 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"
    7809.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7810.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7811.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7812.  
    7813.    [ line -906694648]
    7814. 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"
    7815.    UnityEngine.GameObject:AddComponent()
    7816.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7817.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7818.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7819.  
    7820.    [ line -906695336]
    7821. 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"
    7822.    UnityEngine.GameObject:AddComponent()
    7823.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7824.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7825.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7826.  
    7827.    [ line -906695352]
    7828. 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"
    7829.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7830.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7831.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7832.  
    7833.    [ line -906694648]
    7834. 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"
    7835.    UnityEngine.GameObject:AddComponent()
    7836.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7837.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7838.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7839.  
    7840.    [ line -906695336]
    7841. 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"
    7842.    UnityEngine.GameObject:AddComponent()
    7843.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7844.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7845.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7846.  
    7847.    [ line -906695352]
    7848. 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"
    7849.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7850.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7851.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7852.  
    7853.    [ line -906694648]
    7854. 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"
    7855.    UnityEngine.GameObject:AddComponent()
    7856.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7857.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7858.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7859.  
    7860.    [ line -906695336]
    7861. 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"
    7862.    UnityEngine.GameObject:AddComponent()
    7863.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7864.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7865.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7866.  
    7867.    [ line -906695352]
    7868. 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"
    7869.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7870.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7871.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7872.  
    7873.    [ line -906694648]
    7874. 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"
    7875.    UnityEngine.GameObject:AddComponent()
    7876.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7877.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7878.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7879.  
    7880.    [ line -906695336]
    7881. 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"
    7882.    UnityEngine.GameObject:AddComponent()
    7883.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7884.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7885.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7886.  
    7887.    [ line -906695352]
    7888. 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"
    7889.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7890.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7891.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7892.  
    7893.    [ line -906694648]
    7894. 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"
    7895.    UnityEngine.GameObject:AddComponent()
    7896.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7897.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7898.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7899.  
    7900.    [ line -906695336]
    7901. 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"
    7902.    UnityEngine.GameObject:AddComponent()
    7903.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7904.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7905.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7906.  
    7907.    [ line -906695352]
    7908. 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"
    7909.    myapp.EntityManager:SetupReplacingObject(EntityComponent, Int64, String, String[], GameObject, Vector3, GameObject)
    7910.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7911.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7912.  
    7913.    [ line -906694648]
    7914. 2022-07-22 10:18:11.710 8615-8636/? I/Unity: Finished loading all assets in the bundle.
    7915.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7916.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7917. 2022-07-22 10:18:11.713 8615-8636/? I/Unity: Time at finish loading from cache: 3564 ms.
    7918.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7919.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7920. 2022-07-22 10:18:11.714 8615-8636/? I/Unity: Done with loading from asset bundle.
    7921.    <loadAssetBundleCoroutine>d__62:MoveNext()
    7922.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    7923. 2022-07-22 10:18:11.715 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7924. 2022-07-22 10:18:11.739 760-8755/? E/SensorService: HMD IMU samples delayed: 7.381ms between sample arrivals (expected 1.000ms)
    7925. 2022-07-22 10:18:11.735 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7926. 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]
    7927. 2022-07-22 10:18:11.756 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7928. 2022-07-22 10:18:11.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
    7929. 2022-07-22 10:18:12.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7930. 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
    7931. 2022-07-22 10:18:12.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7932. 2022-07-22 10:18:12.757 760-8755/? E/SensorService: HMD IMU samples delayed: 7.892ms between sample arrivals (expected 1.000ms)
    7933. 2022-07-22 10:18:12.760 760-8755/? W/SensorService: Arrival timestamp too late
    7934. 2022-07-22 10:18:12.790 760-8755/? W/SensorService: Arrival timestamp too early
    7935. 2022-07-22 10:18:12.886 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 42 lines
    7936. 2022-07-22 10:18:12.908 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7937. 2022-07-22 10:18:12.912 852-8799/? I/[CT]: NIMBLE:HLOG: NimbleTelemetryAggregator::populateTelemetry
    7938. 2022-07-22 10:18:12.928 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7939. 2022-07-22 10:18:12.949 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7940. 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,
    7941. 2022-07-22 10:18:12.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7942. 2022-07-22 10:18:12.990 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7943. 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)
    7944. 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
    7945. 2022-07-22 10:18:13.010 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7946. 2022-07-22 10:18:13.031 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    7947. 2022-07-22 10:18:13.051 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7948. 2022-07-22 10:18:13.052 852-8752/? I/[CT]: boltlib: DSP utilization: 5.29 % (264 / 5000 ms)
    7949. 2022-07-22 10:18:13.072 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7950. 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
    7951. 2022-07-22 10:18:13.855 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 38 lines
    7952. 2022-07-22 10:18:13.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7953. 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
    7954. 2022-07-22 10:18:13.896 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7955. 2022-07-22 10:18:13.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    7956. 2022-07-22 10:18:13.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7957. 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
    7958. 2022-07-22 10:18:14.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7959. 2022-07-22 10:18:14.282 760-8755/? E/SensorService: HMD IMU samples delayed: 7.829ms between sample arrivals (expected 1.000ms)
    7960. 2022-07-22 10:18:14.431 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
    7961. 2022-07-22 10:18:14.452 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7962. 2022-07-22 10:18:14.464 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    7963.      (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    7964. 2022-07-22 10:18:14.472 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7965. 2022-07-22 10:18:14.760 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
    7966. 2022-07-22 10:18:14.781 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7967. 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]
    7968. 2022-07-22 10:18:14.793 760-8755/? W/SensorService: Arrival timestamp too late
    7969. 2022-07-22 10:18:14.801 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7970. 2022-07-22 10:18:14.966 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    7971. 2022-07-22 10:18:14.986 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7972. 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
    7973. 2022-07-22 10:18:15.007 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7974. 2022-07-22 10:18:15.068 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    7975. 2022-07-22 10:18:15.089 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7976. 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]
    7977. 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]
    7978. 2022-07-22 10:18:15.109 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7979. 2022-07-22 10:18:15.233 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    7980. 2022-07-22 10:18:15.253 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7981. 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]
    7982. 2022-07-22 10:18:15.274 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7983. 2022-07-22 10:18:15.294 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7984. 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]
    7985. 2022-07-22 10:18:15.315 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7986. 2022-07-22 10:18:15.459 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    7987. 2022-07-22 10:18:15.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7988. 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
    7989. 2022-07-22 10:18:15.501 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7990. 2022-07-22 10:18:15.810 760-8755/? E/SensorService: HMD IMU samples delayed: 7.688ms between sample arrivals (expected 1.000ms)
    7991. 2022-07-22 10:18:15.933 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    7992. 2022-07-22 10:18:15.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7993. 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,
    7994. 2022-07-22 10:18:15.974 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7995. 2022-07-22 10:18:15.995 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7996. 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)
    7997. 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
    7998. 2022-07-22 10:18:16.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    7999. 2022-07-22 10:18:16.365 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
    8000. 2022-07-22 10:18:16.385 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8001. 2022-07-22 10:18:16.400 8615-8636/? I/Unity: Changing UI State from Running to RunningWithMenu
    8002.    myapp.ApplicationUIState:setUIState(UIState)
    8003.    TouchableMenu:EnterMode(ModeType)
    8004.    myapp.HandControllerInput:Update()
    8005. 2022-07-22 10:18:16.401 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    8006.    BillboardMenu:resetMenuLocationImmediate()
    8007.    myapp.ApplicationUIState:resetHMDUIGameObjects(UIState, UIState)
    8008.    myapp.ApplicationUIState:setUIState(UIState)
    8009.    TouchableMenu:EnterMode(ModeType)
    8010.    myapp.HandControllerInput:Update()
    8011. 2022-07-22 10:18:16.407 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8012. 2022-07-22 10:18:16.983 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 28 lines
    8013. 2022-07-22 10:18:17.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8014. 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
    8015. 2022-07-22 10:18:17.024 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8016. 2022-07-22 10:18:17.034 760-8755/? E/SensorService: HMD IMU samples delayed: 7.397ms between sample arrivals (expected 1.000ms)
    8017. 2022-07-22 10:18:17.439 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 20 lines
    8018. 2022-07-22 10:18:17.459 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8019. 2022-07-22 10:18:17.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    8020. 2022-07-22 10:18:17.480 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8021. 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
    8022. 2022-07-22 10:18:17.500 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8023. 2022-07-22 10:18:17.809 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    8024. 2022-07-22 10:18:17.829 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8025. 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]
    8026. 2022-07-22 10:18:17.850 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8027. 2022-07-22 10:18:17.973 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    8028. 2022-07-22 10:18:17.993 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8029. 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
    8030. 2022-07-22 10:18:18.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8031. 2022-07-22 10:18:18.034 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8032. 2022-07-22 10:18:18.052 852-8752/? I/[CT]: boltlib: DSP utilization: 6.02 % (301 / 5000 ms)
    8033. 2022-07-22 10:18:18.056 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8034. 2022-07-22 10:18:18.351 760-8755/? E/SensorService: HMD IMU samples delayed: 4.168ms between sample arrivals (expected 1.000ms)
    8035. 2022-07-22 10:18:18.672 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 30 lines
    8036. 2022-07-22 10:18:18.693 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8037. 2022-07-22 10:18:18.713 18752-18780/? I/GuardianInput: RightTrigger down
    8038. 2022-07-22 10:18:18.713 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8039. 2022-07-22 10:18:18.816 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8040. 2022-07-22 10:18:18.836 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8041. 2022-07-22 10:18:18.846 8615-8636/? I/Unity: Dialog: Recalibrate : Would you like to recalibrate?
    8042.  
    8043.    If you are with other people, use the same points when prompted.
    8044.    TwoButtonDialog:Show(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    8045.    myapp.ApplicationUIState:showTwoButtonDialog(String, String, Action, Action, String, String, Boolean, Boolean, Action, String, Boolean)
    8046.    myapp.SideBarUIActions:CalibrateButtonClicked()
    8047.    UnityEngine.Events.UnityEvent:Invoke()
    8048.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    8049.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    8050.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    8051.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    8052. 2022-07-22 10:18:18.857 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8053. 2022-07-22 10:18:18.874 18752-18780/? I/GuardianInput: RightTrigger up
    8054. 2022-07-22 10:18:18.878 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8055. 2022-07-22 10:18:18.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8056. 2022-07-22 10:18:18.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8057. 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,
    8058. 2022-07-22 10:18:18.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8059. 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)
    8060. 2022-07-22 10:18:19.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8061. 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
    8062. 2022-07-22 10:18:19.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8063. 2022-07-22 10:18:19.640 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 30 lines
    8064. 2022-07-22 10:18:19.660 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8065. 2022-07-22 10:18:19.673 18752-18780/? I/GuardianInput: RightTrigger down
    8066. 2022-07-22 10:18:19.681 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8067. 2022-07-22 10:18:19.784 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8068. 2022-07-22 10:18:19.804 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8069. 2022-07-22 10:18:19.822 8615-8636/? I/Unity: Changing UI State from RunningWithMenu to CalibratingSimpleOnly
    8070.    myapp.ApplicationUIState:setUIState(UIState)
    8071.    TwoButtonDialog:OnFirstButtonClicked()
    8072.    UnityEngine.Events.UnityEvent:Invoke()
    8073.    UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    8074.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessMouseButton(ButtonDeltaState, PointerEventData)
    8075.    UnityEngine.XR.Interaction.Toolkit.UI.UIInputModule:ProcessTrackedDevice(TrackedDeviceModel&, Boolean)
    8076.    UnityEngine.XR.Interaction.Toolkit.UI.XRUIInputModule:DoProcess()
    8077. 2022-07-22 10:18:19.825 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8078. 2022-07-22 10:18:19.827 8615-8636/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughFB -----------
    8079. 2022-07-22 10:18:19.827 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Destroyed to Created.
    8080. 2022-07-22 10:18:19.827 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    8081. 2022-07-22 10:18:19.828 8615-8636/? I/OpenXR_Passthrough: xrCreatePassthroughFB: Created Insight MR Passthrough feature
    8082. 2022-07-22 10:18:19.828 8615-8636/? I/OVRPlugin: [Insight MR] Successfully initialized passthrough.
    8083. 2022-07-22 10:18:19.829 8615-8636/? I/Unity: startCalibrationProcess called for: IceLeftHandController(Clone)
    8084.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    8085.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    8086.    myapp.HandControllerInput:Update()
    8087. 2022-07-22 10:18:19.830 8615-8636/? I/Unity: Reseting camera objects.
    8088.    Calibration:resetCameraObjects()
    8089.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    8090.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    8091.    myapp.HandControllerInput:Update()
    8092. 2022-07-22 10:18:19.830 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    8093.    BillboardMenu:resetMenuLocationImmediate()
    8094.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    8095.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    8096.    myapp.HandControllerInput:Update()
    8097. 2022-07-22 10:18:19.830 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    8098.    BillboardMenu:resetMenuLocationImmediate()
    8099.    myapp.HandControllerInput:startCalibrationProcess(Boolean, Ray)
    8100.    myapp.HandControllerInput:handleNormalMode(Boolean, Ray)
    8101.    myapp.HandControllerInput:Update()
    8102. 2022-07-22 10:18:19.834 18752-18780/? I/GuardianInput: RightTrigger up
    8103. 2022-07-22 10:18:19.837 8615-8938/? I/OpenXR_Passthrough: ------------ xrCreatePassthroughLayerFB -----------
    8104. 2022-07-22 10:18:19.837 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: For client 2204659461 with content 0
    8105. 2022-07-22 10:18:19.837 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: createLayer: Adding a layer with id 1017, num layers 1.
    8106. 2022-07-22 10:18:19.838 8615-8938/? I/OpenXR_Passthrough: xrCreatePassthroughLayerFB: Created Insight MR layer
    8107. 2022-07-22 10:18:19.838 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughStartFB -----------
    8108. 2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Created to Started.
    8109. 2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Started, CurrentStatus: Paused
    8110. 2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Start
    8111. 2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Paused to Started.
    8112. 2022-07-22 10:18:19.838 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Start for feature 0
    8113. 2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughStart on model
    8114. 2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart()
    8115. 2022-07-22 10:18:19.838 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughStart: Started Passthrough
    8116. 2022-07-22 10:18:19.842 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughLayerResumeFB -----------
    8117. 2022-07-22 10:18:19.842 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: setLayerPaused false layer 1017 for client 2204659461.
    8118. 2022-07-22 10:18:19.842 18594-9032/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughLayer: setPaused: Layer 1017 is being paused false
    8119. 2022-07-22 10:18:19.861 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onResume, for capability 0. Target device 2.
    8120. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    8121. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/1
    8122. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Starting: Passthrough
    8123. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStart: Passthrough.
    8124. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MR:Capability: Passthrough capability: start received from 3535393360
    8125. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStart: Instantiating Passthrough.
    8126. 2022-07-22 10:18:19.861 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initializing.
    8127. 2022-07-22 10:18:19.862 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: PassthroughMesh: Initialized.
    8128. 2022-07-22 10:18:19.862 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: activate: CVP pipeline successfully activated.
    8129. 2022-07-22 10:18:19.863 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: activateClient: client 0 is activated.
    8130. 2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onResume: Resuming Stereo Pipeline.
    8131. 2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: Refreshing online calibration.
    8132. 2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: First capability resumed, switching cameras on.
    8133. 2022-07-22 10:18:19.863 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Resume
    8134. 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
    8135. 2022-07-22 10:18:19.863 760-11162/? E/libosutils: failed to get real path of file /proc/850/cmdline, err: Permission denied
    8136. 2022-07-22 10:18:19.866 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread started
    8137. 2022-07-22 10:18:19.866 760-11162/? I/CameraClientManager: [HEADSET] Added client - started clients: 4
    8138. 2022-07-22 10:18:19.866 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Session initialization timer was set to 736190.198883612 ns.
    8139. 2022-07-22 10:18:19.866 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: setSessionInitTime: Reset session duration timer after 26.178571761 seconds.
    8140. 2022-07-22 10:18:19.867 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Keyboard hand presence ContrastEnhancementMode = Enabled Only For Dark Keyboards
    8141. 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.
    8142. 2022-07-22 10:18:19.867 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    8143. 2022-07-22 10:18:19.867 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    8144. 2022-07-22 10:18:19.868 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    8145. 2022-07-22 10:18:19.870 18663-19990/? I/VrRuntimeService: CreateSwapChain: 3535393360
    8146. 2022-07-22 10:18:19.870 18663-19990/? I/VrRuntimeService: CreateSwapChain: api:gles 0 0x822b 640 640 1 2 1 0 14
    8147. 2022-07-22 10:18:19.871 18663-19990/? I/VrRuntimeServer: CreateTextureSwapChain: result importswapchaingles 1
    8148. 2022-07-22 10:18:19.874 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 353
    8149. 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}
    8150. 2022-07-22 10:18:19.875 18663-19990/? I/VrRuntimeService: UpdateSwapChainSamplerState: 354
    8151. 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}
    8152. 2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid 9127
    8153. 2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 9127 to prime gold (7)
    8154. 2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 1452 to prime gold (7)
    8155. 2022-07-22 10:18:19.884 850-9127/? I/[CT]: MIXEDREALITY: CoreAffinity: Successfully set cpu affinity for thread 850 to prime gold (7)
    8156. 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.
    8157. 2022-07-22 10:18:19.888 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP DFS utilization: 0
    8158. 2022-07-22 10:18:19.888 850-1452/? I/[CT]: Bolt:CVPUtilization: CVP runtime 1547us, frametime 25567286us
    8159. 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).
    8160. 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
    8161. 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
    8162. 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
    8163. 2022-07-22 10:18:20.889 760-8755/? E/SensorService: HMD IMU samples delayed: 6.160ms between sample arrivals (expected 1.000ms)
    8164. 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]
    8165. 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
    8166. 2022-07-22 10:18:21.145 8615-8636/? I/Unity: Going to captureImage(...)
    8167.    myapp.Thumbnails:captureImage(Int64, GameObject, VRDestination, GameObject, ScheduledScreenshot, ThumbnailDestination, Int32, Int32, Single)
    8168.    myapp.<captureRecentExperienceThumbnail>d__18:MoveNext()
    8169.    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    8170. 2022-07-22 10:18:21.257 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    8171. 2022-07-22 10:18:21.268 8615-8636/? W/Unity: Can't set custom eye projection matrix when not in multipass mode
    8172.    UnityEngine.Rendering.PostProcessing.TemporalAntialiasing:ConfigureStereoJitteredProjectionMatrices(PostProcessRenderContext)
    8173.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:Render(PostProcessRenderContext)
    8174.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:BuildCommandBuffers()
    8175.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:OnPreCull()
    8176.  
    8177.    [ line -906706072]
    8178. 2022-07-22 10:18:21.268 8615-8636/? W/Unity: Can't set custom eye projection matrix when not in multipass mode
    8179.    UnityEngine.Rendering.PostProcessing.TemporalAntialiasing:ConfigureStereoJitteredProjectionMatrices(PostProcessRenderContext)
    8180.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:Render(PostProcessRenderContext)
    8181.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:BuildCommandBuffers()
    8182.    UnityEngine.Rendering.PostProcessing.PostProcessLayer:OnPreCull()
    8183.  
    8184.    [ line -906706072]
    8185. 2022-07-22 10:18:21.371 8615-8636/? I/Unity: Dallas DXC.ice : FPS : 35.70101, 66.7115384615385, Performance, CLASSIC,Empty,World Center
    8186.    SceneAnalyzer:ReportFPS()
    8187.    SceneAnalyzer:Update()
    8188. 2022-07-22 10:18:21.382 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=3, pri=0 ) succeeded
    8189. 2022-07-22 10:18:21.398 18752-18780/? I/GuardianInput: RightTrigger down
    8190. 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
    8191.    myapp.Thumbnails:StoreRenderedTexture(RenderTexture)
    8192.    ThumbnailCamera:OnPostRender()
    8193. 2022-07-22 10:18:21.539 8615-8636/? W/Unity: Releasing render texture that is set to be RenderTexture.active!
    8194.    myapp.Thumbnails:StoreRenderedTexture(RenderTexture)
    8195.    ThumbnailCamera:OnPostRender()
    8196.  
    8197.    [ line -906828344]
    8198. 2022-07-22 10:18:21.550 8615-8636/? E/Unity: Releasing render texture that is set as Camera.targetTexture!
    8199. 2022-07-22 10:18:21.559 18752-18780/? I/GuardianInput: RightTrigger up
    8200. 2022-07-22 10:18:21.580 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    8201.    BillboardMenu:resetMenuLocationImmediate()
    8202.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8203.    myapp.HandControllerInput:Update()
    8204. 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,
    8205. 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)
    8206. 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
    8207. 2022-07-22 10:18:22.418 760-8755/? E/SensorService: HMD IMU samples delayed: 7.367ms between sample arrivals (expected 1.000ms)
    8208. 2022-07-22 10:18:22.605 18752-18780/? I/GuardianInput: RightTrigger down
    8209. 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"
    8210.    Calibration:showHiddenGeometry()
    8211.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8212.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8213.    myapp.HandControllerInput:Update()
    8214.  
    8215.    [ line -906695976]
    8216. 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"
    8217.    Calibration:showHiddenGeometry()
    8218.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8219.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8220.    myapp.HandControllerInput:Update()
    8221.  
    8222.    [ line -906695976]
    8223. 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"
    8224.    Calibration:showHiddenGeometry()
    8225.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8226.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8227.    myapp.HandControllerInput:Update()
    8228.  
    8229.    [ line -906695976]
    8230. 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"
    8231.    Calibration:showHiddenGeometry()
    8232.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8233.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8234.    myapp.HandControllerInput:Update()
    8235.  
    8236.    [ line -906695976]
    8237. 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"
    8238.    Calibration:showHiddenGeometry()
    8239.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8240.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8241.    myapp.HandControllerInput:Update()
    8242.  
    8243.    [ line -906695976]
    8244. 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"
    8245.    Calibration:showHiddenGeometry()
    8246.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8247.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8248.    myapp.HandControllerInput:Update()
    8249.  
    8250.    [ line -906695976]
    8251. 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"
    8252.    Calibration:showHiddenGeometry()
    8253.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8254.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8255.    myapp.HandControllerInput:Update()
    8256.  
    8257.    [ line -906695976]
    8258. 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"
    8259.    Calibration:showHiddenGeometry()
    8260.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8261.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8262.    myapp.HandControllerInput:Update()
    8263.  
    8264.    [ line -906695976]
    8265. 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"
    8266.    Calibration:showHiddenGeometry()
    8267.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8268.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8269.    myapp.HandControllerInput:Update()
    8270.  
    8271.    [ line -906695976]
    8272. 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"
    8273.    Calibration:showHiddenGeometry()
    8274.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8275.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8276.    myapp.HandControllerInput:Update()
    8277.  
    8278.    [ line -906695976]
    8279. 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"
    8280.    Calibration:showHiddenGeometry()
    8281.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8282.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8283.    myapp.HandControllerInput:Update()
    8284.  
    8285.    [ line -906695976]
    8286. 2022-07-22 10:18:22.755 8615-8636/? I/Unity: Checking subsystem (0) for boundary points. hasBoundaries=False 0
    8287.    myapp.HandControllerInput:GetBoundaryPoints(Vector3&, Vector3&, Int32&)
    8288.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8289.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8290.    myapp.HandControllerInput:Update()
    8291. 2022-07-22 10:18:22.755 8615-8636/? I/Unity:  No Boundary Points available for Calibration.
    8292.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8293.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8294.    myapp.HandControllerInput:Update()
    8295. 2022-07-22 10:18:22.756 8615-8636/? E/Unity: resetMenuLocationImmediate called.
    8296.    BillboardMenu:resetMenuLocationImmediate()
    8297.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8298.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8299.    myapp.HandControllerInput:Update()
    8300. 2022-07-22 10:18:22.756 8615-8636/? I/Unity: Changing UI State from CalibratingSimpleOnly to Running
    8301.    myapp.ApplicationUIState:setUIState(UIState)
    8302.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8303.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8304.    myapp.HandControllerInput:Update()
    8305. 2022-07-22 10:18:22.760 8615-8636/? I/Unity: Going to new state: CalibratingStagePose
    8306.    Calibration:setCalibrationState(CalibrationState)
    8307.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8308.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8309.    myapp.HandControllerInput:Update()
    8310. 2022-07-22 10:18:22.761 8615-8636/? I/Unity: Enabling Compass
    8311.    Calibration:setCalibrationState(CalibrationState)
    8312.    myapp.HandControllerInput:calibrate2ndPointFinished()
    8313.    myapp.HandControllerInput:handleCalibratingWithPassthrough(Ray)
    8314.    myapp.HandControllerInput:Update()
    8315. 2022-07-22 10:18:22.763 8615-8938/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughLayerFB -----------
    8316. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrClientModelStates: destroyLayer: For client 2204659461 layer 1017.
    8317. 2022-07-22 10:18:22.764 8615-8938/? I/OpenXR_Passthrough: xrDestroyPassthroughLayerFB: Destroyed Insight MR layer
    8318. 2022-07-22 10:18:22.764 8615-8938/? I/OpenXR_Passthrough: ------------ xrPassthroughPauseFB -----------
    8319. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Started to Paused.
    8320. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Started
    8321. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Operation chain: Pause
    8322. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Global status changed from Started to Paused.
    8323. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrServiceController: Queuing command linked to operation Pause for feature 0
    8324. 2022-07-22 10:18:22.764 8615-8636/? I/OpenXR_Passthrough: ------------ xrDestroyPassthroughFB -----------
    8325. 2022-07-22 10:18:22.764 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: Status change from Paused with the operation Pause is not allowed.
    8326. 2022-07-22 10:18:22.764 18594-9032/? W/[CT]: MIXEDREALITY: MrFeatureStatus: clientChangeStatus: client 2204659461 status change not allowed.
    8327. 2022-07-22 10:18:22.764 8615-8636/? E/[CT]: MR_PT: pause failed with error code: -5
    8328. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Client status changed from Paused to Destroyed.
    8329. 2022-07-22 10:18:22.764 18594-9032/? I/[CT]: MIXEDREALITY: MrFeatureStatus: Target status Paused, CurrentStatus: Paused
    8330. 2022-07-22 10:18:22.764 8615-8636/? I/OpenXR_Passthrough: xrDestroyPassthroughFB: Destroyed Insight MR Passthrough Feature
    8331. 2022-07-22 10:18:22.765 8615-8636/? I/Unity: Calibration: Calibrating to Stage: 4576010753585339648 [0] time=56.0081
    8332.    Calibration:Update()
    8333. 2022-07-22 10:18:22.766 8615-8636/? I/Unity: Going to new state: NormalRunning
    8334.    Calibration:setCalibrationState(CalibrationState)
    8335.    Calibration:Update()
    8336. 2022-07-22 10:18:22.766 8615-8636/? I/Unity: Disabling Compass
    8337.    Calibration:setCalibrationState(CalibrationState)
    8338.    Calibration:Update()
    8339. 2022-07-22 10:18:22.768 18752-18780/? I/GuardianInput: RightTrigger up
    8340. 2022-07-22 10:18:22.773 18594-19976/? I/[CT]: MIXEDREALITY: MrClientModelStates: MrService: layer 1017 was queued for destruction
    8341. 2022-07-22 10:18:22.773 18594-19976/? I/[CT]: MIXEDREALITY: MrSvc: PassthroughPresentationLayerImpl: Deallocating framebuffers for layer 1017.
    8342. 2022-07-22 10:18:22.774 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=353
    8343. 2022-07-22 10:18:22.774 18663-19990/? I/VrRuntimeService: DestroySwapChain: swapchain=354
    8344. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough rendering telemetry over 2.9 seconds:
    8345. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - session duration: 2908.3 ms
    8346. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first render: -1000.0 ms
    8347. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - time to first depth map: -1000.0 ms
    8348. 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
    8349. 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
    8350. 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
    8351. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: PassthroughRenderingCapability: sendPassthroughRenderingTelemetry: Logging telemetry.
    8352. 2022-07-22 10:18:22.775 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    8353. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: MrChangePassthroughStatus
    8354. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    8355. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    8356. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    8357. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MR:Capability: Passthrough capability: no clients left, stopping
    8358. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: onStop: Deleting Passthrough.
    8359. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: Passthrough compute telemetry over 2.9 seconds:
    8360. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - using online cal: yes, calibration age: 15.6 minutes
    8361. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - frames processed (stereo/depth): 87.0 (87.0/0.0)
    8362. 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
    8363. 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
    8364. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughTelemetry: - refinement: refine: 292728.0, temporal hist: 416614.0
    8365. 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
    8366. 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
    8367. 2022-07-22 10:18:22.775 850-19973/? I/[CT]: MIXEDREALITY: PassthroughComputeCapability: sendComputeTelemetry: Logging telemetry.
    8368. 2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: PassthroughMesh: ~PassthroughMesh: Exiting.
    8369. 2022-07-22 10:18:22.776 850-19973/? I/[CT]: BOLTDEPTH: CvpDisparityPipeline: deactivate: CVP pipeline successfully deactivated.
    8370. 2022-07-22 10:18:22.776 850-19973/? I/[CT]: BOLTDEPTH: BoltDepthSystem: deactivateClient: depth client 0 is deactivated.
    8371. 2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    8372. 2022-07-22 10:18:22.776 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    8373. 2022-07-22 10:18:22.777 760-9126/? I/FrameSetDispatcher: [HEADSET] Client thread stopping
    8374. 2022-07-22 10:18:22.777 760-11162/? I/FrameSetDispatcher: [HEADSET] Client thread joined
    8375. 2022-07-22 10:18:22.777 760-11162/? I/CameraClientManager: [HEADSET] Removed client - started clients: 3
    8376. 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.
    8377. 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.
    8378. 2022-07-22 10:18:22.777 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    8379. 2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceController: Executing passthroughPause on model
    8380. 2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause()
    8381. 2022-07-22 10:18:22.778 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: passthroughPause: Paused Passthrough
    8382. 2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 0. Target device 2.
    8383. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 0/0
    8384. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Passthrough
    8385. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Passthrough.
    8386. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    8387. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    8388. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    8389. 2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrRuntimeImpl: onPause, for capability 1. Target device 2.
    8390. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrSystemServiceIPCServer: MrSystemServiceIPCServer::ChangeMrCapabilityStatus from 3535393360, request was 1/0
    8391. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Stopping: Playspace
    8392. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: Playspace.
    8393. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: MrRuntimeCompute: onStop: All capabilities are off, pausing stereo pipeline.
    8394. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: sendMrEngine: Pause
    8395. 2022-07-22 10:18:22.786 850-19973/? I/[CT]: MIXEDREALITY: ServiceLogic: Thread mrsyssvc:camera has tid -1
    8396. 2022-07-22 10:18:22.786 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8397. 2022-07-22 10:18:22.814 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8398. 2022-07-22 10:18:22.842 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8399. 2022-07-22 10:18:22.844 18663-8811/? I/CompositorVR: SetSchedFifo( tid=9019, pol=2, pri=0 ) succeeded
    8400. 2022-07-22 10:18:22.871 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8401. 2022-07-22 10:18:22.928 760-8755/? W/SensorService: Arrival timestamp too late
    8402. 2022-07-22 10:18:22.958 760-8755/? W/SensorService: Arrival timestamp too early
    8403. 2022-07-22 10:18:22.955 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8404. 2022-07-22 10:18:22.983 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8405. 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
    8406. 2022-07-22 10:18:23.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8407. 2022-07-22 10:18:23.039 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8408. 2022-07-22 10:18:23.054 852-8752/? I/[CT]: boltlib: DSP utilization: 5.79 % (289 / 5002 ms)
    8409. 2022-07-22 10:18:23.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8410. 2022-07-22 10:18:23.433 760-8755/? E/SensorService: HMD IMU samples delayed: 7.459ms between sample arrivals (expected 1.000ms)
    8411. 2022-07-22 10:18:23.913 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 33 lines
    8412. 2022-07-22 10:18:23.934 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8413. 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]
    8414. 2022-07-22 10:18:23.954 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8415. 2022-07-22 10:18:23.975 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8416. 2022-07-22 10:18:23.995 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8417. 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
    8418. 2022-07-22 10:18:24.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8419. 2022-07-22 10:18:24.448 760-8755/? E/SensorService: HMD IMU samples delayed: 6.095ms between sample arrivals (expected 1.000ms)
    8420. 2022-07-22 10:18:24.940 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 45 lines
    8421. 2022-07-22 10:18:24.961 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8422. 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,
    8423. 2022-07-22 10:18:24.981 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8424. 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)
    8425. 2022-07-22 10:18:25.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8426. 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
    8427. 2022-07-22 10:18:25.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8428. 2022-07-22 10:18:25.063 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8429. 2022-07-22 10:18:25.083 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8430. 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]
    8431. 2022-07-22 10:18:25.104 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8432. 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]
    8433. 2022-07-22 10:18:25.124 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8434. 2022-07-22 10:18:25.268 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    8435. 2022-07-22 10:18:25.288 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8436. 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]
    8437. 2022-07-22 10:18:25.309 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8438. 2022-07-22 10:18:25.329 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8439. 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]
    8440. 2022-07-22 10:18:25.350 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8441. 2022-07-22 10:18:25.494 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    8442. 2022-07-22 10:18:25.514 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8443. 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
    8444. 2022-07-22 10:18:25.535 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8445. 2022-07-22 10:18:26.129 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 29 lines
    8446. 2022-07-22 10:18:26.150 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8447. 2022-07-22 10:18:26.158 8615-8978/? I/Telemetry: App memory usage: PSS=1127MB DalvikPSS=0 MB PrivateDirty=1032MB PrivateClean=76MB
    8448. 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
    8449. 2022-07-22 10:18:26.170 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8450. 2022-07-22 10:18:26.484 760-8755/? E/SensorService: HMD IMU samples delayed: 5.989ms between sample arrivals (expected 1.000ms)
    8451. 2022-07-22 10:18:26.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 39 lines
    8452. 2022-07-22 10:18:26.991 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8453. 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
    8454. 2022-07-22 10:18:27.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8455. 2022-07-22 10:18:27.115 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8456. 2022-07-22 10:18:27.135 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8457. 2022-07-22 10:18:27.153 852-8798/? W/[CT]: VioSubmapManagement: Submap update has failed Mahalanobis check 16 consecutive times. Inflating covariance
    8458. 2022-07-22 10:18:27.156 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8459. 2022-07-22 10:18:27.443 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
    8460. 2022-07-22 10:18:27.464 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8461. 2022-07-22 10:18:27.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    8462. 2022-07-22 10:18:27.484 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8463. 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
    8464. 2022-07-22 10:18:27.505 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8465. 2022-07-22 10:18:27.543 760-8755/? E/SensorService: HMD IMU samples delayed: 6.478ms between sample arrivals (expected 1.000ms)
    8466. 2022-07-22 10:18:27.935 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 21 lines
    8467. 2022-07-22 10:18:27.956 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8468. 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,
    8469. 2022-07-22 10:18:27.977 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8470. 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)
    8471. 2022-07-22 10:18:27.997 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8472. 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
    8473. 2022-07-22 10:18:28.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8474. 2022-07-22 10:18:28.039 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8475. 2022-07-22 10:18:28.056 852-8752/? I/[CT]: boltlib: DSP utilization: 5.12 % (255 / 5001 ms)
    8476. 2022-07-22 10:18:28.059 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8477. 2022-07-22 10:18:28.075 18594-20099/? I/Telemetry: App memory usage: PSS=20MB DalvikPSS=2 MB PrivateDirty=14MB PrivateClean=1MB
    8478. 2022-07-22 10:18:28.079 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8479. 2022-07-22 10:18:28.982 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 44 lines
    8480. 2022-07-22 10:18:29.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8481. 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
    8482. 2022-07-22 10:18:29.023 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8483. 2022-07-22 10:18:29.044 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8484. 2022-07-22 10:18:29.065 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8485. 2022-07-22 10:18:29.079 18752-20368/? I/Telemetry: App memory usage: PSS=40MB DalvikPSS=3 MB PrivateDirty=29MB PrivateClean=5MB
    8486. 2022-07-22 10:18:29.085 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8487. 2022-07-22 10:18:29.598 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 25 lines
    8488. 2022-07-22 10:18:29.618 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8489. 2022-07-22 10:18:29.631 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    8490.      (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    8491. 2022-07-22 10:18:29.639 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8492. 2022-07-22 10:18:29.967 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 16 lines
    8493. 2022-07-22 10:18:29.988 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8494. 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
    8495. 2022-07-22 10:18:30.008 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8496. 2022-07-22 10:18:30.536 760-8755/? E/SensorService: HMD IMU samples delayed: 6.495ms between sample arrivals (expected 1.000ms)
    8497. 2022-07-22 10:18:30.501 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
    8498. 2022-07-22 10:18:30.521 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8499. 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]
    8500. 2022-07-22 10:18:30.542 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8501. 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
    8502. 2022-07-22 10:18:30.562 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8503. 2022-07-22 10:18:30.932 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 18 lines
    8504. 2022-07-22 10:18:30.953 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8505. 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,
    8506. 2022-07-22 10:18:30.973 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8507. 2022-07-22 10:18:30.994 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8508. 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)
    8509. 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
    8510. 2022-07-22 10:18:31.014 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8511. 2022-07-22 10:18:31.835 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 40 lines
    8512. 2022-07-22 10:18:31.855 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8513. 2022-07-22 10:18:31.870 18752-18780/? I/GuardianInput: RightTrigger down
    8514. 2022-07-22 10:18:31.876 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8515. 2022-07-22 10:18:31.979 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8516. 2022-07-22 10:18:31.999 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8517. 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
    8518. 2022-07-22 10:18:32.020 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8519. 2022-07-22 10:18:32.030 18752-18780/? I/GuardianInput: LeftTrigger down
    8520. 2022-07-22 10:18:32.040 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8521. 2022-07-22 10:18:32.055 760-8755/? E/SensorService: HMD IMU samples delayed: 6.074ms between sample arrivals (expected 1.000ms)
    8522. 2022-07-22 10:18:32.061 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8523. 2022-07-22 10:18:32.070 18752-18780/? I/GuardianInput: RightTrigger up
    8524. 2022-07-22 10:18:32.081 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8525. 2022-07-22 10:18:32.164 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    8526. 2022-07-22 10:18:32.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8527. 2022-07-22 10:18:32.188 18752-18780/? I/GuardianInput: RightTrigger down
    8528. 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
    8529. 2022-07-22 10:18:32.205 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8530. 2022-07-22 10:18:32.246 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8531. 2022-07-22 10:18:32.266 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8532. 2022-07-22 10:18:32.267 18752-18780/? I/GuardianInput: LeftTrigger up
    8533. 2022-07-22 10:18:32.287 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8534. 2022-07-22 10:18:32.307 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8535. 2022-07-22 10:18:32.328 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8536. 2022-07-22 10:18:32.347 18752-18780/? I/GuardianInput: LeftTrigger down
    8537. 2022-07-22 10:18:32.349 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8538. 2022-07-22 10:18:32.369 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8539. 2022-07-22 10:18:32.387 18752-18780/? I/GuardianInput: RightTrigger up
    8540. 2022-07-22 10:18:32.390 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8541. 2022-07-22 10:18:32.410 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8542. 2022-07-22 10:18:32.427 18752-18780/? I/GuardianInput: RightTrigger down
    8543. 2022-07-22 10:18:32.431 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8544. 2022-07-22 10:18:32.451 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8545. 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
    8546. 2022-07-22 10:18:32.472 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8547. 2022-07-22 10:18:32.923 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
    8548. 2022-07-22 10:18:32.943 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8549. 2022-07-22 10:18:32.947 18752-18780/? I/GuardianInput: RightTrigger up
    8550. 2022-07-22 10:18:32.965 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8551. 2022-07-22 10:18:32.985 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8552. 2022-07-22 10:18:33.006 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8553. 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
    8554. 2022-07-22 10:18:33.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8555. 2022-07-22 10:18:33.046 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8556. 2022-07-22 10:18:33.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8557. 2022-07-22 10:18:33.067 18752-18780/? I/GuardianInput: RightTrigger down
    8558. 2022-07-22 10:18:33.086 852-8752/? I/[CT]: boltlib: DSP utilization: 5.53 % (277 / 5029 ms)
    8559. 2022-07-22 10:18:33.087 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8560. 2022-07-22 10:18:33.190 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8561. 2022-07-22 10:18:33.211 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8562. 2022-07-22 10:18:33.226 18752-18780/? I/GuardianInput: RightTrigger up
    8563. 2022-07-22 10:18:33.231 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8564. 2022-07-22 10:18:33.252 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8565. 2022-07-22 10:18:33.265 18752-18780/? I/GuardianInput: RightTrigger down
    8566. 2022-07-22 10:18:33.272 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8567. 2022-07-22 10:18:33.395 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    8568. 2022-07-22 10:18:33.416 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8569. 2022-07-22 10:18:33.425 18752-18780/? I/GuardianInput: RightTrigger up
    8570. 2022-07-22 10:18:33.436 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8571. 2022-07-22 10:18:33.457 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8572. 2022-07-22 10:18:33.465 18752-18780/? I/GuardianInput: RightTrigger down
    8573. 2022-07-22 10:18:33.477 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8574. 2022-07-22 10:18:33.601 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    8575. 2022-07-22 10:18:33.621 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8576. 2022-07-22 10:18:33.625 18752-18780/? I/GuardianInput: RightTrigger up
    8577. 2022-07-22 10:18:33.642 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8578. 2022-07-22 10:18:33.662 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8579. 2022-07-22 10:18:33.665 18752-18780/? I/GuardianInput: RightTrigger down
    8580. 2022-07-22 10:18:33.683 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8581. 2022-07-22 10:18:33.929 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 12 lines
    8582. 2022-07-22 10:18:33.949 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8583. 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,
    8584. 2022-07-22 10:18:33.969 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8585. 2022-07-22 10:18:33.991 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8586. 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)
    8587. 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
    8588. 2022-07-22 10:18:34.011 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8589. 2022-07-22 10:18:34.023 18752-18780/? I/GuardianInput: RightTrigger up
    8590. 2022-07-22 10:18:34.031 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8591. 2022-07-22 10:18:34.195 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    8592. 2022-07-22 10:18:34.216 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8593. 2022-07-22 10:18:34.222 18752-18780/? I/GuardianInput: LeftTrigger up
    8594. 2022-07-22 10:18:34.236 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8595. 2022-07-22 10:18:34.318 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    8596. 2022-07-22 10:18:34.339 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8597. 2022-07-22 10:18:34.343 18752-18780/? I/GuardianInput: LeftTrigger down
    8598. 2022-07-22 10:18:34.359 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8599. 2022-07-22 10:18:34.462 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8600. 2022-07-22 10:18:34.483 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8601. 2022-07-22 10:18:34.502 18752-18780/? I/GuardianInput: RightTrigger down
    8602. 2022-07-22 10:18:34.503 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8603. 2022-07-22 10:18:34.593 760-8755/? E/SensorService: HMD IMU samples delayed: 6.077ms between sample arrivals (expected 1.000ms)
    8604. 2022-07-22 10:18:34.564 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8605. 2022-07-22 10:18:34.585 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8606. 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]
    8607. 2022-07-22 10:18:34.593 760-8755/? W/SensorService: Arrival timestamp too late
    8608. 2022-07-22 10:18:34.606 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8609. 2022-07-22 10:18:34.625 760-8755/? W/SensorService: Arrival timestamp too early
    8610. 2022-07-22 10:18:34.708 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8611. 2022-07-22 10:18:34.729 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8612. 2022-07-22 10:18:34.739 18752-18780/? I/GuardianInput: RightTrigger up
    8613. 2022-07-22 10:18:34.749 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8614. 2022-07-22 10:18:34.790 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8615. 2022-07-22 10:18:34.811 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8616. 2022-07-22 10:18:34.818 18752-18780/? I/GuardianInput: RightTrigger down
    8617. 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
    8618. 2022-07-22 10:18:34.832 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8619. 2022-07-22 10:18:34.975 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    8620. 2022-07-22 10:18:34.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8621. 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
    8622. 2022-07-22 10:18:35.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8623. 2022-07-22 10:18:35.018 18752-18780/? I/GuardianInput: RightTrigger up
    8624. 2022-07-22 10:18:35.037 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8625. 2022-07-22 10:18:35.058 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8626. 2022-07-22 10:18:35.064 18752-18780/? I/GuardianInput: RightTrigger down
    8627. 2022-07-22 10:18:35.078 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8628. 2022-07-22 10:18:35.098 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8629. 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]
    8630. 2022-07-22 10:18:35.104 18752-18780/? I/GuardianInput: LeftTrigger up
    8631. 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]
    8632. 2022-07-22 10:18:35.119 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8633. 2022-07-22 10:18:35.201 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    8634. 2022-07-22 10:18:35.222 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8635. 2022-07-22 10:18:35.225 18752-18780/? I/GuardianInput: RightTrigger up
    8636. 2022-07-22 10:18:35.242 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8637. 2022-07-22 10:18:35.304 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8638. 2022-07-22 10:18:35.324 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8639. 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]
    8640. 2022-07-22 10:18:35.345 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8641. 2022-07-22 10:18:35.365 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8642. 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]
    8643. 2022-07-22 10:18:35.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8644. 2022-07-22 10:18:35.432 760-8796/? E/SensorService: Frame associated with stale frame sync: sync seqId: 8, frame seqId: 3
    8645. 2022-07-22 10:18:35.432 760-8796/? E/SensorService: Frame is either too old or is arriving before frame sync
    8646. 2022-07-22 10:18:35.432 760-8796/? E/HollywoodCameraProvider: Frame marked invalid by frame generator
    8647. 2022-07-22 10:18:35.465 760-8796/? E/SensorService: FrameType CONTROLLER: Releasing incomplete frame set: Received frame from next frame set
    8648. 2022-07-22 10:18:35.427 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8649. 2022-07-22 10:18:35.448 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8650. 2022-07-22 10:18:35.467 852-8804/? E/[CT]: CONSTELLATION: No image data for camera
    8651. 2022-07-22 10:18:35.468 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8652. 2022-07-22 10:18:35.469 852-8804/? E/[CT]: CONSTELLATION: Missing data for camera 0
    8653. 2022-07-22 10:18:35.489 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8654. 2022-07-22 10:18:35.550 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8655. 2022-07-22 10:18:35.571 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8656. 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
    8657. 2022-07-22 10:18:35.591 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8658. 2022-07-22 10:18:35.714 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    8659. 2022-07-22 10:18:35.735 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8660. 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
    8661. 2022-07-22 10:18:35.755 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8662. 2022-07-22 10:18:35.981 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 11 lines
    8663. 2022-07-22 10:18:36.002 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8664. 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
    8665. 2022-07-22 10:18:36.022 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8666. 2022-07-22 10:18:36.515 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 24 lines
    8667. 2022-07-22 10:18:36.536 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8668. 2022-07-22 10:18:36.539 18663-18779/? I/VrRuntimeService: RuntimeServiceSDKServer::SetGuardianSystemState: 280799707
    8669. 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
    8670. 2022-07-22 10:18:36.548 18752-18780/? W/GuardianOpenXrMgr: @@@ wait frame retry=10 dtWait=0.000001 dtFrame=71.550430 submittedFrameIndex=27688
    8671. 2022-07-22 10:18:36.556 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8672. 2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=18780, pol=5, pri=1 ) succeeded
    8673. 2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20358, pol=5, pri=1 ) succeeded
    8674. 2022-07-22 10:18:36.571 18663-8811/? I/CompositorVR: SetSchedFifo( tid=20370, pol=5, pri=1 ) succeeded
    8675. 2022-07-22 10:18:36.577 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8676. 2022-07-22 10:18:36.925 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
    8677. 2022-07-22 10:18:36.946 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8678. 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,
    8679. 2022-07-22 10:18:36.966 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8680. 2022-07-22 10:18:36.987 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8681. 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)
    8682. 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
    8683. 2022-07-22 10:18:37.007 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8684. 2022-07-22 10:18:37.135 760-8755/? E/SensorService: HMD IMU samples delayed: 6.390ms between sample arrivals (expected 1.000ms)
    8685. 2022-07-22 10:18:37.458 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
    8686. 2022-07-22 10:18:37.479 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8687. 2022-07-22 10:18:37.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceModel: commitLayerState: (every 10 seconds), ImagesAndCompute: false, ImagesOnly: false, NoRequirement: true.
    8688. 2022-07-22 10:18:37.499 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8689. 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
    8690. 2022-07-22 10:18:37.520 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8691. 2022-07-22 10:18:37.622 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8692. 2022-07-22 10:18:37.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8693. 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]
    8694. 2022-07-22 10:18:37.663 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8695. 2022-07-22 10:18:37.971 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 15 lines
    8696. 2022-07-22 10:18:37.992 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8697. 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
    8698. 2022-07-22 10:18:38.012 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8699. 2022-07-22 10:18:38.053 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8700. 2022-07-22 10:18:38.074 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8701. 2022-07-22 10:18:38.088 852-8752/? I/[CT]: boltlib: DSP utilization: 6.33 % (316 / 5002 ms)
    8702. 2022-07-22 10:18:38.095 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8703. 2022-07-22 10:18:38.483 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 19 lines
    8704. 2022-07-22 10:18:38.504 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8705. 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
    8706. 2022-07-22 10:18:38.525 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8707. 2022-07-22 10:18:38.647 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 6 lines
    8708. 2022-07-22 10:18:38.668 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8709. 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
    8710. 2022-07-22 10:18:38.688 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8711. 2022-07-22 10:18:38.976 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
    8712. 2022-07-22 10:18:38.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8713. 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
    8714. 2022-07-22 10:18:39.017 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8715. 2022-07-22 10:18:39.057 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8716. 2022-07-22 10:18:39.078 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8717. 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
    8718. 2022-07-22 10:18:39.098 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8719. 2022-07-22 10:18:39.201 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 5 lines
    8720. 2022-07-22 10:18:39.222 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8721. 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
    8722. 2022-07-22 10:18:39.242 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8723. 2022-07-22 10:18:39.283 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8724. 2022-07-22 10:18:39.303 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8725. 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
    8726. 2022-07-22 10:18:39.324 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8727. 2022-07-22 10:18:39.345 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8728. 2022-07-22 10:18:39.365 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8729. 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
    8730. 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
    8731. 2022-07-22 10:18:39.386 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8732. 2022-07-22 10:18:39.674 760-8755/? E/SensorService: HMD IMU samples delayed: 6.790ms between sample arrivals (expected 1.000ms)
    8733. 2022-07-22 10:18:39.734 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 17 lines
    8734. 2022-07-22 10:18:39.755 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8735. 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.
    8736. 2022-07-22 10:18:39.775 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8737. 2022-07-22 10:18:39.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    8738. 2022-07-22 10:18:39.960 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8739. 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,
    8740. 2022-07-22 10:18:39.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8741. 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)
    8742. 2022-07-22 10:18:40.001 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8743. 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
    8744. 2022-07-22 10:18:40.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8745. 2022-07-22 10:18:40.103 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 4 lines
    8746. 2022-07-22 10:18:40.123 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8747. 2022-07-22 10:18:40.130 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] activated
    8748. 2022-07-22 10:18:40.130 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1776.651s, behavior transition: None -> AtRest
    8749. 2022-07-22 10:18:40.144 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8750. 2022-07-22 10:18:40.185 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8751. 2022-07-22 10:18:40.205 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8752. 2022-07-22 10:18:40.224 852-8787/? I/[CT]: CONSTELLATION: R: Detected IMU motion => Leaving static state.
    8753. 2022-07-22 10:18:40.226 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8754. 2022-07-22 10:18:40.240 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] deactivated
    8755. 2022-07-22 10:18:40.240 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1776.761s, behavior transition: AtRest -> None
    8756. 2022-07-22 10:18:40.246 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8757. 2022-07-22 10:18:40.533 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
    8758. 2022-07-22 10:18:40.554 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8759. 2022-07-22 10:18:40.564 852-8798/? W/[CT]: VIO_HAS_TRACKING: Bad tracking: large covariance-weighted vision correction : 580.81793 > 90
    8760. 2022-07-22 10:18:40.564 852-8798/? W/[CT]: VEGA:PERCEPTUAL_HM: Bad tracking: tracker health is bad
    8761. 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.
    8762. 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)
    8763. 2022-07-22 10:18:40.575 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8764. 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
    8765. 2022-07-22 10:18:40.587 852-8798/? I/[CT]: VegaTracker: [Throttled count=7] Performing big search to recover from bad map tracking or new reloc.
    8766. 2022-07-22 10:18:40.595 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8767. 2022-07-22 10:18:40.687 760-8755/? E/SensorService: HMD IMU samples delayed: 6.383ms between sample arrivals (expected 1.000ms)
    8768. 2022-07-22 10:18:40.656 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8769. 2022-07-22 10:18:40.677 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8770. 2022-07-22 10:18:40.687 852-8783/? W/[CT]: VisionInterface: [Throttled count=2] Delayed IMU measurements detected! Capture Time: 736211.011599125 [sec], Arrival Time: 736211.019144229 [sec], Time Delta: 0.007545104 [sec]
    8771. 2022-07-22 10:18:40.697 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8772. 2022-07-22 10:18:40.985 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 14 lines
    8773. 2022-07-22 10:18:41.005 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8774. 2022-07-22 10:18:41.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
    8775. 2022-07-22 10:18:41.026 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8776. 2022-07-22 10:18:41.046 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8777. 2022-07-22 10:18:41.067 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8778. 2022-07-22 10:18:41.077 852-8787/? I/[CT]: CONSTELLATION: L: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
    8779. 2022-07-22 10:18:41.087 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8780. 2022-07-22 10:18:41.148 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8781. 2022-07-22 10:18:41.169 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8782. 2022-07-22 10:18:41.178 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] activated
    8783. 2022-07-22 10:18:41.179 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1777.699s, behavior transition: None -> AtRest
    8784. 2022-07-22 10:18:41.196 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8785. 2022-07-22 10:18:41.975 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 38 lines
    8786. 2022-07-22 10:18:41.996 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8787. 2022-07-22 10:18:42.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
    8788. 2022-07-22 10:18:42.016 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8789. 2022-07-22 10:18:42.213 760-8755/? E/SensorService: HMD IMU samples delayed: 6.826ms between sample arrivals (expected 1.000ms)
    8790. 2022-07-22 10:18:42.672 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 32 lines
    8791. 2022-07-22 10:18:42.693 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8792. 2022-07-22 10:18:42.706 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] deactivated
    8793. 2022-07-22 10:18:42.706 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1779.227s, behavior transition: AtRest -> None
    8794. 2022-07-22 10:18:42.710 852-8787/? I/[CT]: CONSTELLATION: L: Detected IMU motion => Leaving static state.
    8795. 2022-07-22 10:18:42.713 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8796. 2022-07-22 10:18:42.727 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 29.405, Duration: 0.002 sec, TimeStamp: 736213.062500 sec
    8797. 2022-07-22 10:18:42.733 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8798. 2022-07-22 10:18:42.754 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 1 line
    8799. 2022-07-22 10:18:42.774 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8800. 2022-07-22 10:18:42.783 18752-18780/? I/GuardianControllerCollisionTracker: Guardian Controller Collision: Magnitude: 42.616, Duration: -1.000 sec, TimeStamp: 736213.062500 sec
    8801. 2022-07-22 10:18:42.795 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8802. 2022-07-22 10:18:42.939 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    8803. 2022-07-22 10:18:42.959 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8804. 2022-07-22 10:18:42.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,
    8805. 2022-07-22 10:18:42.980 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8806. 2022-07-22 10:18:42.997 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=29,Mem=76.5,Jit=0.6mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(2.7ms,g=2.0,I=76,Ir=14204.4)(5.7ms,g=3.0,I=83,Ir=4905.3)(5.7ms,g=3.0,I=67,Ir=3965.9)(5.2ms,g=2.0,I=75,Ir=7270.4)
    8807. 2022-07-22 10:18:43.000 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8808. 2022-07-22 10:18:43.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
    8809. 2022-07-22 10:18:43.021 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8810. 2022-07-22 10:18:43.062 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8811. 2022-07-22 10:18:43.082 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8812. 2022-07-22 10:18:43.088 852-8752/? I/[CT]: boltlib: DSP utilization: 7.86 % (393 / 5000 ms)
    8813. 2022-07-22 10:18:43.103 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8814. 2022-07-22 10:18:43.123 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8815. 2022-07-22 10:18:43.132 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Right] activated
    8816. 2022-07-22 10:18:43.132 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Right] t = 1779.653s, behavior transition: None -> AtRest
    8817. 2022-07-22 10:18:43.134 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:AtRest: [Left] activated
    8818. 2022-07-22 10:18:43.134 852-8787/? I/[CT]: INPUT_TRACKING:ControllerMotionModel: [Left] t = 1779.654s, behavior transition: None -> AtRest
    8819. 2022-07-22 10:18:43.143 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8820. 2022-07-22 10:18:43.164 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8821. 2022-07-22 10:18:43.167 852-8787/? I/[CT]: CONSTELLATION: L: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
    8822. 2022-07-22 10:18:43.180 760-969/? I/SyncBossHAL: [info   ] syncboss_hal_powerstate.c(50): Reporting powerstate event: PROX_OFF
    8823. 2022-07-22 10:18:43.181 18097-18248/? D/VrPowerManagerService: processing message: sensor changed
    8824. 2022-07-22 10:18:43.181 18097-18248/? I/VrPowerManagerService: transition from HEADSET_MOUNTED to HEADSET_UNMOUNTED
    8825. 2022-07-22 10:18:43.182 850-850/? D/SensorClientUtils: Received transition request to STANDBY current is RUNNING
    8826. 2022-07-22 10:18:43.182 850-850/? D/SensorClientUtils: Executing transition from RUNNING to STANDBY
    8827. 2022-07-22 10:18:43.182 852-1100/? D/SensorClientUtils: Received transition request to STANDBY current is RUNNING
    8828. 2022-07-22 10:18:43.182 852-1100/? D/SensorClientUtils: Executing transition from RUNNING to STANDBY
    8829. 2022-07-22 10:18:43.182 852-1103/? D/SensorClientUtils: Received transition request to STANDBY current is RUNNING
    8830. 2022-07-22 10:18:43.182 852-1103/? D/SensorClientUtils: Executing transition from RUNNING to STANDBY
    8831. 2022-07-22 10:18:43.182 18663-18663/? D/VrRuntimeService: Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    8832. 2022-07-22 10:18:43.183 18663-18663/? D/VrRuntimeService: mounted state: false
    8833. 2022-07-22 10:18:43.183 18527-18573/? D/VrPowerManagerClient: Headset state: 2
    8834. 2022-07-22 10:18:43.183 18594-18594/? I/[CT]: MIXEDREALITY: MrService: MountStateChanged: false
    8835. 2022-07-22 10:18:43.183 18527-18573/? V/ControllerNotifications: Handling unmount notification
    8836. 2022-07-22 10:18:43.183 32703-32703/? D/[SUI] AnytimeUIBroadcastReceiver: action: com.oculus.intent.action.MOUNT_STATE_CHANGED
    8837. 2022-07-22 10:18:43.184 31716-31716/? D/[OAO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    8838. 2022-07-22 10:18:43.184 31716-31716/? D/[OAO] ShellOverlayService: onMountStateChanged: false
    8839. 2022-07-22 10:18:43.184 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8840. 2022-07-22 10:18:43.184 18594-19976/? I/VrRuntimeClient: UpdateEvents: HMT was UNmounted
    8841. 2022-07-22 10:18:43.185 32347-32347/? D/[SEO] BaseOverlayService: screenStateReceiver Received broadcast: com.oculus.intent.action.MOUNT_STATE_CHANGED
    8842. 2022-07-22 10:18:43.186 31879-32159/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 0
    8843. 2022-07-22 10:18:43.184 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeSendOverlayCommand
    8844. 2022-07-22 10:18:43.186 31716-31716/? I/[OAO] ShellOverlayServiceJNI: NativeWake
    8845. 2022-07-22 10:18:43.186 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread
    8846. 2022-07-22 10:18:43.186 31716-31716/? I/[OAO] ShellOverlayMain: WakeVrThread - notifying vr thread
    8847. 2022-07-22 10:18:43.186 31716-32053/? I/[OAO] ShellOverlayApp: VrThread woke up
    8848. 2022-07-22 10:18:43.186 31716-32053/? I/[OAO] ShellOverlayApp: 0xc263abd0 msg: overlayCommand:
    8849.    command = mountStateChanged
    8850.    state = 0
    8851. 2022-07-22 10:18:43.186 31716-32053/? I/[OAO] ShellOverlayApp: Process_OverlayCommand command : mountStateChanged
    8852. 2022-07-22 10:18:43.186 31716-32053/? I/[OAO] ShellOverlayApp: mountStateChanged message received
    8853. 2022-07-22 10:18:43.186 18752-18780/? I/StateMachine: StateMachine::Update GuardianInitializationStateMachine: unmountEvent -> Unmounted_Black
    8854. 2022-07-22 10:18:43.186 18752-18780/? I/GuardianSystem: Headset was unmounted
    8855. 2022-07-22 10:18:43.187 18752-20358/? I/VrRuntimeClient: UpdateEvents: HMT was UNmounted
    8856. 2022-07-22 10:18:43.188 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: change from Awake to WaitingForSleep
    8857. 2022-07-22 10:18:43.188 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: isWakingOrUnlockingIntoWake : 0
    8858. 2022-07-22 10:18:43.188 31716-32053/? I/[OAO] ShellOverlayApp: ResolveDeviceState: interactionState : None
    8859. 2022-07-22 10:18:43.189 31716-32053/? I/[OAO] ShellOverlayApp: Start sleep timeout. Now:736213.521156, Timeout:736215.521156
    8860. 2022-07-22 10:18:43.190 6810-6810/? W/VRLifecycleSessionManager: No apps were active so skipping session.
    8861. 2022-07-22 10:18:43.190 1484-1548/? W/PresenceAPKNative(hyperspace_controller_module): is_mounted: 0
    8862. 2022-07-22 10:18:43.190 6810-6810/? W/VRLifecycleManager: onHeadsetUnmounted
    8863. 2022-07-22 10:18:43.190 6810-6810/? W/VRLifecycleManager: onHeadsetUnmounted
    8864. 2022-07-22 10:18:43.193 7462-7462/? W/VRLifecycleSessionManager: No apps were active so skipping session.
    8865. 2022-07-22 10:18:43.193 7462-7462/? W/VRLifecycleManager: onHeadsetUnmounted
    8866. 2022-07-22 10:18:43.194 18663-18747/? I/UnifiedTelemetryWrapper: Stopped UT session don
    8867. 2022-07-22 10:18:43.205 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8868. 2022-07-22 10:18:43.208 624-624/? W/VRLifecycleManager: onHeadsetUnmounted
    8869. 2022-07-22 10:18:43.209 31356-31356/? W/VRLifecycleManager: onHeadsetUnmounted
    8870. 2022-07-22 10:18:43.216 32703-32703/? D/[SUI] AnytimeUIBroadcastReceiver: action: com.oculus.systemactivities.CAPTURE_STATE_UPDATE
    8871. 2022-07-22 10:18:43.216 32703-32703/? I/[SUI] AnytimeUIBroadcastReceiver: handleCaptureStateUpdate: captureToDisk false, captureEnabled false, isCapturingAbuseReport false, abuseRecordingUUID null
    8872. 2022-07-22 10:18:43.217 31356-31356/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: false
    8873. 2022-07-22 10:18:43.217 31356-31356/? I/OVRPlatform: [AudioManager] Current headsetMounted_ false
    8874. 2022-07-22 10:18:43.217 31356-31356/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    8875. 2022-07-22 10:18:43.218 852-8787/? I/[CT]: CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose.
    8876. 2022-07-22 10:18:43.218 624-624/? I/OVRPlatform: [AudioManager] SetHeadsetMounted: false
    8877. 2022-07-22 10:18:43.218 624-624/? I/OVRPlatform: [AudioManager] Current headsetMounted_ false
    8878. 2022-07-22 10:18:43.218 624-624/? I/OVRPlatform: [AudioManager] Current headphoneStatus_: DISCONNECTED
    8879. 2022-07-22 10:18:43.228 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8880. 2022-07-22 10:18:43.240 32347-32347/? D/[SEO] ShellControlBroadcastReceiver: onReceive with MainActivity native pointer 3587301552, action com.oculus.systemactivities.CAPTURE_STATE_UPDATE
    8881. 2022-07-22 10:18:43.240 32347-32347/? D/[SEO] ShellApplication: isTrustedAppLaunch early exit. Not a trusted action.com.oculus.systemactivities.CAPTURE_STATE_UPDATE
    8882. 2022-07-22 10:18:43.240 32347-32347/? D/[SEO] ShellControlBroadcastReceiver: isLaunchAction = false, isTrustedAppLaunch = false
    8883. 2022-07-22 10:18:43.240 32347-32347/? D/[SEO] ShellControlBroadcastReceiver: IsCaptureStateUpdateAction
    8884. 2022-07-22 10:18:43.242 31716-31716/? D/DeviceHelper: isScreenOn = true
    8885. 2022-07-22 10:18:43.244 31716-31716/? D/[OAO] ShellOverlayBroadcastReceiver: onReceive with ShellOverlayService native pointer 3587499520, action com.oculus.systemactivities.CAPTURE_STATE_UPDATE
    8886. 2022-07-22 10:18:43.249 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8887. 2022-07-22 10:18:43.699 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 22 lines
    8888. 2022-07-22 10:18:43.720 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8889. 2022-07-22 10:18:43.728 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Right] state transition: TorsoInitialized -> InRange
    8890. 2022-07-22 10:18:43.740 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8891. 2022-07-22 10:18:43.761 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8892. 2022-07-22 10:18:43.766 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Left] state transition: TorsoInitialized -> InRange
    8893. 2022-07-22 10:18:43.782 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8894. 2022-07-22 10:18:43.967 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 9 lines
    8895. 2022-07-22 10:18:43.987 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8896. 2022-07-22 10:18:44.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
    8897. 2022-07-22 10:18:44.008 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8898. 2022-07-22 10:18:44.602 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 29 lines
    8899. 2022-07-22 10:18:44.623 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8900. 2022-07-22 10:18:44.634 852-8776/? I/[CT]: VIPER: InternalAnchorHealthMonitor: Anchors: 1 | Persistent anchors: 1 | Anchors never observed: 1
    8901.      (min/avg/max) Anchor landmarks: (65|65|65) | Covisible keyframes: (132|132|132) | Times since observation: (-/-/-)
    8902. 2022-07-22 10:18:44.643 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8903. 2022-07-22 10:18:44.705 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 3 lines
    8904. 2022-07-22 10:18:44.726 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8905. 2022-07-22 10:18:44.750 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Left] state transition: InRange -> Init
    8906. 2022-07-22 10:18:44.752 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8907. 2022-07-22 10:18:44.752 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Left] state transition: Init -> TorsoInitialized
    8908. 2022-07-22 10:18:44.772 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8909. 2022-07-22 10:18:44.793 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8910. 2022-07-22 10:18:44.804 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Right] state transition: InRange -> Init
    8911. 2022-07-22 10:18:44.806 852-8787/? I/[CT]: INPUT_TRACKING:Behavior:OutOfFoVRotation: [Right] state transition: Init -> TorsoInitialized
    8912. 2022-07-22 10:18:44.813 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8913. 2022-07-22 10:18:44.977 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 8 lines
    8914. 2022-07-22 10:18:44.998 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8915. 2022-07-22 10:18:45.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
    8916. 2022-07-22 10:18:45.018 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8917. 2022-07-22 10:18:45.036 852-8787/? D/TrackingService: [HANDTRACKING] Controller 4a4d8199d5955b23 in hand: N, valid: Y
    8918. 2022-07-22 10:18:45.059 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8919. 2022-07-22 10:18:45.080 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8920. 2022-07-22 10:18:45.098 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: 4a4d8199d5955b23 (R): [FusionTracked=1.000, OutputTracked=0.803, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
    8921. 2022-07-22 10:18:45.101 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8922. 2022-07-22 10:18:45.110 852-8787/? I/[CT]: CONSTELLATION:IMU_STATUS: e6e349e957f83390 (L): [FusionTracked=1.000, OutputTracked=0.638, OutputValid=1.000] [AccelSat=0.000, GyroSat=0.000]
    8923. 2022-07-22 10:18:45.121 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8924. 2022-07-22 10:18:45.135 852-8787/? D/TrackingService: [HANDTRACKING] Controller e6e349e957f83390 in hand: N, valid: Y
    8925. 2022-07-22 10:18:45.162 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 2 lines
    8926. 2022-07-22 10:18:45.183 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8927. 2022-07-22 10:18:45.196 31716-32053/? I/[OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:736215.521156, Now:736215.528944. Sleeping...
    8928. 2022-07-22 10:18:45.196 31716-32053/? I/[OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state
    8929. 2022-07-22 10:18:45.203 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8930. 2022-07-22 10:18:45.347 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 7 lines
    8931. 2022-07-22 10:18:45.367 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8932. 2022-07-22 10:18:45.371 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: 4a4d8199d5955b23 (R): BlobDetection:[#BlobsDetected=(17.29, 45.96)]Matching:[MatchSuccess=0.867, MatchCost=(0.00201, 0.00000), #MatchedBlobs=(8.54, 17.66), #MatchedLeds=(5.07, 5.46), RematchM=0.010, SkipRefine=0.010] MatchMethod:[Prox=0.867, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(8.849, 4.879), RematchF=0.033] FusionUpdates:[Successful=0.741, Reliable=0.738, TightFusion=0.741, FullPose=0.000, StaticPrior=0.259, StaticForHandTrans=0.286, PoseUpdateMD=(0.0000, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
    8933. 2022-07-22 10:18:45.388 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8934. 2022-07-22 10:18:45.404 852-8804/? I/[CT]: CONSTELLATION:VISION_STATUS: e6e349e957f83390 (L): BlobDetection:[#BlobsDetected=(17.22, 46.66)]Matching:[MatchSuccess=0.894, MatchCost=(0.00190, 0.00001), #MatchedBlobs=(7.70, 11.50), #MatchedLeds=(4.29, 2.90), RematchM=0.010, SkipRefine=0.053] MatchMethod:[Prox=0.894, ConstBrute=0.000, UnconstBrute=0.000] MatchResets[AnomBlobSize=0.000, SharedMatch=0.000, DenseReacq=0.000] | Fusion:[FusionError=0.000, ImuFromCamMs=(8.999, 5.178), RematchF=0.047] FusionUpdates:[Successful=0.611, Reliable=0.588, TightFusion=0.608, FullPose=0.003, StaticPrior=0.389, StaticForHandTrans=0.409, PoseUpdateMD=(0.0507, 0.0000)] FusionResets[6DoFReset=0.000, ResetSuccess=0.000] FusionStatus[HasPosition=1.000, HasVelocity=1.000]
    8935. 2022-07-22 10:18:45.408 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8936. 2022-07-22 10:18:45.773 760-8755/? E/SensorService: HMD IMU samples delayed: 6.017ms between sample arrivals (expected 1.000ms)
    8937. 2022-07-22 10:18:45.941 18594-19976/? I/chatty: uid=10007(com.oculus.mrservice) mrsvc::render identical 26 lines
    8938. 2022-07-22 10:18:45.962 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8939. 2022-07-22 10:18:45.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,
    8940. 2022-07-22 10:18:45.982 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8941. 2022-07-22 10:18:45.999 852-8798/? I/[CT]: VIPER: Mode=Vega,Status=6DoF,TRACKING,Inl=43,Mem=76.6,Jit=7.0mm,Issues(Cam/min=5.3,IMU/min=0.0),Exp=(4.2ms,g=2.0,I=75,Ir=9020.9)(7.6ms,g=9.0,I=144,Ir=2098.0)(7.6ms,g=9.0,I=5,Ir=80.5)(5.6ms,g=5.0,I=76,Ir=2745.1)
    8942. 2022-07-22 10:18:45.999 852-8798/? W/[CT]: VIPER: High jitter warning.
    8943. 2022-07-22 10:18:46.003 18594-19976/? I/[CT]: MIXEDREALITY: MrServiceView: renderIteration: onPause(). (b)
    8944.  
     
  2. rwblodgett

    rwblodgett

    Joined:
    Apr 4, 2017
    Posts:
    67
    I have found a workaround that seems to avoid the freezing.

    If I disable the passthrough in the OnPostRender callback rather than from the Update callback, then it works. No freezes so far.
     
    fillipyang7 likes this.
  3. fillipyang7

    fillipyang7

    Joined:
    Apr 24, 2023
    Posts:
    3
    Thanks a lot ! it's helps!
     
    Last edited: Apr 26, 2023
  4. ftribelicense

    ftribelicense

    Joined:
    Jun 8, 2022
    Posts:
    2
    Hello, I have a question, maybe Meta didn't share the lib for then Native Android Mixed Reality Capture right?. I can't see .so file in lib download anywhere
     
  5. fifafeefif

    fifafeefif

    Joined:
    Aug 26, 2015
    Posts:
    4
    Awesome, thanks! Also waiting for end of frame works:

    Code (CSharp):
    1. private IEnumerator DisableMixedRealityRoutine()
    2. {
    3.     yield return new WaitForEndOfFrame();
    4.  
    5.     ovrManager.isInsightPassthroughEnabled = false;
    6. }
     
    ImpossibleRobert likes this.
  6. codeyhuntting

    codeyhuntting

    Joined:
    Jan 5, 2023
    Posts:
    1
    This workaround also worked in my case, thanks!