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.

Android LogCat Filter for multiple tags in Eclipse

Clicked on create filter could not figure out from docs how to create a filter for say two or more …

android filter filtering logcat
Android Studio not showing Logcat with Flutter

I'm using Android Studio for Flutter App Development. Everything seems to be working fine just that the Android Studio does …

android android-studio flutter logcat
What is the difference between logcat vs. dmesg?

What log source is used by logcat (with default settings: adb shell logcat). Are dmesg logs included in logcat's output? …

android logcat dmesg
Why do I see "No Debuggable Applications" in Android Studio Logcat while my application is running?

I wanted to filter what is shown in the Android Studio Logcat to show what is relevant to my application …

android-studio logcat
Logcat full of "input svInfo.flags is 8" while app is running

When I run almost any app on android studio, my logcat gets full of messages like: "? E/GnssHAL_GnssInterface: gnssSvStatusCb: …

android android-studio compiler-errors logcat
AbsListView unregisterIRListener() is called

I'm doing some debugging on an app that I'm working on, and in my LogCat, I continue to get a …

android listview error-handling logcat
Displaying More string on Logcat

I am currently working on an android App that uses 'JSON' as response from server. Usually I work on the …

android logcat
How to exclude Log Tag in logcat Android Studio?

I'm not sure if this kind of question been asked before (I did Google it but not found the proper …

android-studio logcat android-logcat
Logcat won't display Log.d messages

I'm developing an Android application and I would like to have some way to print debug statements as my code …

android logcat android-4.2-jelly-bean
What is the meaning of "avc: denied { read } for name..." line in logcat?

I am wondering about avc: denied messages in my logcat. W/RenderThread: type=1400 audit(0.0:631436): avc: denied { read } for name="perf_…

android logcat android-logcat selinux