How can I view iphone logging (e.g. NSLog) after restarting the application?
I am interested in the answer for both using (a) a simulator and (b) an iOS device.
Reference Information. In this case, I have some problems that undoubtedly arise in my code with how the application should start, get the previous state and go to the controller / view that was before it was terminated. Therefore, I want to see the log when it starts.
source
share