JellyBean does not grant READ_LOGS permission to 3rd party applications anymore. This makes it impossible to use DropBoxManager, as it required READ_LOGS to be granted.
It might be better to introduce ContentProvider to StrictMode Viewer and report violations directly through this provider. This would make StrictMode applications and library independent on any system behavior.
JellyBean does not grant READ_LOGS permission to 3rd party applications anymore. This makes it impossible to use DropBoxManager, as it required READ_LOGS to be granted.
It might be better to introduce ContentProvider to StrictMode Viewer and report violations directly through this provider. This would make StrictMode applications and library independent on any system behavior.