0

I've got a difficult to fix bug. It's an exception bad access, that won't throw an all exception breakpoint. No stack trace is given. Turning zombies on isn't trigger any zombies, etc.

While memory usage is insignificant I notice that Energy Impact is quite high, both CPU and GPU.

Here's a screenshot of the usage.

enter image description here Will the OS kill your app in this case, and not give much warning or information? Is there anything I can trip similar to applicationDidReceiveMemoryWarning?

chris P
  • 6,359
  • 11
  • 40
  • 84

1 Answers1

0

Per Apple's guidelines here for Performance Tips, there is no indication that excessive power usage will result in your app being terminated.

The only reference to the OS taking action is located here:

The power management system in iOS conserves power by shutting down any hardware features that are not currently being used

CodeBender
  • 35,668
  • 12
  • 125
  • 132