Also just printing the filenames in the directory (and subdirectories) would be a first good step at information about what these are.
If you aren't making your own files there, and the only external code you are using is the ad code, that seems a likely culprit. In fact, I think most ad systems use a WebView to display their ad, don't they? If so.. well there you go. :} On Tue, Aug 17, 2010 at 9:48 AM, TreKing <[email protected]> wrote: > On Tue, Aug 17, 2010 at 10:06 AM, Neilz <[email protected]> wrote: > >> No... didn't even know you could :-) > > > > http://developer.android.com/reference/android/content/Context.html#getCacheDir() > > I assumed that was the only way to get stuff in your app's cache. > > I would clear the cache (via the manage application screen), then run your > app one step at a time and see if / how it grows. > See if you can find a pattern to how the cache grows based on what you do > and go from there. Somewhere, something you're doing or something you're > using is stuffing stuff in there. > > <http://developer.android.com/reference/android/content/Context.html#getCacheDir()> > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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, and so won't reply to such e-mails. 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

