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:
Dean Deng
2020-11-10 09:57:48 -08:00
committed by gVisor bot
parent 3b353ff0ef
commit e998b9904f
+1
View File
@@ -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",