Search Unity

Should I upload dsym file manually for every build for getting stack trace?

Discussion in 'Unity Cloud Diagnostics' started by Kichang-Kim, Dec 23, 2019.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    Hi. I have a question about Cloud Diagnostics.

    Currently, my ios build reports crash information, but its stack trace is always "
    <symbols missing for uuid: xxxxxxxxxxxxx"

    I found that there is no symbol files in Manage Symbols section. Should I upload usym manually for every build? Is there any method for automate it?

    Currently, I built my player by using batch mode + xcodebuild command. I specified username and password parameter for USYM_UPLOAD_AUTH_TOKEN but actually no usym is uploaded automatically. But build process is complete without any error.
     
  2. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    Additional note : symbol-upload.log says "All x uploads completed with out error."
     
  3. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @Kichang-Kim, since your symbol-upload.log indicates that your application symbols were uploaded correctly, I believe that there is an issue with the system symbol files for the specific OS that reported these crash reports. We may not have uploaded those specific symbol files for this version yet. Could you tell me which OS version reported these crash reports so that we can cross reference on our end to see if we're missing them?
     
  4. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    My report is disappeared (exceed 7 days). If it reproduced at next time, I'll share more information.