question

JoshuaTanton-3752 avatar image
0 Votes"
JoshuaTanton-3752 asked LeonLu-MSFT commented

Xamarin Android mSYM for android project non-existent.

I've done the following the .csproj file.

 <DebugSymbols>true</DebugSymbols>
 <DebugType>pdbonly</DebugType>
 <Optimize>false</Optimize>
 <AndroidManagedSymbols>true</AndroidManagedSymbols>
 <MonoSymbolArchive>True</MonoSymbolArchive>

after a build, the .mSYM folder does indeed exist in the bin/Debug folder. There are plenty of folders for the various files. However, there is only one folder for the android project itself containing the Project.dll and Project.pdb files.

The problem with this is when i go to symbolicate a crash report. I'm able to get the line numbers for all files outside the project itself. Any file inside the project does not exist in the mSYM. Is it possible to have folders generated for each file inside the project? How do I do this? Any help here would be helpful.

(note for some reason I can't find the Xamarin.Android tags)

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Could you share these folders's name? I am confused about the plenty of folders for the various files, I build it, I get the only one folder.

0 Votes 0 ·

0 Answers