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.

Why doesn't logcat show anything in my Android?

Why doesn't logcat show anything in my Android (while developing apps with Eclipse)? It just doesn't print anything. It's empty.

android eclipse logging logcat
How to enable LogCat/Console in Eclipse for Android?

While working on a simple program in Android, I mistakenly closed LogCat window and I want to know how to …

android eclipse logcat
sendUserActionEvent() is null

I've got a real doozy here. When I click on spinners, open menu items, or open context menus on long-clicks …

android android-view logcat samsung-mobile
How to empty (clear) the logcat buffer in Android

How can I empty (clear) the logcat buffer in Android? I use adb logcat from command line and pipe the …

android shell adb logcat
Need to handle uncaught exception and send log file

UPDATE: Please see "accepted" solution below When my app creates an unhandled exception, rather than simply terminating, I'd like to …

android exception-handling logcat
Why logcat is not showing anything?

I am using Eclipse classic to develope my Android applications. But I am not able to see any messages in …

android logcat
getExtractedText on inactive InputConnection warning on android

I get the following warning in my logcat. getExtractedText on inactive InputConnection I'm unable to find the reason behind it. …

java android logcat
How to filter logcat in Android Studio?

In my logcat there is too much output, so I'd like to filter it using some keywords, basically displaying only …

android-studio logcat
Huawei, logcat not showing the log for my app?

OK, logcat is showing system logs but it is not showing application log on my Huawei Ascend. If I switch …

android android-studio adb logcat android-logcat
Read logcat programmatically within application

I want to read and react to logcat logs within my application. I found the following code: try { Process process = …

android logcat android-logcat