Skip to content

Commit

Permalink
print stack trace 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mftoure committed Dec 28, 2024
1 parent 2b75f2b commit 5918bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/security/tests/module_tester_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ func (tm *testModule) validateSyscallsInFlight() {

func (tm *testModule) Close() {
if !tm.opts.staticOpts.disableRuntimeSecurity {
fmt.Println("----------------------- in close")
tm.cws.SendStats()
tm.eventMonitor.SendStats()
}
Expand Down

0 comments on commit 5918bc0

Please sign in to comment.