MCPcopy Create free account
hub / github.com/google/gapid / dbg

Function dbg

core/java/jdwp/debug.go:19–24  ·  view source on GitHub ↗
(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

17import "fmt"
18
19func dbg(msg string, args ...interface{}) {
20 const enabled = false
21 if enabled {
22 fmt.Println(fmt.Sprintf(msg, args...))
23 }
24}

Callers 3

recvMethod · 0.70
reqMethod · 0.70
waitMethod · 0.70

Calls 1

PrintlnMethod · 0.45

Tested by

no test coverage detected