Symptoms:
I can’t see exceptions in Unity Cloud Diagnostics after modifying the logging level
Cause:
In Unity 2020, a change in the logging architecture caused Crashes and Exceptions to be not sent to Cloud Diagnostics if you set up the Debug.unityLogger.LlogEnabled to false.
Resolution:
To allow Crashes and Exceptions to be sent to Unity Cloud Diagnostics hiding the rest of the log types, you have to put Debug.unityLogger.logEnabled to true and set the filterLogType to LogType.Exceptions.
More information:
Comments
0 comments
Please sign in to leave a comment.