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.
ksan
September 3, 2013, 1:27am
3
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.
ksan
September 3, 2013, 1:27am
6
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.