Good morning wise forum readers. I was wondering how you handle crash reporting in your app. That is, once your app is built and running on devices, how do you capture and view useful stack traces?
I’m using GameAnalytics, but the stack traces are typically just a small step up from useless. N.B. so far I’m only building the app for Android. Here’s an example of an error that occurred 400 times in my latest round of beta testing, but gives me no clue where it’s happening in my code. I realize that my lua code doesn’t survive the build process completely intact, but there’s gotta be a way to view more helpful stack traces, right?
?:0: attempt to perform arithmetic on upvalue '?' (a nil value) stack traceback: ?: in function 'func' /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:241: in function \</Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:221\>