Merge pull request #17 from navi-ppl/TP-5555/clean-up

TP-5555 | md5 inclusion and  frames log
This commit is contained in:
Aman Singh
2024-10-14 18:05:25 +05:30
committed by GitHub

View File

@@ -120,7 +120,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) {
}
output, err := symbolicator.SymbolicatorClient(command)
fmt.Printf("orignal frames %+v\n", frames)
fmt.Printf("orignal frames %s\n", string(frames))
fmt.Printf("frames %+v\n", output.Frames)
if err != nil {