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.

Filter tags in LogCat (in Android Eclipse Plug-In)

There is a TextField "Filter" below the LogCat output. However, it seems to filter only the Message-column. Id like to …

android logging adb logcat ddms
Android Logcat is empty when debug with device in android studio

When I try to debug using android device in android studio Logcat shows nothing. But when I use emulator LogCat …

android logcat android-studio android-debug
onCreateView method gets called when? and How many times in Activity life cycle?

I wrote a little program looking like this: package com.example.lifecycle; import android.app.Activity; import android.content.Context; …

android logcat lifecycle
Android Studio, logcat cleans after app closes

I'm having a problem with my logcat since update 1.2 Beta for Android Studio. When I run my app it logs …

android android-studio logcat
Why MediaPlayer throws NOT present error when creating instance of it?

When creating an instance of MediaPlayer LogCat shows this error: QCMediaPlayer mediaplayer NOT present Why is that and is it …

android adt android-mediaplayer logcat
How do I fix whatever is causing this to flood my logcat: I/System.out﹕ (HTTPLog)-Static: isSBSettingEnabled false

I'm writing an Android app that access the internet. It runs without error, but ever since I upgraded my device (…

android logcat
How to easily view and filter Android's logcat in Windows?

I'm "debugging" a Xamarin Android application that only has a problem when a debugger is not attached, thus, I'm having …

android logcat
How to get longer stack dump (tombstone) from android?

As I have noticed, logcat returns always 34 lines of crashlog, like this: 4cf7c700 401c0000 4cf7c704 48463ff0 4cf7c708 44…

android stack-trace logcat tombstoning
Can I get logcat logs after phone reboots?

I'm testing an android application with a long running service. I'm using Eclipse and have the usb cord hooked up …

android reboot logcat
Print the contents of a Bundle to Logcat?

Is there an easy way to print the contents of a Bundle to Logcat if you can't remember the names …

java android logcat android-bundle