Hi,
I'm at a loss for how to debug my camera-based app on IOS using Titanium. As long as the functionality I'm working with is supported by the iPhone Emulator, I can get Titanium to output any debug info I need to the console, but in this case the emulator won't be able to activate the camera, so I can't tell if the image blob has been created, and I can't confirm that it's ready for me to upload to my server. My upload functionality is based on the Kitchen Sink's xhr_fileupload.js example which uses the photogallery to upload an image. But I need to get real-time debug info so that I can follow the process from the time the image is captured by the camera to when it is POSTED to the server.
Would appreciate any help on how I can setup my debug environment with this use case.
Thanks.
2 Answers
Please connect your iPhone with mac via USB. RThen you can start the organizer in xcode, go to device and you can see the log.
Rainer
25
Your Answer
Think you can help? Login to answer this question!