mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 10:58:27 +00:00
parent
a5bbb500e6
commit
e1bf1e672e
@ -50,7 +50,7 @@ type FailureData struct {
|
||||
|
||||
func FailureDataWithGoroutines(description string) FailureData {
|
||||
var buf *strings.Builder
|
||||
pprof.NewProfile("goroutine").WriteTo(buf, 1)
|
||||
pprof.Lookup("goroutine").WriteTo(buf, 1)
|
||||
return FailureData{
|
||||
Description: description,
|
||||
Goroutines: buf.String(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user