How can my iOS application read messages from the devices console log. I want to programmatically read through these log entries (like reading a file?), select some, and email them to support.
I'm aware of one iPhone application which lets you view the log. It's name is Console. However, I can't figure out what classes or APIs he used. One person suggested it was done using ASL functions, but I don't know what these are or where they are documented.
I'm also aware of several alternatives to using NSLog such as NSLogger and CocoaLumberJack, but we aren't ready to implement these at this time.
Thanks very much for any help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…