Logcat Reader

4.1
513 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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 :)
Updated on
May 17, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.1
490 reviews
Br1Jm0h4n
August 3, 2025
Absolutely love this Logcat reader! It’s clean, fast, and super helpful for debugging my Android apps on the go. The interface is intuitive, and I can easily filter logs, search by tag, or even export them. I appreciate how lightweight and responsive it is, even on older devices.
Did you find this helpful?
Alex Reed
April 30, 2025
I went back to v-1.7.2 because of the search feature. When you search in the old version it will filter out anything that doesn't include the term you are searching for which works great for me. I can also see why the new search would be helpful to many who may want to see the before and after events. Thanks for a great app!
2 people found this review helpful
Did you find this helpful?
Darshan Parajuli
April 30, 2025
Good feedback. I think I'll add an option in the settings to toggle whether search should highlight or filter. Thanks!
A Google user
May 24, 2025
MAY 2025 - Filter on search 👏🏼 Previous: My goto logcat viewer. Nice refresh! (Individual regex filters that are OR'd and can be individually enabled/disabled. Search and regex can be enabled, highlights hits. Copy to Clipboard LOG) Plus more!
3 people found this review helpful
Did you find this helpful?
Darshan Parajuli
April 14, 2025
Thanks for the feedback. I think that'd be a good addition. Thanks, Darshan

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