Attention!
The content on this website hasn't been updated in a while and is provided as-is, without warranty of any kind. It is mostly kept up for archival purposes.
The content on this website hasn't been updated in a while and is provided as-is, without warranty of any kind. It is mostly kept up for archival purposes.
In layman’s terms, it is just a log that contains many outputs from the Android system. Logcats are extremely helpful for developers to analyse the problem that appears from their creations.
To retrieve a logcat, there are two methods, one from your device itself and another is through the adb on your computer.
You can get a logcat from your phone. In this section, we will be demonstrating on how to retrieve a log from the all famous CatLog app. You may use any other log-fetching app of your choice, but, the steps below won’t be compatible with the other apps.
You can follow the excellent guide from Lineage OS to learn how to take a logcat.
Once you’re done, you can submit the captured logcat.txt
to the developer.