No, not that I am aware of. It's pretty straightforward though; all you need to do is call startLoggingAsync on every event you want to record, then downloadLogAndStopLoggingAsync when you want to retrieve the data. You'll also want to use the Bolts Framework to properly handle errors and chain the tasks together, see:
Comments
startLoggingAsyncon every event you want to record, thendownloadLogAndStopLoggingAsyncwhen you want to retrieve the data. You'll also want to use the Bolts Framework to properly handle errors and chain the tasks together, see: