Here's a bigger portion of a log from another instance of the same crash. You can find relevant stack frames at the end - looks like it's a very similar problem, at least. I've managed to determine that if I comment out the Utils.Log method, as well as AndroidImp.RecordCustomExcept...
I have another suggestion for you, it's not pretty but it can be effective. Looking at your crash log, we should focus on ModuleRegistry::GetConfig. Try putting in a logging line after each statement in that function to find the exact line that result in the crash. Example: syslog(LOG...