Sending error logs to the developper

Hi !

I searched a bit on the web but did not find anything that suits my needs:

I’m gonna launch an alpha version of my game and I need a way to receive app logs and errors (if any) automatically, if possible with a text from the user to explain what he did before the game crashed.

Does this exist in the Corona Framework?

Thanks,

Aurélien.

I haven’t started doing this myself but you can take a look at this to catch the error: http://www.coronalabs.com/blog/2013/03/06/run-time-error-handling/

Then you could use the Email API to open the user email program with the error in body and all they have to do is hit send.

Check this thread : http://forums.coronalabs.com/topic/36952-apploglua-coming-soon/?hl=blackbox#entry198947

It is amazing! Does exactly what you wish for and more… 

Nice!

The unhandledError listener is enough to do that, but I think I’ll wait for the black box plugin to be finished, it seems great!

Thanks.

I haven’t started doing this myself but you can take a look at this to catch the error: http://www.coronalabs.com/blog/2013/03/06/run-time-error-handling/

Then you could use the Email API to open the user email program with the error in body and all they have to do is hit send.

Check this thread : http://forums.coronalabs.com/topic/36952-apploglua-coming-soon/?hl=blackbox#entry198947

It is amazing! Does exactly what you wish for and more… 

Nice!

The unhandledError listener is enough to do that, but I think I’ll wait for the black box plugin to be finished, it seems great!

Thanks.