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.

Your content must have a TabHost whose id attribute is 'android.R.id.tabhost'

I have a problem: Java Code public class VisualizzaListaActivity extends TabActivity { /** Called when the activity is first created. */ @Override public …

android android-tabhost android-logcat
Printing the enum's name

I'm using eclipse + Android SDK on ubuntu. I would like to print the name of a sensor type device, there …

java android enums sensors android-logcat
Attempt to invoke virtual method 'int java.lang.String.hashCode()'

I'm trying to load images from URL into girdview using Volley Library. For this I'm following this tutorial. When I …

android gridview android-volley android-logcat networkimageview
How can I stop the LogCat output from scrolling automatically in Eclipse?

UPDATE: This turned out to be a bug in R14 of the SDK tools. It has been fixed in R15 …

android eclipse android-logcat
Android display Logcat in TextView

The app I'm building have root-access to Android. I wish to show Logcat log information in one of the TextView …

android android-logcat android-debug
How to stop logcat from scrolling in Android Studio

I used Eclipse before and I could easily stop logcat from scrolling, but I can't find same funcionality in Android …

android android-studio android-logcat
Detailed debug logs with Volley

In Restkit on iOS there is a verbose debug option. RKLogConfigureByName("*", RKLogLevelTrace);. Does anyone know if there is an equivalent …

android adb android-volley android-logcat
Failure INSTALL PARSE FAILED MANIFEST MALFORMED

I am getting a strange issue while installing application. When I compiling my project there is no error but when …

android android-manifest phonegap-build android-logcat
SQLite Database gives warning automatic index on <table_name>(column) After upgrading Android L

I have upgraded my Nexus 7 with Android 5.0 Lollipop, Before that my application going well with SQLite Database but now Whenever …

android android-sqlite android-5.0-lollipop 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