Is there any nice tool out there that helps with debugging by providing a way to browse through private files of an app?
The only way I found so far is by rooting the device and using Device Monitor.
I am assuming there must be library out there to make it easier. I tried Stetho from Facebook, but unfortunately they only provide access to Shared-Pref files and they don't provide a tool to browse directories and files.
If I come to a conclusion that there is absolutely no library for such purpose, I'll write one and post here :)