开发者

Received Memory Warning [Level 1]

开发者 https://www.devze.com 2023-04-13 07:30 出处:网络
In my project I am receiving this error Received Memory Warning [level 1] I have checked through build and analysis and Instruments. There are no leaks present but still when I debug the applicati

In my project I am receiving this error

Received Memory Warning [level 1]

I have checked through build and analysis and Instruments. There are no leaks present but still when I debug the application in device I get this error in console. Can any开发者_JAVA百科one suggest me a solution.


This just means that you're using a lot of memory and available memory is low. This warning can happen, for example, if you are loading lots of images. The warning exists so that you can free any cached data, unload views that aren't visible, etc. as needed to avoid a crash, e.g. in didReceiveMemoryWarning. This is not (necessarily) an error or bug in your code.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号