I have a question regarding Apple System Log Facility (asl) on iOS. What is the persistence of messages in asl on device? It seems to me that messages are somehow kept in the buffer on device (which gives approximately 10 minutes to the past) and accessible only thru socket and are wiped when device restarts. Is this true? Can be older logs accessed somehow after device gets jailbroken. I'm interested mainly in messages from applications (NSLog...).
Thanks a lot!