On Fri, Dec 16, 2011 at 10:25 AM, Aiteal <[email protected]> wrote:
> I'm building a location aware application with a foregroundservice
> thanks to Mark Murphy's wonderful tutorial books.

Glad you like them!

> I've noticed that when I hit the 'clear data' button for my
> application under the Manage Applications activity my application
> seems to be forcibly closed, is this normal behavior, am I mismanaging
> my application data in some way
> or simply not registering for an intent to notify me of this (for the
> life of me I cannot see a documented intent for this purpose)
> Currently it has a simple sql-lite table which never exceeds 10 rows
> and a small text file with some application settings.

Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
LogCat and look at the stack trace associated with your error. It is
difficult to provide more specific advice without knowing exactly what
is crashing and why.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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