Where are Android logcat files stored?

chaimp picture chaimp · Dec 12, 2010 · Viewed 47.7k times · Source

I'm looking for the log file(s) that are made by logcat. Where are they typically stored?

Answer

Ravi picture Ravi · Dec 13, 2010

They are stored as circular memory buffers on the device. If you run "adb logcat > myfile" on your host system, you can retrieve the content into a file.