Logging is the process by which the system records what's going on - i.e. events, errors, warnings, and related information. Most apps provide details in log files, so the system logs help to debug problems.

learn more… | top users | synonyms (1)

17
votes
5answers
7k views

How can I view and examine the Android log?

There is a lot of interesting stuff in the Android system log, that is helpful in many ways find root causes of problems identify misbehaving apps How can I view and examine the Android log?
5
votes
3answers
29k views

Where are log files located on Android? [duplicate]

Possible Duplicate: How can I view and examine the Android log? My android (2.1) phone (a HTC Wildfire, if that matters) sometimes reboots without an apparent reason. Not extremely ...
6
votes
2answers
3k views

Problems accessing message logs on Jelly Bean with aLogcat

Summary I have been having problems accessing the K9 log messages using aLogcat, see below for more details. What I would like to know is: Why are no log messages from K9 appearing in the aLogcat ...
2
votes
1answer
318 views

How active should I expect my Jelly Bean system log file to be?

When using aLogcat to view my Android log files, I find very few messages showing up in any of the views. Selecting Verbose level and no filter, I see that Main contains mostly garbage collection ...
9
votes
5answers
1k views

How can I record touches?

Is there an existing app I can install that will record my touch interactions in the background? I just saw this and it made me want to play around with my touch data to see what it looked like. ...
3
votes
2answers
4k views

How can I access android log files on my Nexus 7 without root access?

Since aLogcat now no longer works with Jelly Bean, how can I access the system log files on my device without either root access or attaching it to a computer? I have tried using adb logcat from my ...
2
votes
0answers
149 views

Are there any log files you can examine do determine why an unrooted Android device is rebooting repeatedly? [duplicate]

Possible Duplicate: Where are log files located on Android? Yesterday evening I left wi-fi enabled overnight. This morning I found my Archos 101 rebooting over and over again (eating up the ...
4
votes
7answers
2k views

Does access to logcat need root?

My device is already rooted, this is why I'm asking. Do you need root to monitor the logcat stream on the phone? If I ran the logcat command from within a Terminal on the phone, would that work?
2
votes
1answer
615 views

How can I get a LogCat? [duplicate]

Possible Duplicate: How can I view and examine the Android log? Sometimes I get asked for a LogCat. What is this? What is it supposed to do? How can I get it?
1
vote
1answer
2k views

Does the Android emulator generate some sort of log file I can access if it crashes?

Let's say I am working with the Android emulator, and get it to run one of my custom images/custom kernels, and it gets stuck in a boot-loop or crashes after a little while in booting up, does it ...
0
votes
1answer
4k views

Android debugging-Boot Loops: Is there any way to get a log of information without ADB? Can the emulator even help? [duplicate]

Possible Duplicate: Android boot-up messages for debugging? Related to this post I created: Does the Android emulator generate some sort of log file I can access if it crashes? I have ...