Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phone gets heated when running my application

Tags:

ios

iphone

device

When I use my application for awhile, I have noticed that the device gets hot. Apple devices usually get hot when running applications, so I want to know if there's a method to check if I have done something wrong in my application.

I don't think the Allocations tool in Instruments could help me diagnose the problem.

like image 613
Illep Avatar asked Apr 18 '12 01:04

Illep


1 Answers

Instruments can definitely help you solve this. Your device gets hot as a direct result of intense CPU activity, which Instruments can track and show you your CPU usage and memory allocations.

like image 138
Mick MacCallum Avatar answered Oct 11 '22 17:10

Mick MacCallum