BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

Integrating Application Crash Report for Android #316

Closed shikharbhuddi closed 7 years ago

shikharbhuddi commented 7 years ago

ACRA is a library enabling Android Application to automatically post their crash reports to a report server. Considering the frequency of issues related to crashes and erroneous behaviour, we can integrate a crash report tool (ACRA, crashlytics, firebase etc.) @opticod @codingblazer @free4murad Your opinions.

codingblazer commented 7 years ago

@shikharbhuddi I think its already integrated with crashlytics.

shikharbhuddi commented 7 years ago

@codingblazer Thanks! Found it in the manifest file.