- Home /
Three Frames Loop, Then Crashes
My game keeps crashing on android, but not in the inspector. The only pattern I've noticed is that when it crashes it repeats the last three frames at various speeds, and then crashes. Sometimes it repeats the frames and only crashes when I let go of the touch controls. I can't access the profiler as my ADB doesn't work with my phone for some reason.
It could be anything, try getting the log file of your phone (there are some free apps to show the logs), there should be some hit there about the crash.
I'll give that a shot and i'll update back here as soon as I can
Answer by redeemer · May 28, 2015 at 01:09 AM
Just saying as a possible cause, if you have a memory leak and your game uses too much memory, a mobile device, usually would close the program, it just happend to me a while ago.
Not having access to the profiler is a great disadvantage. You could try a diferent device if you can get your hands on other model to see if you can run the profiler with it.