Android: View app private data - debugging -


is there nice tool out there helps debugging providing way browse through private files of app?

the way found far rooting device , using device monitor.

enter image description here

i assuming there must library out there make easier. tried stetho facebook, unfortunately provide access shared-pref files , don't provide tool browse directories , files.

if come conclusion there absolutely no library such purpose, i'll write 1 , post here :)

there called stetho provided facebook can try out.it not allows see sharedpreferences database also.not ,it helps query databases modifying , lot more.you can these operations sharedpreferences well. stetho helps see network calls , display ui elements of android ui , can change values of text vies , see getting affected in ui while app running. there few more tutorial should check out understanding stetho

tutorial 1

sample app stetho


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -