I have an iPhone app that uses the user's location, and transit information, to display the arrivals of nearby trains. I have a bug in the code that I run into once or twice a week, and I'm having a hard time reproducing. I'm NSLogging relevant information, but the console logs only go back a few hours on my phone.
Does anyone know of a good tool or method to get log information further back than whats available on the iphone?
Should I just log to a file?
Thanks for your help in advance