Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 138 forks source link

Andriod Apk crash when create cloudAnchor #401

Closed deno-wz closed 1 year ago

deno-wz commented 1 year ago

[severity:It bothers me. A fix would be nice] When I use await cloudManager.CreateAnchorAsync(newCloudAnchor); When uploading cloud anchors, occasional andriodApk crashes occur. Errors caught in Andreod are:

Microsoft.Azure.SpatialAnchors.NativeLibrary:ssc_cloud_spatial_anchor_session_process_frame (intptr,intptr) 2023/03/23 17:40:36.835 23341 23371 Error AndroidRuntime #01 Microsoft.Azure.SpatialAnchors.CloudSpatialAnchorSession:ProcessFrame (intptr) <0x27> 2023/03/23 17:40:36.835 23341 23371 Error AndroidRuntime #02 Microsoft.Azure.SpatialAnchors.Unity.SpatialAnchorManager:ProcessLatestFrame () <0x26b> 2023/03/23 17:40:36.835 23341 23371 Error AndroidRuntime #03 Microsoft.Azure.SpatialAnchors.Unity.SpatialAnchorManager:ArCameraManager_frameReceived ( UnityEngine.XR.ARFoundation.ARCameraFrameEventArgs) <0x43> 2023/03/23 17:40:36.835 23341 23371 Error AndroidRuntime #04 (wrapper delegate-invoke) System.Action`1 :invoke_void_T (UnityEngine.XR.ARFoundation.ARCameraFrameEventArgs) Why is this happening? Please teach you!

My call is 18715278565, please contact me in time!

deno-wz commented 1 year ago

I have Commited a new issue !