Can anyone please explain me how to fix a crash, that Crashlytics by Firebase is reporting:
Fatal Exception: java.lang.Exception: NullReferenceException : Object reference not set to an instance of an object. at UnityEngine.Application.CallLogCallback(UnityEngine.Application)
Is there a way I could get the Exception object from a Debug.LogException from a callback like Application.logMessageReceived without creating a custom ILogHandler that is a wrapper ontop of the DefaultLogHandler that in the end will add a new entry in the callstack of the LogException? Some type of exceptions like FirebaseException have an ErrorCode field that is not added to their Message and I would need the access to it to manualy log it.