fix: androidCreateSymbols has been deprecated#701
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@ExerciseBook Can you pull from main to update this PR? |
122e00c to
7c6d8a6
Compare
7c6d8a6 to
b36bff5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #701 +/- ##
=======================================
Coverage 37.05% 37.05%
=======================================
Files 77 77
Lines 3163 3163
Branches 626 626
=======================================
Hits 1172 1172
Misses 1991 1991 🚀 New features to boost your workflow:
|
|
Released in v4.6.0 |

Changes
androidCreateSymbolshas been deprecated. UseUnityEditor.Android.DebugSymbols.levelpropertyRelated Issues
Related PRs
Successful Workflow Run Link
I don't have one, but I can provide my local screenshot.
Fire the build script from code

Reflection works well




And the symbol file is saved to the build folder

Checklist
Read the contribution guide and accept the
code of conduct
Docs (If new inputs or outputs have been added or changes to behavior that should be documented. Please make a PR
in the documentation repo)
Readme (updated or not needed)
Tests (added, updated or not needed)
The mapping relation between our code and Unity


Our code:
public -> SymbolTable
debugging -> Full
none -> None
Unity's:
DIsabled -> None
Public -> SymbolTable
Debugging -> Full