Extracting Device Logs

Android device logs (or logcat) can be collected via Android Debug Bridge (ADB).


1 - Installation

The official tool is installed alongside Android Studio but the size of the installer is 1.6GB. Personally, I use a tool created by the community which is only 9MB and only installs what is needed, as opposed to the whole SDK. If you are interested in using the same tool, then we suggest to install it from here.

If you want to use the official Android Studio instead, then please proceed to this link.


2 - Preparing the device

  1. Navigate to Settings -> About -> Software Info (may vary according to device model)
  2. Tab 7 times on "Build Number" to activate the hidden "Developer Options" menu
  3. Back on the main settings, you should now see a menu called "Developer Options"
  4. Inside this menu, please activate the option "USB Debugging"


3 - Preparing the connection

  1. Plug your Android device via USB to your Windows machine
  2. Open the command line and navigate to: C:\adb
  3. Type the following command: adb devices
  4. Your device should now prompt you to trust this computer

4 - Extracting the logs to your Computer

  1. Open your command line and make sure that you are on the folder C:\adb
  2. Enter the following to clear your buffer: adb logcat -c
  3. Enter the following to start extracting logs: adb logcat -v time > logcat.txt
  4. Replicate the issue
  5. Once replicated, use the keyboard combination "Ctrl+c" to close the extraction
  6. You should now find the file with your logs at c:\adb\logcat.txt

Parsing the Log File

  1. Select your log file with the button below
  2. Click on Parse!




Click here for preview!

Disclaimer: All data is private, confidential and fully encrypted. Results and uploaded file ARE NOT recorded.