We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The app crashes when exiting the AR screen that uses ARSceneView in Jetpack Compose.
Below are the errors observed in the logs:
pid: 14008, tid: 14008, name: ple.timecapsule >>> com.example.timecapsule <<<
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #12 pc 000000000025a4d0 /data/app/~~2c5f-mnmJo2aRdLtxIHUdg==/com.example.timecapsule-Jb4f1yq9rnaT89GOuYecGA==/base.apk (io.github.sceneview.ar.node.AnchorNode.detachAnchor+0)
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #17 pc 000000000025a4b0 /data/app/~~2c5f-mnmJo2aRdLtxIHUdg==/com.example.timecapsule-Jb4f1yq9rnaT89GOuYecGA==/base.apk (io.github.sceneview.ar.node.AnchorNode.destroy+0)
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #22 pc 00000000000086d8 /data/data/com.example.timecapsule/code_cache/.overlay/base.apk/classes17.dex (com.example.timecapsule.ui.ar.ArScreenKt$ArScreen$2$1$invoke$$inlined$onDispose$1.dispose+0)
The text was updated successfully, but these errors were encountered:
SceneView/sceneform-android#209 this seems like same issue.
Sorry, something went wrong.
No branches or pull requests
The app crashes when exiting the AR screen that uses ARSceneView in Jetpack Compose.
Below are the errors observed in the logs:
pid: 14008, tid: 14008, name: ple.timecapsule >>> com.example.timecapsule <<<
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #12 pc 000000000025a4d0 /data/app/~~2c5f-mnmJo2aRdLtxIHUdg==/com.example.timecapsule-Jb4f1yq9rnaT89GOuYecGA==/base.apk (io.github.sceneview.ar.node.AnchorNode.detachAnchor+0)
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #17 pc 000000000025a4b0 /data/app/~~2c5f-mnmJo2aRdLtxIHUdg==/com.example.timecapsule-Jb4f1yq9rnaT89GOuYecGA==/base.apk (io.github.sceneview.ar.node.AnchorNode.destroy+0)
2024-12-26 21:53:04.941 15722-15722 DEBUG crash_dump64 A #22 pc 00000000000086d8 /data/data/com.example.timecapsule/code_cache/.overlay/base.apk/classes17.dex (com.example.timecapsule.ui.ar.ArScreenKt$ArScreen$2$1$invoke$$inlined$onDispose$1.dispose+0)
The text was updated successfully, but these errors were encountered: