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 <ry...@mac.com> 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 <cspeche...@gmail.com> 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
hack...@android.com

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to