I\'m looking for the log file(s) that are made by logcat. Where are they typically stored?
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.