I've published an UWP app to the store with crash analytics and I'm trying to understand how to ""decrypt"" the stacktraces, here is what I got:
PagesManager!<BaseAddress>+0xcfdd01 at
SharedLibrary!<BaseAddress>+0x38449f at
SharedLibrary!<BaseAddress>+0x3842cd Exception_EndOfInnerExceptionStack at
SharedLibrary!<BaseAddress>+0x384405 at
SharedLibrary!<BaseAddress>+0x3bd80d at
SharedLibrary!<BaseAddress>+0x3c1f45 at
PagesManager!<BaseAddress>+0xd18017 at
SharedLibrary!<BaseAddress>+0x2f87a7 at
SharedLibrary!<BaseAddress>+0x2f877d at
SharedLibrary!<BaseAddress>+0x3844c7 at
SharedLibrary!<BaseAddress>+0x3842ab
I've looked everywhere and tried to use windbg, and cvdump without any success, those posts are also old so I though that it should be another solution by now.
Any idea on how can I get an actual stacktrace, not that I have the pdbs files (downloaded from the dev center) and all intermediate build files.
Thanks