My app is a fine size when it is first downloaded, but I rapidly gain around 10-12 megs after authorizing some sites using OAuth and using the app a little bit. I want to see where all this extra data is coming from, since I am sure only around 2 meg per site is used by authorizing using OAuth.
I am not sure if somehow I am saving too many oauth credentials, or am saving too many things to sharedpreferences ...
Is there any way I can analyse the data of a downloaded version of my app to see where this data comes from?