About 248,000 results
Open links in new tab
  1. [Tutorial] How To Logcat - XDA Forums

    Jun 22, 2012 · Here's how to use logcat: There are two main ways to do a logcat, within android, and through adb. Logcat within android can be done one of two ways, through a Logcat app: …

  2. [GUIDE] [ADB]Easiest How to use adb, logcat, etc for noobs and …

    Feb 10, 2013 · Logcat:- A real time log of what is happening in background of our devices. It is really useful for developers to see which component has malfunctioned and helps to narrow …

  3. [GUIDE] How to read logcat messages [USER-FRIENDLY]

    May 5, 2014 · Hi all ! Here's my guide to read logcat. The post will be updated regularly when needed. 1.) How to logcat Assuming you already have adb : adb logcat To logcat and save …

  4. How can I view and examine the Android log?

    The preferred way is to download the SDK and use adb logcat (requires to activate "developer options" on device). There are apps available for viewing the full system log, however they …

  5. [UNIVERSAL][LOGCAT]How to get & read a logcat/ Troubleshoot …

    May 11, 2013 · The only difference between grabbing a logcat while running and grabbing one during a bootloop is the program you're going to use. Instead of the standard adb bridge, we'll …

  6. [GUIDE][NOOB-FRIENDLY] How to take logcat - XDA Forums

    Jun 6, 2014 · 1. Logcat within android device can be done in one of two ways, through a Logcat app: Difficulty --> Very Easy Here are two good apps: aLogcat or Catlog Both of these …

  7. Identify the source process and/or app from an output in the logcat

    Logcat can show the process ID (PID) that outputs the log message. For command-line: adb logcat will use threadtime by default, which shows the PID For Android Studio: Open the …

  8. How can I get a LogCat? - Android Enthusiasts Stack Exchange

    What is a LogCat? A "LogCat" is for debugging applications / Android system. When applications / Android crash the output the "explanation" for the crash, the Exception Stacktrace, to a Log. …

  9. [APP] [5.0+] Logcat Reader Professional - XDA Forums

    Oct 4, 2021 · Logcat Reader Professional is a log reader that offers desktop-quality filtering options and clarity, aimed at both developers and experienced users. Features (Free) Simple …

  10. [GUIDE] ADB, logcat, shell, etc | XDA Forums

    Feb 11, 2013 · ADB:- Android Debug Bridge Very useful program made itself by Google for Programmers and developers. Its based on command line and basically communicates with …