Using low GPU priority for background rendering

我与影子孤独终老i 提交于 2019-12-14 03:44:51

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/25039363/using-low-gpu-priority-for-background-rendering

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!