Crash logs generated by iPhone Simulator? -
Are there any crash logs generated by the iPhone Simulator?
The simulator crashes a lot but does not leave any traces in the console ... crash logs will be useful.
NSLog ()
will display output from the app running in the console simulator. Crash logs are saved in the file.
I have found something under my home directory
~ / Library / Logs / DiagnosticReports /
.rrash
, whatever I have not yet understood, how it is generated to generate it, even if debugger Captures EXC_BAD_ACCESS
Signals. Currently Code>, then when the emulator crashes automatically . The logs for the app crashing (but still the emulator device is running fine), these are:
~ / Library / Logs / CoreSimulator
< / Blockquote>per accident, there is a sub folder with a unique ID sort by date, so that your recent accident is the first sub-folder. Inside this, start by looking at
stderr.log
andsystem.log
.Also, directly under
CoreSimulator
, seeCursimilator.log
andSimulator.log
.
Comments
Post a Comment