Note that there are some explanatory texts on larger screens.

plurals
  1. POLogcat issues on android
    text
    copied!<p>I am using the app AIDE to develop directly on my devices, without using eclipse or an external machine.</p> <p>I am getting conflicting logcat outputs on my two devices, one a Galaxy Nexus, the other a Nexus 7. Both are on Jellybean, both are running the same version of the IDE app and both are using the same source code I'm writing.</p> <p>On my phone I see all the log commands from my app, and on the tablet, none of them.</p> <p>I have also tried building test hello world apps that come with the IDE app, then adding logging to it. Again, the phone works, the tablet doesn't.</p> <p>I have a;so checked the settings on the devices under developer, and both have the same including USB debugging on.</p> <p>Finally, in the app itself, I have tried both having android:debuggable="true" in the manifest, and not having it. It always works on themphone, never on the tablet.</p> <p>UPDATE</p> <p>After doing a search on jellybean logs not just android ones, it would appear that android/google has turned off seeing logs on 3rd party apps. You can now only see system logs or logs from the app that you're using I.e. you can't use one app to see another apps logs.</p> <p>I'm still a bit confused as both my devices are on jellybean, as I mentioned, and one can see all logs, the other can't. However....the kernel's are different. The tablet is 3.1, the phone 3.0.31.</p> <p>I believe the log change must have come between these versions.</p> <p>So now I'm left thinking I'm going to have to root to be able to see logs, or only debug when I have my laptop to hand which isn't often. </p> <p>Now if anyone knows how to root either a galaxy nexus or nexus 7 without wiping the data......</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload