When debugging crashes and errors, the NSLog() function is incredibly useful, even vital.
Unfortunately, some errors can provoked by pushing an app to the background, and that same act 'cuts' the ability to receive NSLog info, which makes debugging crashes related to moving an app into the background very difficult. How can I get NSLog info after moving the program to the background?