Where are Android logcat files stored?

后端 未结 3 715
眼角桃花
眼角桃花 2020-12-08 02:29

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

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 02:46

    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.

提交回复
热议问题