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.

Android Log.v(), Log.d(), Log.i(), Log.w(), Log.e() - When to use each one?

The different LogCat methods are: Log.v(); // Verbose Log.d(); // Debug Log.i(); // Info Log.w(); // Warning Log.e(); // Error …

android logcat
Android studio logcat nothing to show

I installed Android Studio yesterday, and I tried to use the LogCat to see the logs. But there is nothing …

android-studio logcat
Couldn't load memtrack module Logcat Error

I am getting an error Couldn't load memtrack module (No such file or directory) failed to load memtrack module: -2 …

android logcat stack-trace
Android Studio - ADB Error - "...device unauthorized. Please check the confirmation dialog on your device."

So I started getting errors in my ADB logs which, I think, are causing my device to now display any …

android android-studio adb logcat android-logcat
Restore LogCat window within Android Studio

I have recently started to use Android Studio v0.1.1, And i can't seem to find LogCat... Is it gone? Or …

android android-studio logcat android-logcat
How to filter Android logcat by application?

How can I filter Android logcat output by application? I need this because when I attach a device, I can't …

android logcat
How do I write outputs to the Log in Android?

I want to write some debugging output to the log to review it with logcat. If I write something to …

android logging logcat
Android: How can I print a variable on eclipse console?

I wanted to print the value of a variable on the console for my debugging purpose, but System.out.println …

android logcat
Filter output in logcat by tagname

I'm trying to filter logcat output from a real device (not an emulator) by tag name but I get all …

android logcat android-logcat
error opening trace file: No such file or directory (2)

I am getting the above error: error opening trace file: No such file or directory (2) when I run my android …

android eclipse android-emulator logcat android-sdcard