Reputation: 360
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
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