0

I've developed an application that worked fine on my two devices as well as on my client's few. Though at the moment I'm facing a problem, when my application doesn't even launch on some devices and I have no access to those devices (these are the devices of people, who downloaded it from the google play). Is there any way to debug it somehow, or see the crash or error more thoroughly? because developer's console has a weak feature, not always the crashes are viewed there.

2 Answers 2

1

Consider using services like: Crittercism or TestFlight which offer much better features to let you catch all crashes than what Android got built-in.

1
  • I need a feature that could intercept the error and send it to me in the same form as Eclipse does. Full stack of the error Commented Nov 11, 2013 at 10:07
0

Try with this application. It will catch all the logs, like android Log Cat. After that you can CrashLog. You can also integrate ACRA in your application.

Not the answer you're looking for? Browse other questions tagged or ask your own question.