GiderosReporting

Status: Experiment

Version: 0.1

What's new?

version 0.1
Initial Android version

About GiderosReporting

Gideros Reporting will report all app crashes to Gideros Server allowing us to catch bugs in Gideros and fix them, having all the possible information about the crash, that might help us in fixing it.
In future we will also allow premium developers access to crash reports of their apps, including Lua errors, so app developers could also identify problems and fix them easily in one place

Installation

Android


Copy libs folder into your exported project
Modify Android manifest, add attribute android:name="com.giderosmobile.android.GApplication" to application tag
Currently Android reporting supports Java errors and ANRs, but does not report JNI errors and Lua errors

IOS


Coming soon