Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Crash Report [closed]

Tags:

android

Hi what is the the standard method new to Android 2.2 and an ad hoc method for older OS versions, for sending crash report.

like image 702
Bytecode Avatar asked Dec 13 '10 08:12

Bytecode


People also ask

Why do apps automatically close on Android?

This usually occurs when your Wi-Fi or cellular data is slow or unstable, causing apps to malfunction. Another reason for Android apps crashing can be a lack of storage space in your device. This can occur when you overload your device's internal memory with heavy apps.


2 Answers

I've been using Crittercism for crash reporting - they do some cool analytics for you and you don't need to setup your own server.

like image 115
AznDroid Avatar answered Oct 07 '22 04:10

AznDroid


If you'd like to get the crash reports ACRA can be a good solution.ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form.Also Check this post Android Production Logging Best Practice .

like image 22
100rabh Avatar answered Oct 07 '22 03:10

100rabh