Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App crashes and restarts phone

I'm beta testing an app, and on most devices it works fine. But I found at least one device (iphone 6s, but I have other of that working fine), it's not the app that crashes, the whole telephone just restarts. Nothing to find in the logs and no clue where in the app this is caused.

How is this even possible? Where to start looking?

like image 991
Axel Zehden Avatar asked Nov 10 '22 08:11

Axel Zehden


1 Answers

I encountered a similar problem, an app crash that totally reboot my iPhone. I discovered what was with this workaround:

  1. Connect your device to your Mac
  2. Open Xcode --> Window --> Devices
  3. Select on the left your device
  4. Clean on the bottom the log
  5. Redo the same steps for crash the app
  6. See what happens on the log

For more clarity, you should have this window:

enter image description here

You probably see a lot of lines but with a little patience you should see what it's the problem, or just see the area problem at least.

I hope this helps!

like image 168
Massimo Polimeni Avatar answered Nov 14 '22 21:11

Massimo Polimeni