Skip to content

Commit 6a07aa6

Browse files
committed
Add extra logging to debug issue
1 parent cc2657f commit 6a07aa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/datadog/profiling/crashtracker_spec.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
skip_if_profiling_not_supported(self)
1010

1111
crash_tracker_pids = `pgrep -f libdatadog-crashtracking-receiver`
12-
expect(crash_tracker_pids).to be_empty, "No crash tracker process should be running, found #{crash_tracker_pids}"
12+
expect(crash_tracker_pids).to be_empty,
13+
"No crash tracker process should be running, found #{crash_tracker_pids}" \
14+
", Failure details: ps aux: #{`ps aux`}"
1315
end
1416

1517
let(:exporter_configuration) { [:agent, 'http://localhost:6006'] }

0 commit comments

Comments
 (0)