Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using low GPU priority for background rendering

Tags:

ios

gpu

How to debug "Using low GPU priority for background rendering."

I see on console of an app using AVFoundation on iOS8 beta4?

I suppose I'm doing some unneeded work that I could skip saving the battery and eliminating the message I've tripped

like image 476
Anton Tropashko Avatar asked Jul 30 '14 14:07

Anton Tropashko


1 Answers

according to apple documentation, iOS does not allow its GPU to any background application for obvious reason that its not on Foreground.

like image 116
Syed Ali Salman Avatar answered Nov 15 '22 15:11

Syed Ali Salman