Questions tagged [logcat]

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.

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.

Logging information from Logcat is vital for diagnosing problems and debugging Android apps.

To retrieve information from logcat manually the Android Debug Bridge (ADB) command line tool is used. Alternatively Eclipse with Android Development Tools (ADT) plug-in provides a logcat view in most perspectives, automatically retrieving logging information.

Detailed information on the logcat command is available at the Android Developers documentation.

2313 questions
1
vote
2 answers

samsung s3 logcat messages

In my Samsung S3 phone application specific logcat messages are not coming. I have installed aLogcat application. Logcat messages like "SensorManager : Set normal delay = true" kind of messages are coming in the logcat application. But in my app I…
developerXXX
  • 689
  • 3
  • 7
  • 18
1
vote
6 answers

PgaSocketWriteAllHdipc: hd_ipc_send() failed hd_ipc_send: not connected

I have just installed the latest version of SDK and ADT .when i open the logcat i found that the whole logcat was filled with the following message.still i am not start any project on eclipse! PgaSocketWriteAllHdipc: hd_ipc_send()…
bCliks
  • 2,918
  • 7
  • 29
  • 52
1
vote
1 answer

Application Has Stopped Unexpectedly,

I do not know how to intepreet the log cat so a little help will be much appreciated. In my application, I have added all the classes in my Android.Manifest. I do not have errors in my code but when I run the application on the emulator, a dialog…
andy
  • 1,947
  • 5
  • 27
  • 46
1
vote
1 answer

How to get response over logcat while deploying a standalone signed APK via Command Line or directly thru memory card?

i need to analyse the logcat response. i've created the signed apk and deployed in my device via [adb install "app_name"].apk as there's no connection between the device and emulator window, i am unable to get the response over logcat. How would i…
user2143831
1
vote
1 answer

NoClassDefException while importing project

i have one problem,I am doing one map app where i need to use some floating menu.i found one pretty good example,it was posted in this site(QuickAction).But when i include this project to buildpath of my project,i get a NoClassDefError. Heres my…
Ján Srniček
  • 505
  • 1
  • 10
  • 34
1
vote
2 answers

Resolve Logcat warning message

When I run my app on Android 2.2.3 (API 10) device, I constantly get the following warning & error message from logcat 03-11 10:41:51.509: V/ACTIVITY onCreate()(7585): ok 03-11 10:41:51.519: W/dalvikvm(7585): VFY: unable to resolve virtual method…
john123
  • 589
  • 3
  • 6
  • 16
1
vote
1 answer

Logcat : column _id does not exist (SQL related)

I am currently experiencing a very annoying problem with my application : the goal is to read in a listview different information from a database depending on the button the user is clicking. Unfortunately, my application always crashes and I…
Phalanx
  • 1,217
  • 6
  • 25
  • 36
1
vote
1 answer

Apply Logcat filter ^(?!.*(nativeGetEnabledTags)).*$ in Console

I'm using Logcat with the nice full-color debugging script by Jeff Sharkey. But unfortunately it's messed up by the known bug of the latest sdk tools: Unexpected value from nativeGetEnabledTags: 0 The filter ^(?!.(nativeGetEnabledTags)).$ works in…
Markus
  • 245
  • 1
  • 2
  • 9
1
vote
2 answers

android debugging when usb disconnected

I have many Log.i and Log.d in my app. When running on real device I see log output of every log statement in DDMS either using session filter or no filter. When I disconnect USB and perform actions in my app to produce debug log lines it does not…
1
vote
1 answer

Android, Logcat and BufferedReader - no logs

I'm making an application, which must show me in logs which applications I start on device. I use logcat ActivityManager:I *:S and it doing this well.. at some devices and emulators. But at some devices it has strange behavior - everything I see in…
kemmotar
  • 199
  • 2
  • 15
1
vote
0 answers

I want the new logcat to work in eclipse

As I've updated eclipse, ADT and everything to the latest, the new logcat in the eclipse doesn't show the logs of my connected device. It simply shows logcat read: Invalid argument. However, the "Logcat (Deprecated)" one works perfectly and shows my…
Irfan
  • 1,758
  • 3
  • 24
  • 32
1
vote
1 answer

Menu creation in Eclipse(Android Developement)

I am new to Android development and I am sorry if this is a repeat but I tried looking at other solutions and they didn't help. So here's my problem: I tried creating a simple menu that doesn't do anything. It should just pop open when the menu…
Stuti
  • 11
  • 4
1
vote
1 answer

How can I filter just a specific application android Logcat logs in IntelliJ IDE/IDEA?

I recently, change my ide from Eclipse to IntelliJ ide/idea for android development according to a lot good feedback about IntelliJ. In general everything seems well enough, But there is one thing I can't handle it. I can filter logs by…
aeren
  • 334
  • 3
  • 13
1
vote
2 answers

ClassNotFoundException in android program

I'm studyng from the book beginning android games opengl es for android. I recreated an application to test some of the book's notions, based on his previous examples: here is the code package com.badlogic.androidgames.glbasics; import…
1
vote
0 answers

Air for Android app closes after approx 1 hour, possible memory leak?

I have an Air app that needs to viably run 24/7. The app closes itself without warning after approximately 1 hour, running on an Android TV Stick. Here are my logcat readings: I/ActivityManager( 1234): 211911 kB: air.mycompany.myapp …
Mr Pablo
  • 4,109
  • 8
  • 51
  • 104