Question

I have a weird error, I am not able to find a force close error in my project. But when I submit the project to my client he says it gives a force close message. I am unable to find the force close.

Could somebody please tell me how I can check where the force close error is coming from and where it is preventing the user to use the application?

Was it helpful?

Solution

You can use this method actually : remote-stacktrace, where all your error messages will be posted on your web server, or even you can modify the code and send error logs to your e-mail. It works great in my situation. I'm using this to send all logs to our server at work.

OTHER TIPS

There are many services that let you collect crash reports. Some of them are

Bugsense

Crittercism

ACRA

Ask your client to install https://market.android.com/details?id=org.l6n.sendlog and run it when the FC occurs to send you the log file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top