EasyAR scene crashes after working the first time:

0 votes
asked Sep 22, 2020 by itmaster (200 points)
When I was checking the app for any bugs, I found that there is a problem in regards to the loading of the scene where if I load the game after installation, the AR scene loaded properly, but after exiting the app and loading the AR scene again, the game just crashed after a couple of minutes of waiting. Is there a way that can be done to avoid the crash from happening after subsequent loadings of the same AR scene.

This is done on a Xiaomi Redmi 9 Pro, under Android 10, with ARCore installed.

Here's the video of what happened.

https://drive.google.com/file/d/1OG473DI9sKn7H62r3aMxceVp8fKcIUcT/view?usp=sharing

Thanks in advance!

1 Answer

0 votes
answered Sep 23, 2020 by kenn (18,750 points)
A few suggestions,

1. Can you observe the same issue in the samples?

2. Look at system logs to see if anything unusual happens.

3. If you mean exit to background (app not really exit), check if Engine.onPause() and Engine.onResume() are called as expected.

4. If you mean the app is killed (like force stopped), then the phone or phone maker should be responsible for this issue.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...