How to symbolicate .xchanglog traces locally for hangs reported via xcode organiser

Hello,

I am trying to analyse the hang logs stacktrace which are reported via xcode organiser for my app. The json .xchanglog files which are generated are not symbolicated. I was trying out the the recommendations which are used to symbolicate .crash logs but it did not work for me. Is there an apple recommendation on how we can symbolicate/analyse .xchanglog logs locally?

Note: I have dSYM files available on my mac. The uuid are matched. Command i am using is replacing the correct values:

% atos -arch BinaryArchitecture -o PathToDSYMFile/Contents/Resources/DWARF/BinaryName -l LoadAddress AddressesToSymbolicate

Things tried: https://developer.apple.com/documentation/xcode/interpreting-the-json-format-of-a-crash-report

https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report

Thanks!