The app make heating iOS devices #742
Unanswered
congcoi123
asked this question in
Q&A
Replies: 1 comment 3 replies
-
From the screen above it seems like CPU usage is low. What about GPU usage ? Probably it causes the heat |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am using the Libgdx framework to develop an application that contains network processing. There are no issues with the Android app version, however, when users use the iOS version, their devices significantly get hot after 10 minutes.
I tried to debug and profiler the app in Android Studio but did not find any potential problems, then I carried on to check the iOS version by using the Xcode tool Instruments, however, I had no idea how to check all other info but the thermal data.
As I am not sure which might be the root cause for it, I would like to ask if any of you were struggling with the same issues, or is there any workaround to catch the bugs or resolve the current problem?
Thank you so much for your time. Any feedback is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions