
Logcat Reader
View, search and save your device's logs
App info
Advertisement
App description
Android App Analysis and Review: Logcat Reader, Developed by Darshan Parajuli. Listed in Tools Category. Current Version Is 2.3.0, Updated On 17/05/2025 . According to users reviews on Google Play: Logcat Reader. Achieved Over 228 thousand Installs. Logcat Reader Currently Has 502 Reviews, Average Rating 4.1 Stars
Logcat Reader makes it easy to view and save the device logs. The source code is available at github.com/darshanparajuli/LogcatReader.Features:
• Color coded logs based on log priority
• Search through log messages and tags (supports highlighting)
• Option to select from available log buffers*
• Save logs as a simple text file (as you would see via logcat)
• Material theme (includes dark mode and dynamic color options)
• Compact view option
*May not work on all devices, in which case, the option will simply not be present in Settings.
Permissions:
android.permission.WRITE_EXTERNAL_STORAGE
Needed for saving logs.
android.permission.READ_LOGS
Required for showing all of the logs, not just the ones produced by the Logcat Reader app itself; instructions to grant this permission will show every time the app is opened.
Tested on:
HTC One (m7)
HTC 10
Pixel 9 Pro
GitHub: https://github.com/darshanparajuli/LogcatReader
Thank you for checking out this app :)
We are currently offering version 2.3.0. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
* Add option to filter the logs list by search keyword instead of highlighting the search hits
* Add option to copy package name
* Miscellaneous improvements
* Add option to copy package name
* Miscellaneous improvements
Recent Comments
A Google user
Granted the permission but still not capturing app crash event. Also, adb command should be accessible through settings to make it easy to figure out once the window displaying it is closed. Update: got it to work after completely closing and reopening the app (restarting didn't work). Shouldn't have to do that, or should at least tell you to do it if needed. Also, should be able to search then copy all entries or save them to a separate file, to make it easier to get just the ones you need.
A Google user
Unfortunately the app cannot filter a period by time. This is crucial for me, since I'm debugging crashes, and I don't know what causes them but I do know when they happened. I have to scroll through thousands of logs before I get to the time which was a minute ago.
A Google user
Works great. Just note, the command you need to write is all one line. obvious when you think about it but i brain farted. Helps me figure out programs that are installed and doing rogue things like auto adjusting my volume everytime i unlock my phone! (webex). this tool isnt just for developers!
Gleb Syrovatskii
Impossible to use. Search instead of searching does filtering, and after clearing the search string the current found position of interest is reset. Please let me find the position and be able to examine the surrounding entries!:(
A Google user
I by-mistakely deleted a key-module in my device.. And landed with many problems on my device.With the perfect filters and beautiful ui of this app.. i was able to identify that which module exactly it was. Then i downloaded it from web.. and everything got fixed.. Loved it♡♡♡♡
A Google user
Definitely one of the best logcat apps on Android, it doesn't require root, instead, you grant access with an ADB shell command. Decent UI, good filtering features, dark theme, it has everything I expected.
A Google user
Works without root but had to restart twice. UI could be more usable. e.g. long clicking an event automatically adds its PID/TID/log lebel into filters or possibility to disable to filter to avoid the need to recreate them.
Yury Gotgelf
Very useful and convenient program. I am missing only one little thing: START_RECORDING_EXTRA in order to start the recording automatically at application launch. Would you kindly add? Thanks.