AngryChicken
AngryChicken

Reputation: 360

How to debug android applications remotely?

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.

Upvotes: 0

Views: 81

Answers (2)

Marcin Orlowski
Marcin Orlowski

Reputation: 75635

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

Upvotes: 1

Dragan
Dragan

Reputation: 328

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.

Upvotes: 0

Related Questions