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?
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.