mea36
mea36

Reputation: 746

iphone - device logging

While fiddling around with the settings on the device I'm testing my app on (iPod Touch) I saw a development setting where I can turn logging on.

Does anyone know where this logs to? I know I can see log statements via the console but I'm hoping to get some log statement when the device isn't connect to my computer.

Upvotes: 0

Views: 732

Answers (2)

FreeAsInBeer
FreeAsInBeer

Reputation: 12979

Your device will continue logging even when it's not connected to your mac. To see the logs, you need to open Xcode, click the 'Window' menu item, and then 'Organizer'. Then select your device and then select the 'Device Logs' tab. For some reason (for me at least) viewing the logs seems flaky, so if nothing shows up, you may need to completely quit Xcode and restart it.

Upvotes: 1

sudo rm -rf
sudo rm -rf

Reputation: 29524

You have to go into the Xcode organizer, and click on your device. The logs will then show up in that window.

Upvotes: 0

Related Questions