Why there is no official recommendation on how to retrieve records of Log class? I know that "Log" is:
` Log is a logging class that you can utilize in your code to print out messages to the LogCat.
Also:
` You can use LogCat from within DDMS or call it on an ADB shell.
But how can we save these records in a file?
I'm aware of a bunch of "unofficial" approaches to achieve that, but no where in android's documentation are they mentioned (hence the name "unofficial")