Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HI, Using UIRecorder in Instruments comes with IPhone SDK, how to play recorded actions stored as .trace files.Please let me know..!

Thanks Nagaraj

share|improve this question

1 Answer

Hey.
Record in instruments means recording some statistics (defined by given instruments in Instruments), not recording actions you perform on app. Actually You need to perform actions on iPhone or provide JavaScript (that is using UIAutomation api) that will do actions on your app.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.