darshanparajuli / LogcatReader

A simple app for viewing logs on an android device.
MIT License
580 stars 103 forks source link

Write logs on storage real-time so that file gets saved even if device reboot #36

Open Tisckkytt opened 4 years ago

Tisckkytt commented 4 years ago

Log recorder which writes the logs on storage in real-time, not after the recording has stopped. This helps to capture logs of buggy apps which trigger the device to reboot. I only found one app which can do that, Logcat Extreme.

darshanparajuli commented 4 years ago

This sounds like a good idea, thanks!

LeondeDios commented 2 years ago

Help