Top "Logcat" questions

Logcat is the command to view and filter information from the Android logging system, but more often the name is used as a synonym for the Android logging system itself.

Implementing a while loop in android

I can't understand the implementation of a while loop in android. Whenever I implement a while loop inside the onCreate() …

android loops while-loop implementation logcat
Using adb logcat with a real phone (and not the emulator)

when I'm using the Android emulator I can do "adb logcat" to see output messages (log / system.out.println) originated …

android adb logcat
Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider

Anyone knows what does this error mean? I get it in LogCat shell every time I connect with my android …

android facebook login logcat
How to display long messages in logcat

I am trying to display long message on logcat. If the length of message is more than 1000 characters, it gets …

android logcat
What is com.google.android.gm?

One of my logs is returning the following message: 12-07 10:42:45.201 6622-17013/? D/DownloadManager: 23 Starting {Apk-apks_1.1.017-812_releaseVersion.apk} by {10112:com.…

android logcat android-log
Saving Logcat to a text file in Android Device

I had found some crashes while running the application in android device, which is not showing in emulator. So i …

java android eclipse logcat android-sdcard
E/art﹕ Failed sending reply to debugger: Broken pipe, but application still runs

When I run my application many lines appear in the logcat but only one error: E/art﹕ Failed sending reply …

java android debugging android-studio logcat
How can I erase the old data from logcat?

When I execute the command adb logcat while running the android emulator, all of the old logs blow past and …

android android-emulator logcat
Android studio logcat not working

There is very awkward thing I am facing logcat is shown in debugging application but while running(not debugging) application …

java android android-studio adb logcat
Display Logcat in Terminal?

Edit/Solution: execute ./adb logcat in the platform-tools directory. Original Question: I know that there's a way to display the …

android terminal logcat