Search Unity

Do Unity.LogException() calls get added to the Unity Dashboard?

Discussion in 'Unity Cloud Diagnostics' started by tomasglasman, Nov 19, 2020.

  1. tomasglasman

    tomasglasman

    Joined:
    Oct 5, 2020
    Posts:
    1
    Do Unity.LogException() calls get added to the Unity Dashboard?

    Can't tell if this exception is caught and we're just seeing the LogException() I'm doing
    upload_2020-11-19_17-45-9.png
     

    Attached Files:

  2. Prodigga

    Prodigga

    Joined:
    Apr 13, 2011
    Posts:
    1,123
    Yes, from my experience LogException appears on the Dashboard.

    upload_2020-12-14_14-13-9.png

    Results in seeing the Log just before the exception is recorded on the Dashboard. You can see the exception text up to ("Exception: Failed to join match") and the log being recorded (it is the last entry in the list of logs)

    upload_2020-12-14_14-17-12.png