Search Unity

Will Crash reporting do Symbolication for iOS?

Discussion in 'Unity Cloud Diagnostics' started by angelusiones, Aug 5, 2016.

  1. angelusiones

    angelusiones

    Joined:
    Nov 7, 2013
    Posts:
    4
    That's the simple question,

    I would like to know if the system it's going to be capable for uploading a dSYM file and symbolicate iOS crashes.

    Thank you for your time.
     
  2. bradunity

    bradunity

    Joined:
    Nov 12, 2013
    Posts:
    195
    Yep. The work being done right now will run an asynchronous task during each build and upload the symbols to a new service of ours. Then, when crash reports come in, the original symbols are looked up and interpolated into the report before being presented online in the WebUI.
     
  3. angelusiones

    angelusiones

    Joined:
    Nov 7, 2013
    Posts:
    4
    Great to know. But when you say "build", Are you talking about cloud builds?

    If the answer is yes, Will it be capable to do a "manual" upload of the dSYM file into the system if we are not currently using cloud builds?

    Thank you again for your time.
     
  4. bradunity

    bradunity

    Joined:
    Nov 12, 2013
    Posts:
    195
    It'll be functional both for local builds as well as cloud builds.

    Yes, there will be a command line ability to also manually upload symbols, say, in the event there is no network connectivity during the "normal" process.
     
  5. angelusiones

    angelusiones

    Joined:
    Nov 7, 2013
    Posts:
    4
    Good to hear this brad. Those are a very wellcome news!

    Thank you for your job.
     
  6. bradunity

    bradunity

    Joined:
    Nov 12, 2013
    Posts:
    195