Thanks Dianne.  The odd thing is that I am NOT creating any files.
And let me make sure we are talking the same thing... when I say
"data", I don't mean the data directory... I am talking about going to
Settings/Applications/Manage applications/myapp/Storage/Data... if
that is the data directory then we are talking about the same thing.
What else could go there besides files that are explicitly created by
the app?  Preferences?  SQLite databases?  Anything else?  The data
storage value seems to gradually grow over time while using the app...
from initial size of 76K to nearly a meg.


On Feb 6, 11:51 am, Dianne Hackborn <[email protected]> wrote:
> Unfortunately it's a little tricky, because only your app (and some very
> very low-level parts of the system) can touch your data.  You can, however,
> just add some code to your app that iterates through your data directories
> with the standard Java File APIs and prints out what it finds.
>
> On Fri, Feb 6, 2009 at 8:36 AM, Rmac <[email protected]> wrote:
>
> > I've had debugging on from the beginning.  What I need is something
> > that can tell me exactly what is in the application's "data" area that
> > Android reports via Settings for managing applications.  I am sure my
> > application is adding to it somehow, but I have no handle to tell what
> > content is stored there.
>
> > On Feb 5, 5:08 am, Chander Pechetty <[email protected]> wrote:
> > > Not sure if you can do this, but check outhttp://
> > code.google.com/android/intro/develop-and-debug.html#developin...
> > > to understand the tools and limitations
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to