logging - Where to find exported GameKit log files? -



logging - Where to find exported GameKit log files? -

on ios can export gamekit log files within settings app. fails tell find these log files. cannot view them xcode->devices either.

i found information. hope helps!

getting crash logs without xcode

after plugging in device, , syncing itunes, crash logs can found in next locations, depending on platform:

crash log locations

mac os x: ~/library/logs/crashreporter/mobiledevice/<device_name> windows xp: c:\documents , settings\\application data\apple computer\logs\crashreporter\mobiledevice\<device_name> windows vista or 7: c:\users\<username>\appdata\roaming\apple computer\logs\crashreporter\mobiledevice\<device_name>

logging gamekit

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -