Possible Duplicate:
iPhone OS Memory Warnings. What Do The Different Levels Mean?
I can see memory warnings in the console, and write them using NSLog(@"%s", __ func__)
, but I don't know how to determine the level of the memory warning.
Is there a way to programmatically determine the level of a memory warning that my iOS application is receiving?