开发者

kill application after crash

I haven't manage all errors on my application anymore. So I would like to know if it is possible to Kill the entire app when it crashes?

(when the message "app MyApp crash, force close" appear, I would like the appl开发者_运维知识库ication to be killed when user clicks on "force close")


This is actually what happens. If your app crashes with a force close, the entire application is killed. So, there is nothing more to "kill". All memory occupied by the application (packagename) is freed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜