[android-developers] clearing Activity stack after crash

2012-09-07 Thread prashant
I looked into several blogs related to this topic. But have not got a suitable solution. I use ACRA. When the application crashes I have an over ridden uncaughtException handler in which a custom message is displayed and kill the process and do an exit

Re: [android-developers] clearing Activity stack after crash

2012-09-07 Thread TreKing
On Fri, Sep 7, 2012 at 12:16 AM, prashant kspr...@gmail.com wrote: I have an over ridden uncaughtException handler in which a custom message is displayed and kill the process and do an exit android.os.Process.killProcess(android.os.Process.myPid()); System.exit(10); Why? By default