Where are an iPhone app's NSLog statements recorded on Windows?
I am trying to debug an issue one of my testers is facing. The tester is on a Wind开发者_StackOverflow中文版ows and I have put in some NSLog statements in my code to analyze the issue at hand.
On a Mac, when I sync my device with iTunes, I can see the NSLog statements in Console.app. But where does in show up on a PC?
I know where to find the crash logs. But the app doesn't crash, so thats not going to help much.
Thanks for any help.
You could use the iPhone configuration utility - that is available for both, windows and mac os.
精彩评论