Publish unstripped artifacts so that they can be used for symbolicating native stack traces (for live debugging and debugging crash dumps).
By default level 0 (g0) symbols are generated from optimized builds. If you want to use the symbols for general purpose debugging rather than just symbolication, it is recommended to use level 2 (g2) symbols (which have more than 5 times the size) by manually configuring the build.
The detailed instructions on how to use the symbols will be provided later.
Publish unstripped artifacts so that they can be used for symbolicating native stack traces (for live debugging and debugging crash dumps).
By default level 0 (g0) symbols are generated from optimized builds. If you want to use the symbols for general purpose debugging rather than just symbolication, it is recommended to use level 2 (g2) symbols (which have more than 5 times the size) by manually configuring the build.
The detailed instructions on how to use the symbols will be provided later.