Reputation: 796
I installed my application in iPhone.I put more NSLogs in the application.I tested it and pull the console logs by using iPhone configuration utility.
At some times it's showing half of the logs (Few minutes before). I want the logs that include statements from application installation and launching of app. It is possible to get entire logs?
Upvotes: 1
Views: 419
Reputation: 4068
NSLog
outputs to the console in XCode, not on the phone. You can find crash logs in the Diagnostics
section of the iPhone settings, but not NSLog
output.
Upvotes: 1
Reputation: 12717
Enjoy Live feed.
Cheers.
Upvotes: 2