Logcat [NO ROOT]

3.4
612 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

PLEASE READ DESCRIPTION.

Read Android logs without root access. The app uses remote debugging to connect to phone local ADB daemon. Configuring remote debugging on a phone can be challenging and requires some technical expertise. It has to be done once and after each device reboot.

Enable USB debugging first on your device. Navigate to Settings > About Phone and tap Build number seven times. Go back, access the Developer options menu and check USB debugging option.

Next step is to enable remote debugging. You need to have Android SDK installed on your computer. Connect your phone via USB cable and run following adb command:

adb tcpip 5555

Disconnect USB cable before trying to use the app. Some phones have problems handling network ADB connection when they are connected via USB as well.

Sometimes establishing connection to ADB hangs and requires killing and restarting the app. It seems to be a problem with ADB daemon itself and not the app issue.
Updated on
Nov 12, 2023

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

3.4
582 reviews
A Google user
September 25, 2018
This app does exactly what it says it does, allows you to view the all logcat files on your phone without root. Those giving this app a bad review, do not understand how this works or what it is used for and should not use this app. A bit of history, when Google released Android 4.1, they changed the system so that an app can only read its logcat file and not others. For an app to read all logcat files, you either need root access or you need to issue a command using ADB on a computer. You cannot just install this app and expect it to work out of the box. To get this app to work, first you need to enable USB debugging in Developer options on your phone. ADB and this app need that to issue the command and access the logcat files. Then, you need to plug your phone into a computer that has ADB on it. Once it is plugged in, you need to open the command prompt on your phone, navigate to the folder with ADB, and then run the command "adb tcpip 5555." This app then uses remote debugging (acts like a PC to access USB debugging), so each time you open this app, you will need to allow the "computer" to access the phone.
152 people found this review helpful
Did you find this helpful?
Jon
September 24, 2020
Works perfectly, I feel sorry for the developer for all the bad ratings from people who can't read. Traditionally, people learn to read before they learn to write, it seems the exception to that flocked to bad reviews of this app. And even more scary is that probably half are developers... Disturbing! Anyway, grwat app, works as stated, nice interface and balance on features.
63 people found this review helpful
Did you find this helpful?
Kuba Michalik
December 27, 2023
Kindly allow setting adb port manually. I'd rather input a random port every time I use it instead of having to open a well known port over USB every time I reboot.
Did you find this helpful?

What's new

Add Android 14 support