Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Where should I begin the hunt for the cause of crashes / reboots when logging apps do not work anymore?

share|improve this question
1  
Do you mean logcat? – wayback Mar 19 at 0:10
yes, for example... – jeppi Mar 19 at 7:10
Maybe you should find out why it doesn't work! ^^ – wayback Mar 19 at 8:21
1  
This I have already found out. For privacy reasons, applications may no longer read each others log files. – jeppi Mar 19 at 13:26

2 Answers

up vote 1 down vote accepted

As can be seen in this video from the Google I/O conference, in Jelly Bean applications can no longer read the system log for other applications, they can only read their own log. This has broken most (all?) system log readers, here's a blog post from a developer of such an application talking about how it has affected his application.

The only way to have an app read other apps system log entries when using Jelly Bean is to root the phone.

share|improve this answer

The easiest most simple way that will give you definitive results is to remove all apps and install them one at a time until you install one that starts your problem.

If you just installed an app recently and think it may be questionable, uninstall it and see if your problem is gone. This in all honesty is a lengthy process.

share|improve this answer
1  
The question asks about logging apps in general suggesting it's not one application causing the OP a problem. – Peanut Mar 28 at 12:39

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.