mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add logging to internal gvisor when checking for kcov.
May help with debugging https://syzkaller.appspot.com/bug?id=0d717bd7028dceeb4b38f09aab2841c398b41d81 PiperOrigin-RevId: 341640485
This commit is contained in:
@@ -7,6 +7,7 @@ go_library(
|
||||
srcs = ["coverage.go"],
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/log",
|
||||
"//pkg/sync",
|
||||
"//pkg/usermem",
|
||||
"@io_bazel_rules_go//go/tools/coverdata",
|
||||
|
||||
Reference in New Issue
Block a user