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.
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
Comments
Post a Comment