Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect android application crash force close

Tags:

android

I am writing an crash report application which will run as a service in background and should be able to detect other application crash, and present a user will option to report error.

So, which event should I be looking for in order to detect application crash?

ActivityManager.ProcessErrorStateInfo() class basically provides error condition. Can I use this?

like image 713
learner Avatar asked Mar 29 '11 16:03

learner


1 Answers

Check out Crittercism. It automatically captures crashes and diagnostics for you and it's free I think.

like image 120
leonardo69 Avatar answered Oct 04 '22 21:10

leonardo69