I am building an Oculus Quest 2 project and am trying to get symbols for my release build. When I choose the “Debugging” option for Create symbols.zip
A zip file is created, but I only see .so files no dbg.so or sym.so files.
When I try to upload these symbols to Oculus via Oculus Platform Tool for symbolicating my build I get an error from the tool that no debugging symbols are included
I have also tried to use Backtrace and Android Stack Trace Utility and addr2line and have not been able to use these symbols to symbolicate the crashes I am getting on this build.
I see conflicting info in the documentation – some docs say there should be a dbg.so or sym.so file and some dont indicate that --did this change in 2021?