Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
LogCat and look at the stack trace associated with your crash.

On Mon, Apr 23, 2012 at 3:00 PM, Dang Sananikone
<dang.sananik...@gmail.com> wrote:
> Hi,
>
> I have encountered a bug whereby my application force closes after selecting
> it from the recent apps list after an application update. The steps to
> reproduce the bug are:
>
> * Start the application
> * Press Home (or Back) to exit the app
> * Update to a new revision of the application by updating from the Play
> Store
> * Select the app from the recent apps list
>
> The app does not crash if I select the app from the Home Launcher after
> updating it.
>
> I will admit that my understanding on what happens with the recent apps list
> upon app update is not clear. Any help on finding out what is happening
> would be appreciated.
>
> Some more information:
>
> * The activity at the time of pressing the Home Button has the following
> property: android:launchMode="singleTask"
> * The activity that is started by the launcher (which is _not_ the same
> activity as the activity described above) uses the default launch mode.
> * I recently updated the device OS ICS (I'm not sure this has any relevance
> to the problem, but adding this for completeness).
>
> --
> 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



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

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.6
Available!

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