Version: 2022.1
LanguageEnglish
  • C#

EditorUserBuildSettings.androidCreateSymbols

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static AndroidCreateSymbols androidCreateSymbols;

Description

Specifies the type of symbol package to create.

The name of the file containing the symbol package includes the bundle version and bundle version code. The Library symbols of the chosen type are packed inside the file. You can use these symbols to symbolicate stack traces or perform source debugging. Symbolication converts the memory addresses shown in a raw stack trace to the string names in the symbol file.