I catch the unhandledError message and store the results in a database, but I am finding that the key information, file name and line number are missing from the info. Am I missing something? I am saving event.errorMessage and event.stackTrace.
This is the info I am getting:
errorMessage:
‘?:0: attempt to index field ‘‘view’’ (a nil value)’
stackTrace:
stack traceback:
[C]: ?
?: in function ‘?’
?: in function ‘?’
?: in function ‘?’
?: in function <?:3157>
?: in function <?:218>
I’ve got some line numbers, but have no idea what file they are in. I can’t get the bug to reproduce in the simulator which provides me with more info then the unhandled error and I’m at a loss as to where to look for the bug.