Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I used to use an app called Log Collector to see system logs. It would send them to my email or via bluetooth,

However, on Jelly Bean the "read log" permission for apps no longer exists and apps can't read the logs, and Log Collector is obviously no exception.

So does one now need to root the device to see system logs? There must be a way for the user to read them. I don't need to access them from an application, I need to read them as a human being. Is there a way?

share|improve this question
I just tested the Log Collector app on my Galaxy Nexus updated to Android version 4.1.1 JellyBean, and it worked fine... the first time, then subsequently did not. So it seems that it can work with Jelly Bean. I will play with it a bit more and report my findings to the developer of Log Collector. – paulkayuk Jul 16 '12 at 9:41
What do you mean by "work fine"? It does "work", but it only gets the entries in the logs that it has access to, which is close to nothing. I don't thing it's an issue in Log Collector, it's that the permission for applications to read system logs no longer exists. The question is what other way we have available to read user logs, without rooting the device... – matteo Jul 16 '12 at 21:01
1  
By 'Works Fine' I mean that it is collecting and uploading the log content that I have created from my own application. Also ignore the part of my first comment, where I state it only worked the first time. It works every time (for me). – paulkayuk Jul 19 '12 at 8:39
oh, that's funny then – matteo Jul 19 '12 at 20:36

2 Answers

up vote 4 down vote accepted

I got the answer in this google groups thread: https://groups.google.com/forum/?fromgroups#!searchin/android-developers/READ_LOGS/android-developers/6U4A5irWang/8xOi74KfRIYJ

the message by Mark Murphy replying to Matteo Sisti Sette (which is me).

(it doesn't seem to be possible to link to a particular message, is it?)

POWER + VOLUME_UP + VOLUME_DOWN will generate a report and a screenshot that you can send via email or upload to Drive (ridiculous you can't share it in an arbitrary way such as send via bluetooth or open as text file, but anyways).

(seems you have to hold them for a while and the action is launched when you release them)

At first I thought he was making fun of me and that would just reboot or something, but then I tried and it works.

share|improve this answer
I haven't had any luck with this approach - am I missing something obvious? Depending on the order in which I press the buttons, either the volume control or the phone options dialog appears, but nothing relating to logs. If I keep the power button pressed for more than a couple of seconds, the device reboots. – Michael Pedersen Nov 20 '12 at 22:36
This worked for me, it's awkward. Hold the middle of your volume rocker down, then hold the power button down. Keep them pressed, and then the phone vibrates. After a few seconds, gmail will foreground with a formatted log report. – user291701 Dec 13 '12 at 6:41
It works for me too, though I always have to do it a dozen of times until I do it in the right order (I guess) which I never figured out. I'll try your order to see if it systematically works. It's a very shitty combination, anyway. – matteo Dec 13 '12 at 10:51

Quote from Google+ and credits to +Ian Clifton :

"If you go into the developer options of a device running 4.2, you can check the box to add the Bug Report option to the power menu. This also adds it to the quick notifications menu (not sure of the proper name, but slide down the notification shade with two fingers on a phone or on the right side of a tablet)."

..and that would be right answer.. Cheers

share|improve this answer
But what about 4.1 – Gaurav Vashisth May 15 at 11:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.