I am writing a crash report application that will start as a service in the background and should be able to detect other application failures and provide the user with the ability to report an error.
So what event should I look for to detect application failure?
The ActivityManager.ProcessErrorStateInfo () class basically provides an error condition. Can i use this?
android
learner
source share