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.

Time displayed in Logcat

I need to get the Android device timestamp in the format hh:mm:ss:SS. I am able to view …

android time android-logcat
print array in the log cat android

How can I print the arr variable in the log to see the results of the array thanks, public void …

java android eclipse android-logcat
android logcat logs chatty module line expire message

I am getting lots of this kind of logcat messages related to my application. 11-19 19:04:23.872 3327 3440 I chatty : uid=10085 com.xxxx.…

android logcat android-logcat
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 32140

50% of the time when running my app I'm getting this error 06-20 12:56:51.183: A/libc(32140): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), …

android fatal-error crash-reports android-logcat
How to print stacktrace for an exception Android

I want to print the stack trace because at the moment I have this running. } catch (IOException e) { throw new …

android android-logcat
Logcat crashes with error: unexpected EOF

I’m running some lengthy calculations and something goes wrong quite late. I tried using breakpoints, but with no success …

android android-logcat
adb logcat hangs with "waiting for device" message

When I type adb devices command on terminal, it shows device is connected List of devices attached 0123456789ABCDEF device But …

android adb android-logcat cts
Disable LogCat Output COMPLETELY in release Android app?

Shutting off my own app's LogCat output before releasing an app to the market is straightforward. I also know how …

android release google-play logcat android-logcat
What is Tombstone in android?

I searched in the net regarding Tombstones in android. I could not find any understandable sources. I would like to …

android stack-trace android-logcat android-debug adb
Javascript console.log() on HTC Android devices and adb logcat

I am developing the application in HTML which is calling the console.log() from Javascript to provide me logs during …

javascript android web-applications mobile-website android-logcat