Top "Android-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.

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
NetlinkListener and NetlinkEvent error messages

My application does not break during Runtime. However, the following error messages always show up NetlinkListener: ignoring non-kernel netlink multicast …

android sockets android-logcat motorola netlink
Execute shell commands and get output in a TextView

I want to execute some shell commands and get the output in a TextView. The command may have a continuous …

android shell scrollview android-logcat su
How to filter multiple words in Android Studio logcat

I want to see just a couple of words in logcat. In other words, just a given tags. I tried …

regex android-studio logcat android-logcat
Android saving logs on every run for crash report

I'm currently developing an android app. I noticed a very rare error which leeds to a crash of my app. …

android logcat crash-reports android-logcat
How can I automatically clear logcat output before each run in Android Studio?

I'm using Android Studio 1.0.2 and can't find the way to clear logcat output before each Run/Debug. Is there any …

android android-studio android-gradle-plugin android-logcat
How fix this: on logcat -->> error loading /system/media/audio/ui/Effect_Tick.ogg??

I have a problem: error loading /system/media/audio/ui/Effect_Tick.ogg It's shown when I click navdraw icon. …

android android-fragments crash android-fragmentactivity android-logcat
Logcat cannot detect app or package names

I'm using Android Studio (Beta) 0.8.7 and my logcat has been working fine for months. All of a sudden my logcat …

android android-studio logcat android-logcat ddms
How to debug BOOT_COMPLETE broadcast receiver's "Force Close" crashes?

Since the phone restarts and thus gets disconnected from the Eclipse debugger/LogCat while it's booting up, how do I …

android broadcastreceiver android-logcat bootcompleted
How to disable the autoscroll feature in Logcat?

I use LogCat to look at the debug output of my apps. If other apps are running or the system …

android android-logcat