Jelly Bean has removed the ability to read the logs of other apps (according to this I/O talk), which is a sensible security improvement. However, I need to read Activ
There is an extensive discussion of this issue going on here. Unfortunately, it's "expected behavior" and as such won't be fixed. The only current solution (for reading the logs from within an application on JB and above) is to manually grant the permission to the app through adb:
adb shell pm grant
A such-granted permission:
It's obvious that this isn't something that a normal user can be expected to do. A GUI-solution (where users can grant this permission from the Settings
menu of their device) is promised by the Android team, but unfortunately the functionality was removed before the "fix" was implemented.