Logcat [NO ROOT APK] – Download (Android App)
![Logcat [NO ROOT APK] - Download (Android App)](https://interreviewed.com/wp-content/uploads/2022/05/download-logcat-no-root-apk-780x470.jpeg)
PLEASE READ DESCRIPTION.
Read Android logs without root privileges. The app uses remote debugging to connect to the phone’s local ADB daemon. Configuring remote debugging on a phone can be tricky and requires some technical expertise. It has to be done once and after every device reboot.
Enable USB debugging first on your device. Navigate to Settings > About phone and tap Build number seven times. Back, go to the Developer Options menu and check the USB debugging option.
The next step is to enable remote debugging. You need to install the Android SDK on your computer. Connect your phone via USB cable and run the following adb command:
adb tcpip 5555
Disconnect the USB cable before attempting to use the application. Some phones have trouble handling the ADB network connection when they are also connected via USB.
Sometimes establishing a connection to ADB hangs and requires shutting down and restarting the application. Looks like this is an issue with the ADB daemon itself, not an application issue.