Two days ago, one of my iPhone game beta testers encountered a crash at a very specific point in gameplay. No crash reports showed up in HockeyApp (I have seen other reports from the same build).
Last night, I also experienced the crash. Unfortunately I was not connected to a debugger. When I got back to the computer, I plugged in my device but found no new crash logs. Note that my device is on iOS8 Beta, and I tried using both XCode5 and XCode6 to look for crash logs.
This crash is extremely hard to reproduce; in 30+ hours of combined gameplay it has only happened these 3 times. It is not a memory issue; the crash happens at a very specific point in gameplay, and restarting the app results in another very specific symptom... just not quite specific enough for me to debug ;)
I've read about the way HockeyApp etc. catch crash logs before, but I must admit a lack of expertise. What can cause the log to be missing like this? Did HockeyApp somehow "consume" it, or did it never get created at all?
More importantly, how can I trace the issue?